chore(release): bump version to 9.9.5

This commit is contained in:
Quorafind 2025-11-03 22:38:50 +08:00
parent befbd6d82b
commit b1c0b8d72e
5 changed files with 15 additions and 4 deletions

View file

@ -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

View file

@ -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",

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}