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.14
This commit is contained in:
parent
c8dfe578fa
commit
e1ab75d420
5 changed files with 21 additions and 4 deletions
16
CHANGELOG.md
16
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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue