Skip to content

Releases: tavva/flow

v1.3.8

01 Jun 06:59
869f53d

Choose a tag to compare

Release 1.3.8

Bug Fixes

  • The default inbox file setting now has suggestion autocomplete while typing, matching the other fields

v1.3.7

21 May 08:20
1dc5171

Choose a tag to compare

Release 1.3.7

Bug Fixes

  • Fixed the inbox processing view being wonky when sidebars are open - the panel now uses its container width rather than the window width (#55)

v1.3.6

14 May 10:24
3bc0da1

Choose a tag to compare

Release 1.3.6

Bug Fixes

  • Fixed settings autocomplete selections not persisting for file and folder fields, including inbox folders, next actions, and someday files.

v1.3.5

14 May 10:07
717d3a6

Choose a tag to compare

Release 1.3.5

Bug Fixes

  • Fixed unreadable validation errors in the Create New Project dialog when required fields are missing.

v1.3.4

13 May 08:23
187de9a

Choose a tag to compare

Release 1.3.4

Bug Fixes

  • Use window-qualified timer fallbacks so Obsidian popout windows remain compatible.

v1.3.3

13 May 06:13
80adee5

Choose a tag to compare

Release 1.3.3

Fixes

  • Address the Obsidian community source review failure by removing the unsafe save-button innerHTML write.
  • 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 minAppVersion to 1.7.2, matching the Obsidian APIs already used by Flow.
  • Replace deprecated MarkdownRenderer.renderMarkdown calls with MarkdownRenderer.render.
  • Remove the deprecated builtin-modules dev dependency.

Maintenance

  • Add a community review regression test covering the scanner patterns that failed this review.

v1.3.2

13 May 05:40
6d85527

Choose a tag to compare

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

12 May 16:52
0890052

Choose a tag to compare

Release 1.3.1

Security dependency cleanup for the stable 1.3 release.

Security

  • Removed the bundled obsidian-dataview dependency tree from Flow's runtime bundle. Flow now discovers Dataview through Obsidian's installed plugin API when available.
  • Removed unused @anthropic-ai/sdk dependency after the OpenRouter-only cover image path.
  • Updated vulnerable transitive development dependencies reported by npm audit: ajv, brace-expansion, and diff.
  • Confirmed npm audit reports zero vulnerabilities.

Verification

  • npm run format
  • npm run build
  • npm test
  • npm audit --json

v1.3.0

12 May 16:32
e86d1f9

Choose a tag to compare

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

12 May 16:11
5583cbd

Choose a tag to compare

Beta v1.2.4-beta.3 Pre-release
Pre-release

Beta release v1.2.4-beta.3