mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
chore(release): bump version to 9.12.5
This commit is contained in:
parent
555782b89b
commit
54285bdee3
5 changed files with 12 additions and 4 deletions
|
|
@ -3,6 +3,13 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
|
||||
|
||||
## [9.12.5](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.12.4...9.12.5) (2025-12-04)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **view:** update sidebar list based on filtered tasks in two-column views ([555782b](https://github.com/Quorafind/Obsidian-Task-Genius/commit/555782b))
|
||||
* **quick-capture:** initialize default filename when input is empty ([d2845e6](https://github.com/Quorafind/Obsidian-Task-Genius/commit/d2845e6))
|
||||
|
||||
## [9.12.4](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.12.3...9.12.4) (2025-12-03)
|
||||
|
||||
### Features
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.12.4",
|
||||
"version": "9.12.5",
|
||||
"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.12.4",
|
||||
"version": "9.12.5",
|
||||
"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.12.4",
|
||||
"version": "9.12.5",
|
||||
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -175,5 +175,6 @@
|
|||
"9.12.1": "0.15.2",
|
||||
"9.12.2": "0.15.2",
|
||||
"9.12.3": "0.15.2",
|
||||
"9.12.4": "0.15.2"
|
||||
"9.12.4": "0.15.2",
|
||||
"9.12.5": "0.15.2"
|
||||
}
|
||||
Loading…
Reference in a new issue