mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
chore(release): bump version to 9.10.0
This commit is contained in:
parent
2b7301b4d0
commit
bb2e15550f
5 changed files with 20 additions and 4 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -3,6 +3,21 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
|
||||
|
||||
## [9.10.0](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.9...9.10.0) (2025-11-13)
|
||||
|
||||
### Features
|
||||
|
||||
* **fluent:** add custom button support to top navigation ([2177d9a](https://github.com/Quorafind/Obsidian-Task-Genius/commit/2177d9a))
|
||||
* **grouping:** add task grouping system with multiple dimensions ([bcd3f2b](https://github.com/Quorafind/Obsidian-Task-Genius/commit/bcd3f2b))
|
||||
|
||||
### Refactors
|
||||
|
||||
* improve code quality and use Obsidian API methods ([0878bf1](https://github.com/Quorafind/Obsidian-Task-Genius/commit/0878bf1))
|
||||
|
||||
### Styles
|
||||
|
||||
* update group-by style issue ([2b7301b](https://github.com/Quorafind/Obsidian-Task-Genius/commit/2b7301b))
|
||||
|
||||
## [9.9.9](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.8...9.9.9) (2025-11-12)
|
||||
|
||||
### Features
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.9.9",
|
||||
"version": "9.10.0",
|
||||
"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.9",
|
||||
"version": "9.10.0",
|
||||
"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.9",
|
||||
"version": "9.10.0",
|
||||
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -165,5 +165,6 @@
|
|||
"9.9.6": "0.15.2",
|
||||
"9.9.7": "0.15.2",
|
||||
"9.9.8": "0.15.2",
|
||||
"9.9.9": "0.15.2"
|
||||
"9.9.9": "0.15.2",
|
||||
"9.10.0": "0.15.2"
|
||||
}
|
||||
Loading…
Reference in a new issue