From 7eb761e040a1230237cfc88761ba4d241b379cc7 Mon Sep 17 00:00:00 2001 From: Quorafind Date: Wed, 3 Sep 2025 22:23:40 +0800 Subject: [PATCH] chore(release): bump version to 9.8.0-beta.15 [beta] --- CHANGELOG-BETA.md | 8 ++++++++ manifest-beta.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG-BETA.md b/CHANGELOG-BETA.md index 089b49f4..c4f1d609 100644 --- a/CHANGELOG-BETA.md +++ b/CHANGELOG-BETA.md @@ -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 diff --git a/manifest-beta.json b/manifest-beta.json index 181c0aff..cf80a9d9 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -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", diff --git a/package.json b/package.json index 3d07817f..58d138a5 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 590e2b4c..d7241fff 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file