Releases: elias-sundqvist/obsidian-annotator
Releases · elias-sundqvist/obsidian-annotator
0.1.2
0.1.1
0.1.1 (2021-09-10) Drag & Drop Fixes, Open links in new pane, Multi-Line Comments Fix
- Drag and drop has been improved. The drop handlers are now unloaded when the plugin is unloaded. The issues regarding interferrence with other Drag and Drop functionality are hopefully also resolved. (See Issue #50)
- Using an array format for the annotation target should now work. This improves compatibility with MetaEdit (See Issue #51)
- Holding ctrl and clicking links (or clicking with the mouse-wheel) now opens annotations in a new pane. (See Issue #54)
- Issue with multi-line comments should be resolved. (See Issue #47)
- A new command (`Toggle Annotation/Markdown mode) has been added. This can be bound to a hotkey in obsidian, enabling more efficient switching between the two modes. (See issue #39)
- Other things
- A basic unit-test for annotation loading has also been added. More tests will be added as issues arise. This will guarantee that the plugin becomes increasingly stable over time.
0.1.0
0.0.9
0.0.8
0.0.8 (2021-09-02) Added Pre/Postfix setting toggles, Fixed scrolling issue, More size reductions.
- The plugin is now available in the community plugins list!
- The Pre- and Postfix parts of the annotation markdown can now be disabled in the settings. (See #30)
- Clicking a PDF annotation link now causes an immediate jump to the annotation. No more glitchy scrolling. (See #21)
- Potential fix to the memory leak mentioned in #28 added.
- Added core-js. Will hopefully mean that the plugin works with older versions of node (see #34)
- Disabled global WebSocket override. Should resolve issues with Obsidian Sync (see #36)
- Further size reductions of the plugin
- React is now built in 'production' mode.
- All the embedded resources now use the highest zip compression ratio.
0.0.7
0.0.7 (2021-09-01) Added Custom Default Path setting, Page notes fix, Slight JSON size reduction, etc.
- Added a new setting called
Custom Default Path
. See this comment on #19 for more info. - Top-level values in the annotation JSON will now be ommited if their values are "unsurprising". See #24
- Fixed page notes breaking the loading of annotations.
- Made the
Post to...
button always sayPost to Only Me
to reduce privacy confusion. - Further reduced plugin size
- Switched from base64 to full unicode encoding
- Added minimization of resources before zip generation
- Added minimization of final rollup output
- Minor fixes
- Removed warning about websocket userid mismatch
- Added possible fix to #13
0.0.6
0.0.6 (2021-08-30) file:
protocol support, various url fixes, privacy improvements, minor fixes
- Fixed so that no initial http request is made to the hypothes.is servers.
- Hypothes.is performance trackers removed.
- No more error messages from the websocket api.
- The stored annotations no longer reference the sample pdf url, since that confused some users. (See issue #7)
- Initial support for
file:
protocol links added. (Has not been tested much yet.) - The placeholder staus bar text has been removed (See issue #17)
0.0.5
0.0.4
0.0.3
0.0.3 (2021-08-26) Plugin Size Reduction
- Removed some unnecessary files to reduce plugin size.