From 516dc422f92850b786f39d7f1d9578d635938796 Mon Sep 17 00:00:00 2001 From: Quorafind Date: Thu, 30 Oct 2025 15:31:32 +0800 Subject: [PATCH] chore(release): bump version to 9.9.4 --- CHANGELOG.md | 22 ++++++++++++++++++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 5 files changed, 27 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f93d0cba..6d27452a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. +## [9.9.4](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.3...9.9.4) (2025-10-30) + +### Features + +* **rendering:** use originalMarkdown for file-source tasks ([20838fd](https://github.com/Quorafind/Obsidian-Task-Genius/commit/20838fd)) +* **file-source:** add frontmatter update support in WriteAPI ([d1132e1](https://github.com/Quorafind/Obsidian-Task-Genius/commit/d1132e1)) +* **file-source:** add metadata field mapping configuration ([f7456af](https://github.com/Quorafind/Obsidian-Task-Genius/commit/f7456af)) + +### Bug Fixes + +* **file-source:** remove project tag when deriving project from tags ([4f0dc24](https://github.com/Quorafind/Obsidian-Task-Genius/commit/4f0dc24)) +* project tag is not recognized when index file tasks ([66e1f6a](https://github.com/Quorafind/Obsidian-Task-Genius/commit/66e1f6a)) +* tag input event issue ([4d04384](https://github.com/Quorafind/Obsidian-Task-Genius/commit/4d04384)) + +### Refactors + +* **task-view:** remove debouncing from task list rendering ([dc74b9c](https://github.com/Quorafind/Obsidian-Task-Genius/commit/dc74b9c)) + +### Styles + +* format code with prettier ([bc3a1d3](https://github.com/Quorafind/Obsidian-Task-Genius/commit/bc3a1d3)) + ## [9.9.3](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.2...9.9.3) (2025-10-26) ### Features diff --git a/manifest-beta.json b/manifest-beta.json index af43350e..7ed78eff 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.9.3", + "version": "9.9.4", "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 4987e63b..379a9d95 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.9.3", + "version": "9.9.4", "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 30df2b56..274e2e87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.9.3", + "version": "9.9.4", "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 c8878d3b..5d6cbbb2 100644 --- a/versions.json +++ b/versions.json @@ -159,5 +159,6 @@ "9.9.0": "0.15.2", "9.9.1": "0.15.2", "9.9.2": "0.15.2", - "9.9.3": "0.15.2" + "9.9.3": "0.15.2", + "9.9.4": "0.15.2" } \ No newline at end of file