From 54285bdee33d3615a9978fff9e94902a86c74762 Mon Sep 17 00:00:00 2001 From: Quorafind Date: Thu, 4 Dec 2025 11:49:28 +0800 Subject: [PATCH] chore(release): bump version to 9.12.5 --- CHANGELOG.md | 7 +++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ae8d60..9c3bab2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. +## [9.12.5](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.12.4...9.12.5) (2025-12-04) + +### Bug Fixes + +* **view:** update sidebar list based on filtered tasks in two-column views ([555782b](https://github.com/Quorafind/Obsidian-Task-Genius/commit/555782b)) +* **quick-capture:** initialize default filename when input is empty ([d2845e6](https://github.com/Quorafind/Obsidian-Task-Genius/commit/d2845e6)) + ## [9.12.4](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.12.3...9.12.4) (2025-12-03) ### Features diff --git a/manifest-beta.json b/manifest-beta.json index 96f743b5..bfb1991a 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.12.4", + "version": "9.12.5", "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 2a4e66cf..30c2ba60 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.12.4", + "version": "9.12.5", "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 55505742..5a01018f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.12.4", + "version": "9.12.5", "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 5cdb31df..72b4cf6d 100644 --- a/versions.json +++ b/versions.json @@ -175,5 +175,6 @@ "9.12.1": "0.15.2", "9.12.2": "0.15.2", "9.12.3": "0.15.2", - "9.12.4": "0.15.2" + "9.12.4": "0.15.2", + "9.12.5": "0.15.2" } \ No newline at end of file