From 91f2eb83182ae3437923fa0aa95eda4d727d9b8a Mon Sep 17 00:00:00 2001 From: Quorafind Date: Thu, 23 Oct 2025 18:04:41 +0800 Subject: [PATCH] chore(release): bump version to 9.9.2 --- CHANGELOG.md | 14 +++++++++++++- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 5 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 539a9114..1f42854c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. +## [9.9.2](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.1...9.9.2) (2025-10-23) + +### Features + +* **fluent:** add responsive sidebar auto-collapse ([d5f27b7](https://github.com/Quorafind/Obsidian-Task-Genius/commit/d5f27b7)) + +### Bug Fixes + +* **fluent:** resolve filter state loading and flickering issues ([8c89618](https://github.com/Quorafind/Obsidian-Task-Genius/commit/8c89618)) +* **bulk-ops:** fix project list not showing in bulk move menu ([0f3726d](https://github.com/Quorafind/Obsidian-Task-Genius/commit/0f3726d)) +* **fluent:** remove auto-expand behavior from responsive sidebar ([9e3e95d](https://github.com/Quorafind/Obsidian-Task-Genius/commit/9e3e95d)) + ## [9.9.1](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.0...9.9.1) (2025-10-21) ### Refactors @@ -607,4 +619,4 @@ All notable changes to this project will be documented in this file. ### Tests -* improve test reliability and fix flaky date tests ([d66a13a](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/d66a13a5f41a5ea74d22c7b9215087aef80b5b07)) +* improve test reliability and fix flaky date tests ([d66a13a](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/d66a13a5f41a5ea74d22c7b9215087aef80b5b07)) \ No newline at end of file diff --git a/manifest-beta.json b/manifest-beta.json index 8b681ff3..29e3650a 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.9.1", + "version": "9.9.2", "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 4ab265e8..2f62921e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.9.1", + "version": "9.9.2", "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 e27a8182..de8e9fe8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.9.1", + "version": "9.9.2", "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 2dda358c..93f7528c 100644 --- a/versions.json +++ b/versions.json @@ -157,5 +157,6 @@ "9.9.0-beta.5": "0.15.2", "9.9.0-beta.6": "0.15.2", "9.9.0": "0.15.2", - "9.9.1": "0.15.2" + "9.9.1": "0.15.2", + "9.9.2": "0.15.2" } \ No newline at end of file