From b1c0b8d72ef64c37ae6a2738917ee35cb599c2db Mon Sep 17 00:00:00 2001 From: Quorafind Date: Mon, 3 Nov 2025 22:38:50 +0800 Subject: [PATCH] chore(release): bump version to 9.9.5 --- CHANGELOG.md | 10 ++++++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d27452a..b85d1456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. +## [9.9.5](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.4...9.9.5) (2025-11-03) + +### Features + +* Add key mapping for 'repeat' to 'recurrence' ([0da3bc1](https://github.com/Quorafind/Obsidian-Task-Genius/commit/0da3bc1)) + +### Refactors + +* **editor:** improve date picker stability and architecture ([befbd6d](https://github.com/Quorafind/Obsidian-Task-Genius/commit/befbd6d)) + ## [9.9.4](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.3...9.9.4) (2025-10-30) ### Features diff --git a/manifest-beta.json b/manifest-beta.json index 7ed78eff..5587576d 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.9.4", + "version": "9.9.5", "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 379a9d95..8e591e67 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.9.4", + "version": "9.9.5", "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 274e2e87..b5ce4c9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.9.4", + "version": "9.9.5", "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 5d6cbbb2..16d57b4d 100644 --- a/versions.json +++ b/versions.json @@ -160,5 +160,6 @@ "9.9.1": "0.15.2", "9.9.2": "0.15.2", "9.9.3": "0.15.2", - "9.9.4": "0.15.2" + "9.9.4": "0.15.2", + "9.9.5": "0.15.2" } \ No newline at end of file