mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
chore(release): bump version to 9.11.0
This commit is contained in:
parent
689419538b
commit
cee8349ba9
5 changed files with 18 additions and 4 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -3,6 +3,19 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
|
||||
|
||||
## [9.11.0](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.10.3...9.11.0) (2025-11-19)
|
||||
|
||||
### Features
|
||||
|
||||
* **status:** extend multi-cycle support to all task switching contexts ([6894195](https://github.com/Quorafind/Obsidian-Task-Genius/commit/6894195))
|
||||
* **kanban:** prevent dragging tasks into Other column ([c821558](https://github.com/Quorafind/Obsidian-Task-Genius/commit/c821558))
|
||||
* **kanban:** add cycle selector and Other column for unmatched tasks ([36d8340](https://github.com/Quorafind/Obsidian-Task-Genius/commit/36d8340))
|
||||
* **status:** add multi-cycle status support with priority-based selection ([7244d91](https://github.com/Quorafind/Obsidian-Task-Genius/commit/7244d91))
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add async/await to habit operations and mark parameter to status config ([bf36bf2](https://github.com/Quorafind/Obsidian-Task-Genius/commit/bf36bf2))
|
||||
|
||||
## [9.10.3](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.10.2...9.10.3) (2025-11-17)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.10.3",
|
||||
"version": "9.11.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.10.3",
|
||||
"version": "9.11.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.10.3",
|
||||
"version": "9.11.0",
|
||||
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -169,5 +169,6 @@
|
|||
"9.10.0": "0.15.2",
|
||||
"9.10.1": "0.15.2",
|
||||
"9.10.2": "0.15.2",
|
||||
"9.10.3": "0.15.2"
|
||||
"9.10.3": "0.15.2",
|
||||
"9.11.0": "0.15.2"
|
||||
}
|
||||
Loading…
Reference in a new issue