Skip to content

Releases: arias007/notedraw

NoteDraw 0.2.38

13 Jun 17:34

Choose a tag to compare

NoteDraw 0.2.38 release assets built and attested by GitHub Actions.

NoteDraw 0.2.37

13 Jun 17:06

Choose a tag to compare

Aligns the published release with the newer Obsidian API level expected by community review while keeping the directive-comment fix.

NoteDraw 0.2.36

13 Jun 16:53

Choose a tag to compare

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

13 Jun 16:35

Choose a tag to compare

Fixes the community automated review directive-comment error by adding a description to the ESLint enable comment.

NoteDraw 0.2.34

13 Jun 16:15

Choose a tag to compare

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

13 Jun 15:50

Choose a tag to compare

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

13 Jun 15:34

Choose a tag to compare

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

13 Jun 15:00

Choose a tag to compare

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

12 Jun 19:00

Choose a tag to compare

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

12 Jun 18:47

Choose a tag to compare

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.