chore(release): bump version to 9.7.2

This commit is contained in:
quorafind 2025-08-16 22:23:19 +08:00
parent eae151e839
commit 7c314ec2d1
8 changed files with 15 additions and 7 deletions

View file

@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
## [9.7.2](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.7.1...9.7.2) (2025-08-16)
### Bug Fixes
* filter out abandoned/cancelled tasks in timeline sidebar ([01f6ce6](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/01f6ce600d9339beffa5c2f43cabae66ddfca883)), closes [#374](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/issues/374)
## [9.7.1](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.7.0...9.7.1) (2025-08-16)
### Refactors

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-task-progress-bar",
"name": "Task Genius",
"version": "9.7.1",
"version": "9.7.2",
"minAppVersion": "0.15.2",
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
"author": "Boninall",

2
dist/manifest.json vendored
View file

@ -1,7 +1,7 @@
{
"id": "obsidian-task-progress-bar",
"name": "Task Genius",
"version": "9.7.1",
"version": "9.7.2",
"minAppVersion": "0.15.2",
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
"author": "Boninall",

3
dist/versions.json vendored
View file

@ -113,5 +113,6 @@
"9.6.3": "0.15.2",
"9.6.4": "0.15.2",
"9.7.0": "0.15.2",
"9.7.1": "0.15.2"
"9.7.1": "0.15.2",
"9.7.2": "0.15.2"
}

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-task-progress-bar",
"name": "Task Genius",
"version": "9.7.1",
"version": "9.7.2",
"minAppVersion": "0.15.2",
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
"author": "Boninall",

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-task-progress-bar",
"name": "Task Genius",
"version": "9.7.1",
"version": "9.7.2",
"minAppVersion": "0.15.2",
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
"author": "Boninall",

View file

@ -1,6 +1,6 @@
{
"name": "task-genius",
"version": "9.7.1",
"version": "9.7.2",
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
"main": "main.js",
"scripts": {

View file

@ -113,5 +113,6 @@
"9.6.3": "0.15.2",
"9.6.4": "0.15.2",
"9.7.0": "0.15.2",
"9.7.1": "0.15.2"
"9.7.1": "0.15.2",
"9.7.2": "0.15.2"
}