chore(release): bump version to 9.9.1

This commit is contained in:
Quorafind 2025-10-21 21:18:10 +08:00
parent a1fc6b6cb1
commit f694663991
5 changed files with 18 additions and 5 deletions

View file

@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file.
## [9.9.1](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.0...9.9.1) (2025-10-21)
### Refactors
* implement filter notice and remove unused code ([b566533](https://github.com/Quorafind/Obsidian-Task-Genius/commit/b566533))
* **storage:** migrate from localStorage to Obsidian app storage API ([01bbd43](https://github.com/Quorafind/Obsidian-Task-Genius/commit/01bbd43))
### Styles
* **fluent:** add responsive tab text hiding for narrow views ([a1fc6b6](https://github.com/Quorafind/Obsidian-Task-Genius/commit/a1fc6b6))
## [9.9.0](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.14...9.9.0) (2025-10-21)
### Shinny new things
@ -595,4 +607,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.0",
"version": "9.9.1",
"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.0",
"version": "9.9.1",
"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.0",
"version": "9.9.1",
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
"main": "main.js",
"scripts": {

View file

@ -156,5 +156,6 @@
"9.9.0-beta.4": "0.15.2",
"9.9.0-beta.5": "0.15.2",
"9.9.0-beta.6": "0.15.2",
"9.9.0": "0.15.2"
"9.9.0": "0.15.2",
"9.9.1": "0.15.2"
}