From 17d18ada2d5ccd1384baabcfc6a71ad72c0909d9 Mon Sep 17 00:00:00 2001 From: quorafind <951011105@qq.com> Date: Mon, 18 Aug 2025 17:00:43 +0800 Subject: [PATCH] chore(release): bump version to 9.7.4 --- CHANGELOG.md | 10 ++++++++++ dist/manifest-beta.json | 2 +- dist/manifest.json | 2 +- dist/versions.json | 3 ++- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 8 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 211de675..2ed4c699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. +## [9.7.4](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.7.3...9.7.4) (2025-08-18) + +### Bug Fixes + +* **mcp:** ensure protocol compliance and consistent tag formatting ([cdeb1fc](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/cdeb1fcea400e76ba7b2b07aa91fb644506e5f7e)) + +### Refactors + +* reorganize architecture and add dataflow foundation ([7afc7a2](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/7afc7a2e7b0f30ee0e5e916255cf5f6ba33760b1)) + ## [9.7.3](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.7.2...9.7.3) (2025-08-17) ## [9.7.2](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.7.1...9.7.2) (2025-08-16) diff --git a/dist/manifest-beta.json b/dist/manifest-beta.json index efe705df..df4e91c9 100644 --- a/dist/manifest-beta.json +++ b/dist/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.7.3", + "version": "9.7.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/dist/manifest.json b/dist/manifest.json index fa15c786..82cba48e 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.7.3", + "version": "9.7.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/dist/versions.json b/dist/versions.json index a76a3b4a..63f75723 100644 --- a/dist/versions.json +++ b/dist/versions.json @@ -115,5 +115,6 @@ "9.7.0": "0.15.2", "9.7.1": "0.15.2", "9.7.2": "0.15.2", - "9.7.3": "0.15.2" + "9.7.3": "0.15.2", + "9.7.4": "0.15.2" } \ No newline at end of file diff --git a/manifest-beta.json b/manifest-beta.json index efe705df..df4e91c9 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.7.3", + "version": "9.7.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 fa15c786..82cba48e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.7.3", + "version": "9.7.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 52d49cf7..13d3f06e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.7.3", + "version": "9.7.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 7e3ea5fc..84947360 100644 --- a/versions.json +++ b/versions.json @@ -115,5 +115,6 @@ "9.7.0": "0.15.2", "9.7.1": "0.15.2", "9.7.2": "0.15.2", - "9.7.3": "0.15.2" + "9.7.3": "0.15.2", + "9.7.4": "0.15.2" } \ No newline at end of file