mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
chore(release): bump version to 9.8.0-beta.11 [beta]
This commit is contained in:
parent
a5aedadf44
commit
37b1ef04e4
4 changed files with 10 additions and 3 deletions
|
|
@ -4,6 +4,12 @@ All notable changes to beta releases will be documented in this file.
|
|||
|
||||
|
||||
|
||||
## [9.8.0-beta.11](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.8.0-beta.10...9.8.0-beta.11) (2025-08-31)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **tray:** improve icon visibility and window focus behavior ([a5aedad](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/a5aedadf4470c479562d9b2047dabd2ef7355496))
|
||||
|
||||
## [9.8.0-beta.10](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.0-beta.9...9.8.0-beta.10) (2025-08-30)
|
||||
|
||||
### Features
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.8.0-beta.10",
|
||||
"version": "9.8.0-beta.11",
|
||||
"minAppVersion": "0.15.2",
|
||||
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
|
||||
"author": "Boninall",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "task-genius",
|
||||
"version": "9.8.0-beta.10",
|
||||
"version": "9.8.0-beta.11",
|
||||
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -128,5 +128,6 @@
|
|||
"9.8.0-beta.7": "0.15.2",
|
||||
"9.8.0-beta.8": "0.15.2",
|
||||
"9.8.0-beta.9": "0.15.2",
|
||||
"9.8.0-beta.10": "0.15.2"
|
||||
"9.8.0-beta.10": "0.15.2",
|
||||
"9.8.0-beta.11": "0.15.2"
|
||||
}
|
||||
Loading…
Reference in a new issue