chore(release): bump version to 9.9.0-beta.5 [beta]

This commit is contained in:
Quorafind 2025-09-26 17:33:25 +08:00
parent 8abd736e84
commit 9109c07d28
4 changed files with 19 additions and 5 deletions

View file

@ -4,6 +4,19 @@ All notable changes to beta releases will be documented in this file.
## [9.9.0-beta.5](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.9.0-beta.4...9.9.0-beta.5) (2025-09-26)
### Bug Fixes
* **setting:** manage workspace setting should jump to workspace setting tab ([f282bff](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/f282bffbf84d2b8fdde21521620342e1f47f6a58))
* **task-mover:** prevent archive markers on non-task lines and preserve folded content ([f20c5eb](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/f20c5ebee3b999fe69a902afee1b0d12e28fcfbe))
* **v2:** hide top navigation for two-column views ([2c24068](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/2c24068c69f314d7ccc63212c243e11abaaa6262))
### Chores
* **release:** bump version to 9.9.0-beta.5 [beta] ([ef0834c](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/ef0834c65a859eba1b8fbe68cf44d8328d2a7a9e))
* **version:** fix version issue before ([8abd736](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/8abd736e8400b97657fd63f0857d927cbc71e3e8))
## [9.9.0-beta.5](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.9.0-beta.4...9.9.0-beta.5) (2025-09-26)
### Bug Fixes

View file

@ -1,10 +1,10 @@
{
"id": "obsidian-task-progress-bar",
"name": "Task Genius",
"version": "9.9.0-beta.4",
"version": "9.9.0-beta.5",
"minAppVersion": "0.15.2",
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
"author": "Boninall",
"authorUrl": "https://github.com/Quorafind",
"isDesktopOnly": false
}
}

View file

@ -1,6 +1,6 @@
{
"name": "task-genius",
"version": "9.9.0-beta.4",
"version": "9.9.0-beta.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

@ -153,5 +153,6 @@
"9.9.0-beta.1": "0.15.2",
"9.9.0-beta.2": "0.15.2",
"9.9.0-beta.3": "0.15.2",
"9.9.0-beta.4": "0.15.2"
}
"9.9.0-beta.4": "0.15.2",
"9.9.0-beta.5": "0.15.2"
}