diff --git a/CHANGELOG.md b/CHANGELOG.md index b31d62c4..bec5581e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. +## [9.12.3](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.12.2...9.12.3) (2025-12-01) + +### Features + +* **mcp:** add meta tools and field filtering for reduced token usage ([f997b18](https://github.com/Quorafind/Obsidian-Task-Genius/commit/f997b18)) + ## [9.12.2](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.12.1...9.12.2) (2025-11-30) ### Features diff --git a/manifest-beta.json b/manifest-beta.json index b50521de..28bd8a27 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.12.2", + "version": "9.12.3", "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 0ec874a6..2fc3263f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.12.2", + "version": "9.12.3", "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 bbfcae5a..a067037d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.12.2", + "version": "9.12.3", "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 87211830..a5356648 100644 --- a/versions.json +++ b/versions.json @@ -173,5 +173,6 @@ "9.11.0": "0.15.2", "9.12.0": "0.15.2", "9.12.1": "0.15.2", - "9.12.2": "0.15.2" + "9.12.2": "0.15.2", + "9.12.3": "0.15.2" } \ No newline at end of file