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.15 [beta]
This commit is contained in:
parent
1cec2cce41
commit
7eb761e040
4 changed files with 12 additions and 3 deletions
|
|
@ -4,6 +4,14 @@ All notable changes to beta releases will be documented in this file.
|
|||
|
||||
|
||||
|
||||
## [9.8.0-beta.15](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.0-beta.14...9.8.0-beta.15) (2025-09-03)
|
||||
|
||||
### Features
|
||||
|
||||
* **quick-capture:** add electron-based quick capture window ([ae80f14](https://github.com/Quorafind/Obsidian-Task-Genius/commit/ae80f14fde8c5e06f3f96b7c890dd3a5201b51ad))
|
||||
* **quick-capture:** add start and scheduled date fields to electron quick capture ([cbfb2fc](https://github.com/Quorafind/Obsidian-Task-Genius/commit/cbfb2fc8729914843f9e76cbfccd3963b9ee6af5))
|
||||
* **tasks:** add task deletion with cascade support ([1cec2cc](https://github.com/Quorafind/Obsidian-Task-Genius/commit/1cec2cce41bec7ec6468cc567cb6760fe32950b9))
|
||||
|
||||
## [9.8.0-beta.14](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.0-beta.13...9.8.0-beta.14) (2025-09-03)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.8.0-beta.14",
|
||||
"version": "9.8.0-beta.15",
|
||||
"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.14",
|
||||
"version": "9.8.0-beta.15",
|
||||
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -132,5 +132,6 @@
|
|||
"9.8.0-beta.11": "0.15.2",
|
||||
"9.8.0-beta.12": "0.15.2",
|
||||
"9.8.0-beta.13": "0.15.2",
|
||||
"9.8.0-beta.14": "0.15.2"
|
||||
"9.8.0-beta.14": "0.15.2",
|
||||
"9.8.0-beta.15": "0.15.2"
|
||||
}
|
||||
Loading…
Reference in a new issue