diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f6688d..cdf2ea86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. +## [9.12.1](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.12.0...9.12.1) (2025-11-30) + +### Features + +* **time-parsing:** improve emoji-based date type detection and time preservation ([82a2020](https://github.com/Quorafind/Obsidian-Task-Genius/commit/82a2020)) + +### Refactors + +* **calendar:** use built-in DateFnsAdapter from @taskgenius/calendar ([5fb5ff6](https://github.com/Quorafind/Obsidian-Task-Genius/commit/5fb5ff6)) + - Remove redundant custom date adapter implementations in favor of the DateFnsAdapter exported directly from @taskgenius/calendar library. + ## [9.12.0](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.11.0...9.12.0) (2025-11-29) ### Features diff --git a/manifest-beta.json b/manifest-beta.json index bf05a5b8..aa19dafd 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.12.0", + "version": "9.12.1", "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 ce999338..a4414e93 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.12.0", + "version": "9.12.1", "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 5c480d92..496f970c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.12.0", + "version": "9.12.1", "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 2f06615f..5e56af2e 100644 --- a/versions.json +++ b/versions.json @@ -171,5 +171,6 @@ "9.10.2": "0.15.2", "9.10.3": "0.15.2", "9.11.0": "0.15.2", - "9.12.0": "0.15.2" + "9.12.0": "0.15.2", + "9.12.1": "0.15.2" } \ No newline at end of file