Releases: leethobbit/obsidian-inkswell-plugin
Releases · leethobbit/obsidian-inkswell-plugin
1.0.4
Fixed
- The delete-scene confirmation button uses
setWarning()(red destructive styling, available on all supported Obsidian versions) instead ofsetDestructive(), which requires Obsidian 1.13.0 — newer than the plugin'sminAppVersionand therefore rejected by Obsidian's plugin-API validation.
1.0.3
Fixed
- Set
minAppVersionto 1.7.4, the first public 1.7 release. The previous value (1.7.2) was an early-access-only build that Obsidian's plugin validation doesn't recognize as a released version.
Changed
- The release workflow now publishes GitHub artifact attestations for
main.js,manifest.json, andstyles.css, so the release assets' provenance can be cryptographically verified.
1.0.2
Added
- Plan → Board: a Chapter grouping view, alongside Status / Act / POV.
- Plan → Board: scene status badges now show on each card when grouping by Act, Chapter, or POV (so you can read a scene's status without switching to the Status view).
Fixed
- Write → Insert marker buttons (TODO / Research / Note / Dialogue / Scene) now insert reliably at the caret on every click. Previously the second click did nothing and the third inserted at the start of the document, because clicking a button blurred the editor → triggered a save → store refresh → the host rebuilt and destroyed the live editor. The buttons no longer steal focus from the editor.
Changed
- The New scene dialog now closes after creating a scene. A new Create another button creates the scene and keeps the dialog open (cleared and refocused) for back-to-back entry.
- "Open in tab" / "Open" actions now focus the note's existing tab if it's already open, otherwise open it in a new, focused tab (like Ctrl/Cmd-clicking a wikilink) — instead of reusing and overwriting an unrelated background tab.
- Home now focuses on a single project (and its series, if it belongs to one) once one is selected — via the header dropdown or by clicking a project title. Pick All projects (or the "← All projects" link) to return to the full list.
- Replaced the README hero gif with a larger, clearer capture, and re-shot the surface screenshots at the matching zoom.
- Corrected the documented Obsidian requirement to 1.7.2 (matching the manifest) and tightened README copy.
- Fixed stale README references: placeholder tokens are now
[TODO]/[RESEARCH](not[TK]), the sweep is Revise → Todos (renamed from Gaps), and the removed%%/@@"Comments" extraction feature is no longer listed. - The delete-scene confirmation button uses Obsidian's
setDestructive()styling where available, falling back tosetWarning()on the 1.7.2 floor (wheresetDestructivedoesn't exist yet). - Build: dropped the
builtin-modulesdev dependency in favor of Node's nativemodule.builtinModules(build tooling only, no runtime change).
1.0.1
1.0.1: address Obsidian review (minAppVersion + lint cleanup) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1.0.0
1.0.0: first community-store release Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>