diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7f594e..55a8a352 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/manifest-beta.json b/manifest-beta.json index 406a8bf7..d4059373 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -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", diff --git a/manifest.json b/manifest.json index adfc7e22..dda53713 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 3231a25b..e147fd05 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 227fb509..7772157e 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file