Skip to content

Commit 2e7c269

Browse files
committed
chore(release): bump version to 9.8.3
1 parent b0f8912 commit 2e7c269

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

CHANGELOG.md

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

55

6+
## [9.8.3](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.2...9.8.3) (2025-09-06)
7+
8+
### Features
9+
10+
* **habit:** add quick create habit button in habit view ([dad5480](https://github.com/Quorafind/Obsidian-Task-Genius/commit/dad5480))
11+
12+
### Bug Fixes
13+
14+
* **sidebar:** open habit settings tab directly instead of modal ([37ef1a8](https://github.com/Quorafind/Obsidian-Task-Genius/commit/37ef1a8))
15+
* **habit:** use boolean values for daily habit completion tracking ([5550cb0](https://github.com/Quorafind/Obsidian-Task-Genius/commit/5550cb0))
16+
17+
### Styles
18+
19+
* **habit:** add container for habit create button ([b0f8912](https://github.com/Quorafind/Obsidian-Task-Genius/commit/b0f8912))
20+
621
## [9.8.2](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.1...9.8.2) (2025-09-05)
722

823
### 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.8.2",
4+
"version": "9.8.3",
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.8.2",
4+
"version": "9.8.3",
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.8.2",
3+
"version": "9.8.3",
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
@@ -136,5 +136,6 @@
136136
"9.8.0-beta.15": "0.15.2",
137137
"9.8.0": "0.15.2",
138138
"9.8.1": "0.15.2",
139-
"9.8.2": "0.15.2"
139+
"9.8.2": "0.15.2",
140+
"9.8.3": "0.15.2"
140141
}

0 commit comments

Comments
 (0)