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.2 [beta]
This commit is contained in:
parent
134bfb8dc2
commit
fb4184b784
4 changed files with 21 additions and 3 deletions
|
|
@ -4,6 +4,23 @@ All notable changes to beta releases will be documented in this file.
|
|||
|
||||
|
||||
|
||||
## [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
|
||||
|
||||
* **date:** date and priority issue when using inline editor update content ([f6a82d3](https://github.com/Quorafind/Obsidian-Task-Genius/commit/f6a82d341ab48718156de361692e0eef4dcc41d4))
|
||||
|
||||
### Chores
|
||||
|
||||
* remove unused files ([8d0c349](https://github.com/Quorafind/Obsidian-Task-Genius/commit/8d0c349f5c7780759f77c717d06c205867bc5f0f))
|
||||
* update workflow scripts ([166be92](https://github.com/Quorafind/Obsidian-Task-Genius/commit/166be925a45414f77e9a04c4381ac6ccf35b1909))
|
||||
* update workflow scripts ([795340e](https://github.com/Quorafind/Obsidian-Task-Genius/commit/795340e621aa9803fd4129f18e4b50e0f6a87fec))
|
||||
* update workflow scripts and fix github tag issues ([134bfb8](https://github.com/Quorafind/Obsidian-Task-Genius/commit/134bfb8dc2f4f28ac7ecde4e4df3442c193ad46f))
|
||||
* update workflow scripts and fix github tag issues ([addf04a](https://github.com/Quorafind/Obsidian-Task-Genius/commit/addf04a9c2658af1cce6c0f370b0241b9a350065))
|
||||
* update workflow scripts and fix github tag issues ([60b3f72](https://github.com/Quorafind/Obsidian-Task-Genius/commit/60b3f7290d4619711183c58515147dc3d0154493))
|
||||
* update workflow scripts and fix github tag issues ([dedc02b](https://github.com/Quorafind/Obsidian-Task-Genius/commit/dedc02b75fac91640ecddd354c7cc3fb57561c5d))
|
||||
* update workflow scripts and fix github tag issues ([aef0fb8](https://github.com/Quorafind/Obsidian-Task-Genius/commit/aef0fb82aa8ff134cdfdc3e1b7120e86ca85ba41))
|
||||
|
||||
## [10.0.0-beta.0](https://github.com/Quorafind/Obsidian-Task-Genius/compare/v9.8.0-beta.0-8-gaddf04a9c2658af1cce6c0f370b0241b9a350065...10.0.0-beta.0) (2025-08-27)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.8.0-beta.1",
|
||||
"version": "9.8.0-beta.2",
|
||||
"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.1",
|
||||
"version": "9.8.0-beta.2",
|
||||
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -119,5 +119,6 @@
|
|||
"9.7.4": "0.15.2",
|
||||
"9.7.5": "0.15.2",
|
||||
"9.7.6": "0.15.2",
|
||||
"9.8.0-beta.0": "0.15.2"
|
||||
"9.8.0-beta.0": "0.15.2",
|
||||
"9.8.0-beta.2": "0.15.2"
|
||||
}
|
||||
Loading…
Reference in a new issue