Skip to content

Releases: tavva/flow

Beta v1.2.4-beta.2

19 Feb 09:50
24b4994

Choose a tag to compare

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

Beta release v1.2.4-beta.2

Beta v1.2.4-beta.1

18 Feb 09:22
24b4994

Choose a tag to compare

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

Beta release v1.2.4-beta.1

v1.2.3

17 Feb 12:40
1d04ed8

Choose a tag to compare

Release 1.2.3

What's New

Improvements

  • Sphere view updates dynamically when interacting with the Focus view adding, removing, completing, and converting actions to waiting-for no longer trigger a full re-render (#41)

v1.2.2

16 Feb 11:50
2cca593

Choose a tag to compare

Release 1.2.2

What's New

  • Create Person command — Create person notes directly from the command palette, with Templater support for person templates
  • Auto-select single sphere — When only one sphere is configured, it's now automatically selected during inbox processing and project creation. Thanks to @DanValnicek for the report. (#38)

v1.2.1

13 Feb 09:02
13a0b5e

Choose a tag to compare

Release 1.2.1

Bug Fixes

  • Replace brittle this.containerEl.children[1] with the proper ItemView.contentEl API across all views. Huge thanks to @DanValnicek for the report and detailed investigation.

v1.2.0

12 Feb 08:44
c542d53

Choose a tag to compare

Release 1.2.0

What's New

  • Templater support for project templates — If you use the https://github.com/SilentVoid13/Templater plugin, Flow now
    automatically processes Templater syntax (<% ... %>) in your project template after creating the file. You can mix Flow's own {{ }} variables with any Templater commands. Templater is entirely optional.

v1.1.3

14 Jan 09:23
b1b2b88

Choose a tag to compare

Release 1.1.3

Bug Fix

  • Fixed an issue where actions associated with multiple spheres couldn't be added to Focus easily. Fixes issue #31 (thanks for the report @shimanotaka).

1.1.2

08 Jan 12:15
615f7d5

Choose a tag to compare

Flow 1.1.2

What's New

  • File and folder settings now show suggestions as you type
  • Kinda a bugfix too: You can now create projects without specifying a next action upfront

Improvements

  • Obsidian-compatible dates: Frontmatter dates now use ISO 8601 format (YYYY-MM-DDTHH:mm:00) which Obsidian recognises natively. Thanks @cr7pt0gr4ph7!

Security patches (non-critical)

  • Fixed urllib3 vulnerability (CVE-2026-21441)
  • Updated preact dependency

Beta v1.2.0-beta.1

03 Jan 21:58
427e0c0

Choose a tag to compare

Beta v1.2.0-beta.1 Pre-release
Pre-release

Beta release v1.2.0-beta.1

v1.1.1

02 Jan 08:29
e9bf75a

Choose a tag to compare

Flow 1.1.1 Release Notes

Bug Fix

  • Fixed sphere commands: Sphere commands in the command palette now update immediately when sphere settings change, without requiring a restart.