From 35e86c37a5f308709346512bde40deaafe894d8e Mon Sep 17 00:00:00 2001 From: Quorafind Date: Sun, 26 Oct 2025 17:27:13 +0800 Subject: [PATCH] chore(release): bump version to 9.9.3 --- CHANGELOG.md | 10 ++++++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f42854c..f93d0cba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. +## [9.9.3](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.2...9.9.3) (2025-10-26) + +### Features + +* **fluent:** add automatic sorting to data manager ([e9e8979](https://github.com/Quorafind/Obsidian-Task-Genius/commit/e9e8979)) + +### Bug Fixes + +* **fluent:** resolve view mode availability and navigation rendering ([3fbdf4f](https://github.com/Quorafind/Obsidian-Task-Genius/commit/3fbdf4f)) + ## [9.9.2](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.1...9.9.2) (2025-10-23) ### Features diff --git a/manifest-beta.json b/manifest-beta.json index 29e3650a..af43350e 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.9.2", + "version": "9.9.3", "minAppVersion": "0.15.2", "description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.", "author": "Boninall", diff --git a/manifest.json b/manifest.json index 2f62921e..4987e63b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.9.2", + "version": "9.9.3", "minAppVersion": "0.15.2", "description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.", "author": "Boninall", diff --git a/package.json b/package.json index de8e9fe8..30df2b56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.9.2", + "version": "9.9.3", "description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 93f7528c..c8878d3b 100644 --- a/versions.json +++ b/versions.json @@ -158,5 +158,6 @@ "9.9.0-beta.6": "0.15.2", "9.9.0": "0.15.2", "9.9.1": "0.15.2", - "9.9.2": "0.15.2" + "9.9.2": "0.15.2", + "9.9.3": "0.15.2" } \ No newline at end of file