chore(release): bump version to 9.9.2

This commit is contained in:
Quorafind 2025-10-23 18:04:41 +08:00
parent 8c89618e10
commit 91f2eb8318
5 changed files with 18 additions and 5 deletions

View file

@ -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))

View file

@ -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",

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}