Skip to content

Commit 35e86c3

Browse files
committed
chore(release): bump version to 9.9.3
1 parent 3fbdf4f commit 35e86c3

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [9.9.3](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.2...9.9.3) (2025-10-26)
7+
8+
### Features
9+
10+
* **fluent:** add automatic sorting to data manager ([e9e8979](https://github.com/Quorafind/Obsidian-Task-Genius/commit/e9e8979))
11+
12+
### Bug Fixes
13+
14+
* **fluent:** resolve view mode availability and navigation rendering ([3fbdf4f](https://github.com/Quorafind/Obsidian-Task-Genius/commit/3fbdf4f))
15+
616
## [9.9.2](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.1...9.9.2) (2025-10-23)
717

818
### Features

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-progress-bar",
33
"name": "Task Genius",
4-
"version": "9.9.2",
4+
"version": "9.9.3",
55
"minAppVersion": "0.15.2",
66
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
77
"author": "Boninall",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-progress-bar",
33
"name": "Task Genius",
4-
"version": "9.9.2",
4+
"version": "9.9.3",
55
"minAppVersion": "0.15.2",
66
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
77
"author": "Boninall",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "task-genius",
3-
"version": "9.9.2",
3+
"version": "9.9.3",
44
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,6 @@
158158
"9.9.0-beta.6": "0.15.2",
159159
"9.9.0": "0.15.2",
160160
"9.9.1": "0.15.2",
161-
"9.9.2": "0.15.2"
161+
"9.9.2": "0.15.2",
162+
"9.9.3": "0.15.2"
162163
}

0 commit comments

Comments
 (0)