mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
chore(release): bump version to 9.9.8
This commit is contained in:
parent
79aae98e83
commit
1464780e2d
5 changed files with 26 additions and 4 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
|
@ -3,6 +3,27 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
|
||||
|
||||
## [9.9.8](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.7...9.9.8) (2025-11-11)
|
||||
|
||||
### Features
|
||||
|
||||
* **fluent:** add modern/classic interface style option ([f74966e](https://github.com/Quorafind/Obsidian-Task-Genius/commit/f74966e))
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **quick-capture:** prevent double-adding # to tags ([0da1f19](https://github.com/Quorafind/Obsidian-Task-Genius/commit/0da1f19))
|
||||
|
||||
### Refactors
|
||||
|
||||
* **mcp:** optimize server initialization and fix UTF-8 encoding ([79aae98](https://github.com/Quorafind/Obsidian-Task-Genius/commit/79aae98))
|
||||
* **details:** restructure task details DOM hierarchy ([32bb832](https://github.com/Quorafind/Obsidian-Task-Genius/commit/32bb832))
|
||||
* **fluent:** extract overdue task checking logic ([6745487](https://github.com/Quorafind/Obsidian-Task-Genius/commit/6745487))
|
||||
|
||||
### Styles
|
||||
|
||||
* **fluent:** implement modern interface styles ([447f637](https://github.com/Quorafind/Obsidian-Task-Genius/commit/447f637))
|
||||
* **fluent:** format code and fix linting issues ([bd2a438](https://github.com/Quorafind/Obsidian-Task-Genius/commit/bd2a438))
|
||||
|
||||
## [9.9.7](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.6...9.9.7) (2025-11-09)
|
||||
|
||||
### Styles
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.9.7",
|
||||
"version": "9.9.8",
|
||||
"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.9.7",
|
||||
"version": "9.9.8",
|
||||
"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.9.7",
|
||||
"version": "9.9.8",
|
||||
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -163,5 +163,6 @@
|
|||
"9.9.4": "0.15.2",
|
||||
"9.9.5": "0.15.2",
|
||||
"9.9.6": "0.15.2",
|
||||
"9.9.7": "0.15.2"
|
||||
"9.9.7": "0.15.2",
|
||||
"9.9.8": "0.15.2"
|
||||
}
|
||||
Loading…
Reference in a new issue