From 9109c07d28d77ff3324dfeb7d3ce127b4d6c0ae1 Mon Sep 17 00:00:00 2001 From: Quorafind Date: Fri, 26 Sep 2025 17:33:25 +0800 Subject: [PATCH] chore(release): bump version to 9.9.0-beta.5 [beta] --- CHANGELOG-BETA.md | 13 +++++++++++++ manifest-beta.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG-BETA.md b/CHANGELOG-BETA.md index bcd0afa3..45b9afac 100644 --- a/CHANGELOG-BETA.md +++ b/CHANGELOG-BETA.md @@ -4,6 +4,19 @@ All notable changes to beta releases will be documented in this file. +## [9.9.0-beta.5](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.9.0-beta.4...9.9.0-beta.5) (2025-09-26) + +### Bug Fixes + +* **setting:** manage workspace setting should jump to workspace setting tab ([f282bff](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/f282bffbf84d2b8fdde21521620342e1f47f6a58)) +* **task-mover:** prevent archive markers on non-task lines and preserve folded content ([f20c5eb](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/f20c5ebee3b999fe69a902afee1b0d12e28fcfbe)) +* **v2:** hide top navigation for two-column views ([2c24068](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/2c24068c69f314d7ccc63212c243e11abaaa6262)) + +### Chores + +* **release:** bump version to 9.9.0-beta.5 [beta] ([ef0834c](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/ef0834c65a859eba1b8fbe68cf44d8328d2a7a9e)) +* **version:** fix version issue before ([8abd736](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/8abd736e8400b97657fd63f0857d927cbc71e3e8)) + ## [9.9.0-beta.5](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.9.0-beta.4...9.9.0-beta.5) (2025-09-26) ### Bug Fixes diff --git a/manifest-beta.json b/manifest-beta.json index 92b51324..90700631 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,10 +1,10 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.9.0-beta.4", + "version": "9.9.0-beta.5", "minAppVersion": "0.15.2", "description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.", "author": "Boninall", "authorUrl": "https://github.com/Quorafind", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index 867f6017..917ed538 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.9.0-beta.4", + "version": "9.9.0-beta.5", "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 92fe7b17..1f6f9182 100644 --- a/versions.json +++ b/versions.json @@ -153,5 +153,6 @@ "9.9.0-beta.1": "0.15.2", "9.9.0-beta.2": "0.15.2", "9.9.0-beta.3": "0.15.2", - "9.9.0-beta.4": "0.15.2" -} + "9.9.0-beta.4": "0.15.2", + "9.9.0-beta.5": "0.15.2" +} \ No newline at end of file