Releases: alberti42/obsidian-plugins-annotations
Releases · alberti42/obsidian-plugins-annotations
Release list
1.7.12
Change log
Bug fix
- Restore personal annotations in the Community plugins settings tab. Obsidian 1.13 redesigned that tab, which stopped annotations (and the lock icon and GitHub icons) from appearing. The plugin now hooks into the new settings UI.
Compatibility
- Requires Obsidian 1.13.0 or newer. Users on older Obsidian versions keep receiving 1.7.11.
Full changelog: 1.7.11...1.7.12
1.7.11
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
1.7.9
1.7.8
1.7.7
Change log
New features
- Detect changes to
data.jsonmade 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
1.7.5
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
openTabObsidian function for opening preference panes.
1.7.3
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.