Releases: arias007/notedraw
NoteDraw 0.2.38
NoteDraw 0.2.38 release assets built and attested by GitHub Actions.
NoteDraw 0.2.37
Aligns the published release with the newer Obsidian API level expected by community review while keeping the directive-comment fix.
NoteDraw 0.2.36
Restores compatibility with Obsidian 1.12.7 by avoiding the newer activeDocument API import while keeping the community-review directive-comment fix.
NoteDraw 0.2.35
Fixes the community automated review directive-comment error by adding a description to the ESLint enable comment.
NoteDraw 0.2.34
Reduces automated community review warnings by using activeDocument/window timers, removing deprecated caretRangeFromPoint fallback, removing unused catch placeholders, and documenting scoped ESLint disables for JavaScript dynamic Obsidian/DOM integration warnings.
NoteDraw 0.2.33
Fixes remaining automated community review errors by raising minAppVersion to 1.13.1 and renaming the settings heading so it does not include the plugin name.
NoteDraw 0.2.32
Fixes Obsidian community review blockers: adds LICENSE, removes redundant wording from the manifest description, raises minAppVersion to match used APIs, removes CSS !important rules, replaces direct source style assignments where practical, and updates source modules to ESM.
NoteDraw 0.2.31
NoteDraw 0.2.31 release for Obsidian community plugin distribution. Includes the standard Obsidian plugin assets: manifest.json, main.js, and styles.css.
NoteDraw v0.2.9
Hotfixes reading-view controller mounting and magic-wand fallback after embedded-note scope changes. Root reading views now always bind to the active note file, while embedded previews can still scope drawings to their source path.
NoteDraw v0.2.8
Improves text tool interactions: text elements can be double-clicked to edit again, selected text elements remain selected when clicked without moving, Markdown rendered text can still be edited while the text tool is active, B/I/U style commands apply to the active rendered Markdown editor when possible, and the Text panel is smaller with fewer categories.