Skip to content

Releases: taskgenius/taskgenius-plugin

9.9.0-beta.5 (Beta)

26 Sep 09:33

Choose a tag to compare

9.9.0-beta.5 (Beta) Pre-release
Pre-release

⚠️ Beta Release

This is a beta release and may contain bugs or incomplete features. Use at your own risk.

Changes since 9.9.0-beta.4:

9.9.0-beta.5 (2025-09-26)

Bug Fixes

  • setting: manage workspace setting should jump to workspace setting tab (f282bff)
  • task-mover: prevent archive markers on non-task lines and preserve folded content (f20c5eb)
  • v2: hide top navigation for two-column views (2c24068)

Chores

  • release: bump version to 9.9.0-beta.5 [beta] (ef0834c)
  • version: fix version issue before (8abd736)

9.9.0-beta.4 (Beta)

24 Sep 10:52

Choose a tag to compare

9.9.0-beta.4 (Beta) Pre-release
Pre-release

⚠️ Beta Release

This is a beta release and may contain bugs or incomplete features. Use at your own risk.

Changes since 9.9.0-beta.3:

9.9.0-beta.4 (2025-09-24)

Features

  • workspace: add custom icon selection for workspaces (b709c90)

Bug Fixes

  • v2: resolve filter state management issues (6c282f9)

Chores

  • settings: update workspace settings (c0e694b)
  • sytles: ignore styles css (5c3d19e)

9.9.0-beta.3 (Beta)

24 Sep 06:06

Choose a tag to compare

9.9.0-beta.3 (Beta) Pre-release
Pre-release

⚠️ Beta Release

This is a beta release and may contain bugs or incomplete features. Use at your own risk.

Changes since 9.9.0-beta.2:

9.9.0-beta.3 (2025-09-24)

Bug Fixes

  • ui: correct translation interpolation and button alignment (ec09f34)

9.9.0-beta.2 (Beta)

24 Sep 05:41

Choose a tag to compare

9.9.0-beta.2 (Beta) Pre-release
Pre-release

⚠️ Beta Release

This is a beta release and may contain bugs or incomplete features. Use at your own risk.

Changes since 9.9.0-beta.1:

9.9.0-beta.2 (2025-09-24)

Refactors

  • v2: rename V2 interface to Fluent and simplify command names (c096c6c)

9.9.0-beta.1 (Beta)

24 Sep 05:31

Choose a tag to compare

9.9.0-beta.1 (Beta) Pre-release
Pre-release

⚠️ Beta Release

This is a beta release and may contain bugs or incomplete features. Use at your own risk.

Changes since 9.9.0-beta.0:

9.9.0-beta.1 (2025-09-24)

Bug Fixes

  • filter: ensure proper initialization of filter components (78cdf77)

9.9.0-beta.0 (Beta)

24 Sep 04:43

Choose a tag to compare

9.9.0-beta.0 (Beta) Pre-release
Pre-release

⚠️ Beta Release

This is a beta release and may contain bugs or incomplete features. Use at your own risk.

Changes since 9.8.14:

9.9.0-beta.0 (2025-09-24)

⚠ BREAKING CHANGES

  • projects: FluentFilterPanel component removed - filter functionality moved to view header

Features

  • experimental: add Fluent interface foundation with settings infrastructure (6b779f8)
  • fluent-nav: hide entire navigation when no view tabs are needed (1e162c2)
  • fluent-sidebar: add right-click context menu for view items (59643c0)
  • fluent: add collapsible sidebar and full task context menu (86f8d17)
  • fluent: add mobile drawer navigation and responsive design (7721ac1)
  • fluent: add overflow menu for other views and optimized task updates (c747e2b)
  • fluent: add project creation UI with sorting capabilities (9f008db)
  • fluent: add project filter integration and details panel (c722fb4)
  • fluent: implement workspace management with persistent filter states (2b7179e)
  • projects: add context menu with edit and delete functionality (743b9ca)
  • projects: add tree view support and improve view mode system (f3bee5e)
  • view: add task count display in view title (86cbad4)

Bug Fixes

  • workspace: resolve filter state persistence and restoration issues (f617992)

Performance

  • fluent: optimize view initialization and reduce unnecessary renders (e08aa64)

Refactors

  • fluent: streamline filter panel integration and fix view mode initialization (846d3bb)
  • workspace: make search query ephemeral across workspace switches (adc7e3e)

Chores

  • update packagejson and also release script (a167e7d)

9.8.14

19 Sep 03:42

Choose a tag to compare

9.8.14 (2025-09-19)

Bug Fixes

  • write: preserve spaces in project and context tags when updating tasks (f770126)
  • write: sanitize spaces in project and context tags for Tasks format (3362968)

Refactors

  • extract token regexes to centralized location (ede2379)
  • remove unused plus token regex pattern (c8dfe57)

Styles

  • icons: enhance checkbox hover effects (58a22af)

9.8.13

17 Sep 14:53

Choose a tag to compare

9.8.13 (2025-09-17)

Bug Fixes

  • write: preserve unknown dataview fields when updating task metadata (01613e5)
  • write: preserve wiki links and inline code when updating task metadata (a787cee)

9.8.12

16 Sep 08:49

Choose a tag to compare

9.8.12 (2025-09-16)

Bug Fixes

  • status-cycler: prevent status cycling on normal typing in empty checkbox; avoids conflicts with Easy Typing capitalization; refs #409 (25b2349)
  • tags: ignore escaped [#tag](https://github.com/Quorafind/Obsidian-Task-Genius/issues/tag) to align with Obsidian behavior; refs #438 (4a15c61)
  • view: ensure single-instance activation for main view and timeline sidebar; dedupe duplicate leaves; refs #428 (a94d20d)
  • view: prevent rendering when container not visible (2d5c117)
  • write: unify status→date pipeline; correct date insert positions; prevent clearing content; improve recurring due-date calc (weekly/monthly) and new task generation; ensure single write events; safer delete/batch ops; refs #444 #446 #431 #415 (c75f207)

Refactors

  • improve task parsing, date management, and tag handling (cf51bdb)

9.8.11

15 Sep 09:33

Choose a tag to compare

9.8.11 (2025-09-15)

Features

  • dataflow: enhance project configuration and metadata handling (ab5b945)
  • settings: add reset all settings functionality (fd6df16)

Bug Fixes

  • tasks: improve task completion handling and metadata updates (46197db)

Refactors

  • projects: optimize popover creation with Obsidian APIs (574fbc8)