diff --git a/CHANGELOG.md b/CHANGELOG.md index 66330210..d7ca3414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. +## [9.8.3](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.2...9.8.3) (2025-09-06) + +### Features + +* **habit:** add quick create habit button in habit view ([dad5480](https://github.com/Quorafind/Obsidian-Task-Genius/commit/dad5480)) + +### Bug Fixes + +* **sidebar:** open habit settings tab directly instead of modal ([37ef1a8](https://github.com/Quorafind/Obsidian-Task-Genius/commit/37ef1a8)) +* **habit:** use boolean values for daily habit completion tracking ([5550cb0](https://github.com/Quorafind/Obsidian-Task-Genius/commit/5550cb0)) + +### Styles + +* **habit:** add container for habit create button ([b0f8912](https://github.com/Quorafind/Obsidian-Task-Genius/commit/b0f8912)) + ## [9.8.2](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.1...9.8.2) (2025-09-05) ### Features diff --git a/manifest-beta.json b/manifest-beta.json index bfe2beba..7cf282fb 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.8.2", + "version": "9.8.3", "minAppVersion": "0.15.2", "description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.", "author": "Boninall", diff --git a/manifest.json b/manifest.json index 3fb4e2fb..5165034b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.8.2", + "version": "9.8.3", "minAppVersion": "0.15.2", "description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.", "author": "Boninall", diff --git a/package.json b/package.json index cb126106..8d00388d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.8.2", + "version": "9.8.3", "description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 76855886..bd435de3 100644 --- a/versions.json +++ b/versions.json @@ -136,5 +136,6 @@ "9.8.0-beta.15": "0.15.2", "9.8.0": "0.15.2", "9.8.1": "0.15.2", - "9.8.2": "0.15.2" + "9.8.2": "0.15.2", + "9.8.3": "0.15.2" } \ No newline at end of file