mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
chore(release): bump version to 9.7.6
This commit is contained in:
parent
bcf13e287b
commit
39da273cc2
5 changed files with 13 additions and 4 deletions
|
|
@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
|
||||
|
||||
## [9.7.6](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.7.5...9.7.6) (2025-08-18)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **mcp:** correct Accept header validation for POST requests ([641b8c0](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/641b8c0314bb29367985ef4020dff8e60be7437a))
|
||||
* **mcp:** improve protocol compliance and error handling ([329e1f9](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/329e1f913e00ca9ff8410193172ff74a90eba506))
|
||||
* **mcp:** restrict POST endpoint to /mcp path only ([f9b37e7](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/f9b37e7a4c6f67ed259d92a1b6422b01c2a8a43b))
|
||||
|
||||
## [9.7.5](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.7.4...9.7.5) (2025-08-18)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.7.5",
|
||||
"version": "9.7.6",
|
||||
"minAppVersion": "0.15.2",
|
||||
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
|
||||
"author": "Boninall",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.7.5",
|
||||
"version": "9.7.6",
|
||||
"minAppVersion": "0.15.2",
|
||||
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
|
||||
"author": "Boninall",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "task-genius",
|
||||
"version": "9.7.5",
|
||||
"version": "9.7.6",
|
||||
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -117,5 +117,6 @@
|
|||
"9.7.2": "0.15.2",
|
||||
"9.7.3": "0.15.2",
|
||||
"9.7.4": "0.15.2",
|
||||
"9.7.5": "0.15.2"
|
||||
"9.7.5": "0.15.2",
|
||||
"9.7.6": "0.15.2"
|
||||
}
|
||||
Loading…
Reference in a new issue