From e1ab75d4206160010bf12041fa6a582f4fe57fe6 Mon Sep 17 00:00:00 2001 From: Quorafind Date: Fri, 19 Sep 2025 11:42:26 +0800 Subject: [PATCH] chore(release): bump version to 9.8.14 --- CHANGELOG.md | 16 ++++++++++++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8fb9d40..275f9018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. +## [9.8.14](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.13...9.8.14) (2025-09-19) + +### Bug Fixes + +* **write:** sanitize spaces in project and context tags for Tasks format ([3362968](https://github.com/Quorafind/Obsidian-Task-Genius/commit/3362968)) +* **write:** preserve spaces in project and context tags when updating tasks ([f770126](https://github.com/Quorafind/Obsidian-Task-Genius/commit/f770126)) + +### Refactors + +* remove unused plus token regex pattern ([c8dfe57](https://github.com/Quorafind/Obsidian-Task-Genius/commit/c8dfe57)) +* extract token regexes to centralized location ([ede2379](https://github.com/Quorafind/Obsidian-Task-Genius/commit/ede2379)) + +### Styles + +* **icons:** enhance checkbox hover effects ([58a22af](https://github.com/Quorafind/Obsidian-Task-Genius/commit/58a22af)) + ## [9.8.13](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.12...9.8.13) (2025-09-17) ### Bug Fixes diff --git a/manifest-beta.json b/manifest-beta.json index 605991b4..cc577c93 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.8.13", + "version": "9.8.14", "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/manifest.json b/manifest.json index 05637ef0..acd03c2d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.8.13", + "version": "9.8.14", "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 c12b6d8a..ae5c5171 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.8.13", + "version": "9.8.14", "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 37aa431a..721b171c 100644 --- a/versions.json +++ b/versions.json @@ -147,5 +147,6 @@ "9.8.10": "0.15.2", "9.8.11": "0.15.2", "9.8.12": "0.15.2", - "9.8.13": "0.15.2" + "9.8.13": "0.15.2", + "9.8.14": "0.15.2" } \ No newline at end of file