From bb2e15550fbe3598cbf3d6b5e539f31280e007a6 Mon Sep 17 00:00:00 2001 From: Quorafind Date: Thu, 13 Nov 2025 11:52:45 +0800 Subject: [PATCH] chore(release): bump version to 9.10.0 --- CHANGELOG.md | 15 +++++++++++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd510284..b6ddba24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. +## [9.10.0](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.9...9.10.0) (2025-11-13) + +### Features + +* **fluent:** add custom button support to top navigation ([2177d9a](https://github.com/Quorafind/Obsidian-Task-Genius/commit/2177d9a)) +* **grouping:** add task grouping system with multiple dimensions ([bcd3f2b](https://github.com/Quorafind/Obsidian-Task-Genius/commit/bcd3f2b)) + +### Refactors + +* improve code quality and use Obsidian API methods ([0878bf1](https://github.com/Quorafind/Obsidian-Task-Genius/commit/0878bf1)) + +### Styles + +* update group-by style issue ([2b7301b](https://github.com/Quorafind/Obsidian-Task-Genius/commit/2b7301b)) + ## [9.9.9](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.8...9.9.9) (2025-11-12) ### Features diff --git a/manifest-beta.json b/manifest-beta.json index 1718e464..eb8405da 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.9.9", + "version": "9.10.0", "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 f37b5e08..df29f4e8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.9.9", + "version": "9.10.0", "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 109f7a97..b9f13fb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.9.9", + "version": "9.10.0", "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 54720e83..ecc88bfb 100644 --- a/versions.json +++ b/versions.json @@ -165,5 +165,6 @@ "9.9.6": "0.15.2", "9.9.7": "0.15.2", "9.9.8": "0.15.2", - "9.9.9": "0.15.2" + "9.9.9": "0.15.2", + "9.10.0": "0.15.2" } \ No newline at end of file