chore(release): bump version to 9.8.0-beta.3 [beta]

This commit is contained in:
Quorafind 2025-08-27 23:45:04 +08:00
parent cfb9b03c64
commit 9eb75ac7a6
4 changed files with 18 additions and 3 deletions

View file

@ -4,6 +4,20 @@ All notable changes to beta releases will be documented in this file.
## [9.8.0-beta.3](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.0-beta.2...9.8.0-beta.3) (2025-08-27)
### Bug Fixes
* **task-view:** resolve task sorting instability and scroll jumping ([ac54fdb](https://github.com/Quorafind/Obsidian-Task-Genius/commit/ac54fdb0bb6248bf34772dd420e954bd33a3656d))
### Refactors
* **settings:** consolidate dataflowEnabled into enableIndexer ([e599302](https://github.com/Quorafind/Obsidian-Task-Genius/commit/e599302be2a07bc1d65fb79aaa761c738f88cc71))
### Chores
* **task-view:** remove debug console.log and comment ([cfb9b03](https://github.com/Quorafind/Obsidian-Task-Genius/commit/cfb9b03c64e9a8e3e0c7e94e496f3cf1fca665b8))
## [9.8.0-beta.2](https://github.com/Quorafind/Obsidian-Task-Genius/compare/v9.8.0-beta.0-9-g134bfb8dc2f4f28ac7ecde4e4df3442c193ad46f...9.8.0-beta.2) (2025-08-27)
### Bug Fixes

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-task-progress-bar",
"name": "Task Genius",
"version": "9.8.0-beta.2",
"version": "9.8.0-beta.3",
"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.8.0-beta.2",
"version": "9.8.0-beta.3",
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
"main": "main.js",
"scripts": {

View file

@ -120,5 +120,6 @@
"9.7.5": "0.15.2",
"9.7.6": "0.15.2",
"9.8.0-beta.0": "0.15.2",
"9.8.0-beta.2": "0.15.2"
"9.8.0-beta.2": "0.15.2",
"9.8.0-beta.3": "0.15.2"
}