Skip to content

Releases: alberti42/obsidian-plugins-annotations

1.7.11

25 Feb 14:39
4acac36

Choose a tag to compare

Change log

Bug fix

  • Correctly identify Obsidian appearance (light/dark theme) for displaying GitHub icon matched to the theme

Full changelog: 1.7.10...1.7.11

1.7.10

24 Jan 19:47

Choose a tag to compare

Change log

Bug fix

  • Fix mobile annotation focus and touch handling (refs #24, PR #25)

1.7.9

24 Jan 18:39

Choose a tag to compare

Change log

Bug fix

  • Fix community plugins hook for Obsidian 1.11.5 (refs #26)

1.7.8

20 Oct 14:16

Choose a tag to compare

Change log

New features

  • Detect changes to data.json which can be caused by the synchronization engine or an external editor and update the setting pane automatically.

1.7.7

20 Oct 12:16

Choose a tag to compare

Change log

New features

  • Detect changes to data.json made by the synchronisation engine (Obsidian or Google Drive or Dropbox etc) or any external editor. If the Community Preferences window is active, the changes will be shown immediately. Similarly, if changes are made using an external editor to the MarkDown file that stores the personal annotations, these changes will be detected and the preferences pane will be updated immediately to reflect the new changes.

1.7.6

20 Oct 08:39

Choose a tag to compare

Change log

Bug fixes

  • Streamlined code and remove potential weak spot where openTab function was called with an asynchronous mechanism. See discussion on the GitHub page.

1.7.5

19 Oct 19:28

Choose a tag to compare

Change log

Bug fixes

  • Fixed a bug that caused a conflict with Hotkey Helper plugin and possibly could have conflicted with other plugins that make use of openTab Obsidian function for opening preference panes.

1.7.3

18 Oct 20:47

Choose a tag to compare

Change log

Bug fixes

  • Fixed bug where a warning was shown when a new plugin was installed.
  • Fixed small bugs where the code is now more efficient, i.e., avoids repeating unnecessary operations
  • Corrected a bug where, when enabling this plugin, the personal annotations were not immediately shown in the preference pane. Instead, it required to exit the preference pane and enter it again. Now, this is no longer necessary.

1.7.2

25 Aug 23:19

Choose a tag to compare

Change log

New features

  • Added GitHub icons linking to the plugin's GitHub page. A configuration setting allows one to decide whether to show or not these icons.
  • Various improvements under the hood.
  • Some fixes resolving minor bugs in 1.7.1

1.7.1

25 Aug 23:11

Choose a tag to compare

Change log

New features

  • Added GitHub icons linking to the plugin's GitHub page. A configuration setting allows one to decide whether to show or not these icons.
  • Various improvements under the hood.
  • Some fixes resolving minor bugs in 1.7.0