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.12
This commit is contained in:
parent
2d5c117d5f
commit
968e5dcc41
5 changed files with 19 additions and 4 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -3,6 +3,20 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
|
||||
|
||||
## [9.8.12](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.11...9.8.12) (2025-09-16)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **view:** prevent rendering when container not visible ([2d5c117](https://github.com/Quorafind/Obsidian-Task-Genius/commit/2d5c117))
|
||||
* **write:** unify status→date pipeline; correct date insert positions; prevent clearing content; improve recurring due-date calc (weekly/monthly) and new task generation; ensure single write events; safer delete/batch ops; refs #444 #446 #431 #415 ([c75f207](https://github.com/Quorafind/Obsidian-Task-Genius/commit/c75f207))
|
||||
* **tags:** ignore escaped \#tag to align with Obsidian behavior; refs #438 ([4a15c61](https://github.com/Quorafind/Obsidian-Task-Genius/commit/4a15c61))
|
||||
* **view:** ensure single-instance activation for main view and timeline sidebar; dedupe duplicate leaves; refs #428 ([a94d20d](https://github.com/Quorafind/Obsidian-Task-Genius/commit/a94d20d))
|
||||
* **status-cycler:** prevent status cycling on normal typing in empty checkbox; avoids conflicts with Easy Typing capitalization; refs #409 ([25b2349](https://github.com/Quorafind/Obsidian-Task-Genius/commit/25b2349))
|
||||
|
||||
### Refactors
|
||||
|
||||
* improve task parsing, date management, and tag handling ([cf51bdb](https://github.com/Quorafind/Obsidian-Task-Genius/commit/cf51bdb))
|
||||
|
||||
## [9.8.11](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.10...9.8.11) (2025-09-15)
|
||||
|
||||
### Features
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.8.11",
|
||||
"version": "9.8.12",
|
||||
"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.11",
|
||||
"version": "9.8.12",
|
||||
"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.11",
|
||||
"version": "9.8.12",
|
||||
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -145,5 +145,6 @@
|
|||
"9.8.8": "0.15.2",
|
||||
"9.8.9": "0.15.2",
|
||||
"9.8.10": "0.15.2",
|
||||
"9.8.11": "0.15.2"
|
||||
"9.8.11": "0.15.2",
|
||||
"9.8.12": "0.15.2"
|
||||
}
|
||||
Loading…
Reference in a new issue