Skip to content

Commit b5665bf

Browse files
committed
chore(release): bump version to 9.9.6
1 parent 2d959e9 commit b5665bf

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [9.9.6](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.5...9.9.6) (2025-11-06)
7+
8+
### Features
9+
10+
* support indicator for better status handling ([d36026c](https://github.com/Quorafind/Obsidian-Task-Genius/commit/d36026c))
11+
12+
### Bug Fixes
13+
14+
* calculate recurrence date shoudld work with due date rather than only with current date ([c5677e6](https://github.com/Quorafind/Obsidian-Task-Genius/commit/c5677e6))
15+
16+
### Performance
17+
18+
* improve onboarding performance when open view with Obsidian onloading ([baa280e](https://github.com/Quorafind/Obsidian-Task-Genius/commit/baa280e))
19+
20+
### Styles
21+
22+
* update bumped styles ([2d959e9](https://github.com/Quorafind/Obsidian-Task-Genius/commit/2d959e9))
23+
* update task indicator style ([82df80c](https://github.com/Quorafind/Obsidian-Task-Genius/commit/82df80c))
24+
625
## [9.9.5](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.4...9.9.5) (2025-11-03)
726

827
### Features

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.5",
4+
"version": "9.9.6",
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.5",
4+
"version": "9.9.6",
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.5",
3+
"version": "9.9.6",
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
@@ -161,5 +161,6 @@
161161
"9.9.2": "0.15.2",
162162
"9.9.3": "0.15.2",
163163
"9.9.4": "0.15.2",
164-
"9.9.5": "0.15.2"
164+
"9.9.5": "0.15.2",
165+
"9.9.6": "0.15.2"
165166
}

0 commit comments

Comments
 (0)