Releases: tavva/flow
Releases · tavva/flow
v1.3.8
v1.3.7
v1.3.6
v1.3.5
v1.3.4
v1.3.3
Release 1.3.3
Fixes
- Address the Obsidian community source review failure by removing the unsafe save-button
innerHTMLwrite. - Replace browser
confirm()with an Obsidian modal for discarding inbox items. - Stop detaching plugin leaves during unload so user-moved leaves keep their workspace placement.
- Await or explicitly handle scanner-flagged async workspace and event work.
- Raise
minAppVersionto1.7.2, matching the Obsidian APIs already used by Flow. - Replace deprecated
MarkdownRenderer.renderMarkdowncalls withMarkdownRenderer.render. - Remove the deprecated
builtin-modulesdev dependency.
Maintenance
- Add a community review regression test covering the scanner patterns that failed this review.
v1.3.2
Release 1.3.2
What's New
- Refresh the community listing metadata and README copy for the stable release.
- Add a GitHub Actions release workflow that builds, verifies, attests, and uploads release assets.
Improvements
- Route cover image requests through Obsidian's request API.
- Improve popout window handling and background async task reporting.
- Move more static view and modal styling into the stylesheet.
- Tighten scanner typings and remove stale bundled package references.
v1.3.1
Release 1.3.1
Security dependency cleanup for the stable 1.3 release.
Security
- Removed the bundled
obsidian-dataviewdependency tree from Flow's runtime bundle. Flow now discovers Dataview through Obsidian's installed plugin API when available. - Removed unused
@anthropic-ai/sdkdependency after the OpenRouter-only cover image path. - Updated vulnerable transitive development dependencies reported by
npm audit:ajv,brace-expansion, anddiff. - Confirmed
npm auditreports zero vulnerabilities.
Verification
- npm run format
- npm run build
- npm test
- npm audit --json
v1.3.0
Release 1.3.0
This release promotes the recent beta work to stable.
What's New
- Redesigned inbox processing interface with faster keyboard-driven workflows.
- Added context tag extraction, filtering, and configurable context tag prefix support.
- Improved focus, sphere, waiting-for, and someday views for the updated GTD workflow.
- Added inbox tag autocomplete, project/person creation refinements, and sub-project creation support.
- Updated dependencies and security overrides from the beta/main branches.
Beta v1.2.4-beta.3
Beta release v1.2.4-beta.3