diff --git a/CHANGELOG-BETA.md b/CHANGELOG-BETA.md index cadbdf15..68b0a45c 100644 --- a/CHANGELOG-BETA.md +++ b/CHANGELOG-BETA.md @@ -4,6 +4,17 @@ All notable changes to beta releases will be documented in this file. +## [9.8.0-beta.13](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.8.0-beta.12...9.8.0-beta.13) (2025-09-02) + +### Features + +* **parser:** add case-insensitive tag prefix matching ([6e20a7a](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/6e20a7a87947a7f47b2e8f7a51d0891e7071f049)) + +### Bug Fixes + +* **dates:** apply timezone handling to InlineEditor and TaskPropertyTwoColumnView ([77d21e4](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/77d21e461160d67dac08437d40abd73f8dda92d8)) +* **dates:** correct timezone handling for date display in task views ([f1a3c10](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/f1a3c10bcbf29e035bb7a6d8da14436c3039689a)), closes [#419](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/issues/419) + ## [9.8.0-beta.12](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.8.0-beta.11...9.8.0-beta.12) (2025-09-01) ### Features diff --git a/manifest-beta.json b/manifest-beta.json index f8d30016..d4888cad 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.8.0-beta.12", + "version": "9.8.0-beta.13", "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 7b9e5296..706bf826 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.8.0-beta.12", + "version": "9.8.0-beta.13", "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 a3750190..89402b23 100644 --- a/versions.json +++ b/versions.json @@ -130,5 +130,6 @@ "9.8.0-beta.9": "0.15.2", "9.8.0-beta.10": "0.15.2", "9.8.0-beta.11": "0.15.2", - "9.8.0-beta.12": "0.15.2" + "9.8.0-beta.12": "0.15.2", + "9.8.0-beta.13": "0.15.2" } \ No newline at end of file