From b5665bf04840bc14f9464149b7be33697ebd289d Mon Sep 17 00:00:00 2001 From: Quorafind Date: Thu, 6 Nov 2025 23:00:54 +0800 Subject: [PATCH] chore(release): bump version to 9.9.6 --- CHANGELOG.md | 19 +++++++++++++++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 5 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b85d1456..09cb67de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. +## [9.9.6](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.5...9.9.6) (2025-11-06) + +### Features + +* support indicator for better status handling ([d36026c](https://github.com/Quorafind/Obsidian-Task-Genius/commit/d36026c)) + +### Bug Fixes + +* calculate recurrence date shoudld work with due date rather than only with current date ([c5677e6](https://github.com/Quorafind/Obsidian-Task-Genius/commit/c5677e6)) + +### Performance + +* improve onboarding performance when open view with Obsidian onloading ([baa280e](https://github.com/Quorafind/Obsidian-Task-Genius/commit/baa280e)) + +### Styles + +* update bumped styles ([2d959e9](https://github.com/Quorafind/Obsidian-Task-Genius/commit/2d959e9)) +* update task indicator style ([82df80c](https://github.com/Quorafind/Obsidian-Task-Genius/commit/82df80c)) + ## [9.9.5](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.4...9.9.5) (2025-11-03) ### Features diff --git a/manifest-beta.json b/manifest-beta.json index 5587576d..454f8787 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.9.5", + "version": "9.9.6", "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 8e591e67..197e5235 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.9.5", + "version": "9.9.6", "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 b5ce4c9d..171808e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.9.5", + "version": "9.9.6", "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 16d57b4d..bb7530ab 100644 --- a/versions.json +++ b/versions.json @@ -161,5 +161,6 @@ "9.9.2": "0.15.2", "9.9.3": "0.15.2", "9.9.4": "0.15.2", - "9.9.5": "0.15.2" + "9.9.5": "0.15.2", + "9.9.6": "0.15.2" } \ No newline at end of file