Skip to content

Commit e1ab75d

Browse files
committed
chore(release): bump version to 9.8.14
1 parent c8dfe57 commit e1ab75d

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [9.8.14](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.13...9.8.14) (2025-09-19)
7+
8+
### Bug Fixes
9+
10+
* **write:** sanitize spaces in project and context tags for Tasks format ([3362968](https://github.com/Quorafind/Obsidian-Task-Genius/commit/3362968))
11+
* **write:** preserve spaces in project and context tags when updating tasks ([f770126](https://github.com/Quorafind/Obsidian-Task-Genius/commit/f770126))
12+
13+
### Refactors
14+
15+
* remove unused plus token regex pattern ([c8dfe57](https://github.com/Quorafind/Obsidian-Task-Genius/commit/c8dfe57))
16+
* extract token regexes to centralized location ([ede2379](https://github.com/Quorafind/Obsidian-Task-Genius/commit/ede2379))
17+
18+
### Styles
19+
20+
* **icons:** enhance checkbox hover effects ([58a22af](https://github.com/Quorafind/Obsidian-Task-Genius/commit/58a22af))
21+
622
## [9.8.13](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.12...9.8.13) (2025-09-17)
723

824
### Bug Fixes

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-progress-bar",
33
"name": "Task Genius",
4-
"version": "9.8.13",
4+
"version": "9.8.14",
55
"minAppVersion": "0.15.2",
66
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
77
"author": "Boninall",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-progress-bar",
33
"name": "Task Genius",
4-
"version": "9.8.13",
4+
"version": "9.8.14",
55
"minAppVersion": "0.15.2",
66
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
77
"author": "Boninall",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "task-genius",
3-
"version": "9.8.13",
3+
"version": "9.8.14",
44
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,6 @@
147147
"9.8.10": "0.15.2",
148148
"9.8.11": "0.15.2",
149149
"9.8.12": "0.15.2",
150-
"9.8.13": "0.15.2"
150+
"9.8.13": "0.15.2",
151+
"9.8.14": "0.15.2"
151152
}

0 commit comments

Comments
 (0)