Skip to content

Commit f694663

Browse files
committed
chore(release): bump version to 9.9.1
1 parent a1fc6b6 commit f694663

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
6+
## [9.9.1](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.0...9.9.1) (2025-10-21)
7+
8+
### Refactors
9+
10+
* implement filter notice and remove unused code ([b566533](https://github.com/Quorafind/Obsidian-Task-Genius/commit/b566533))
11+
* **storage:** migrate from localStorage to Obsidian app storage API ([01bbd43](https://github.com/Quorafind/Obsidian-Task-Genius/commit/01bbd43))
12+
13+
### Styles
14+
15+
* **fluent:** add responsive tab text hiding for narrow views ([a1fc6b6](https://github.com/Quorafind/Obsidian-Task-Genius/commit/a1fc6b6))
16+
517
## [9.9.0](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.14...9.9.0) (2025-10-21)
618

719
### Shinny new things
@@ -595,4 +607,4 @@ All notable changes to this project will be documented in this file.
595607

596608
### Tests
597609

598-
* improve test reliability and fix flaky date tests ([d66a13a](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/d66a13a5f41a5ea74d22c7b9215087aef80b5b07))
610+
* improve test reliability and fix flaky date tests ([d66a13a](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/d66a13a5f41a5ea74d22c7b9215087aef80b5b07))

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-progress-bar",
33
"name": "Task Genius",
4-
"version": "9.9.0",
4+
"version": "9.9.1",
55
"minAppVersion": "0.15.2",
66
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
77
"author": "Boninall",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-progress-bar",
33
"name": "Task Genius",
4-
"version": "9.9.0",
4+
"version": "9.9.1",
55
"minAppVersion": "0.15.2",
66
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
77
"author": "Boninall",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "task-genius",
3-
"version": "9.9.0",
3+
"version": "9.9.1",
44
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,5 +156,6 @@
156156
"9.9.0-beta.4": "0.15.2",
157157
"9.9.0-beta.5": "0.15.2",
158158
"9.9.0-beta.6": "0.15.2",
159-
"9.9.0": "0.15.2"
159+
"9.9.0": "0.15.2",
160+
"9.9.1": "0.15.2"
160161
}

0 commit comments

Comments
 (0)