mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
chore(release): bump version to 9.9.4
This commit is contained in:
parent
4f0dc243ed
commit
516dc422f9
5 changed files with 27 additions and 4 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
|
@ -3,6 +3,28 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
|
||||
|
||||
## [9.9.4](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.3...9.9.4) (2025-10-30)
|
||||
|
||||
### Features
|
||||
|
||||
* **rendering:** use originalMarkdown for file-source tasks ([20838fd](https://github.com/Quorafind/Obsidian-Task-Genius/commit/20838fd))
|
||||
* **file-source:** add frontmatter update support in WriteAPI ([d1132e1](https://github.com/Quorafind/Obsidian-Task-Genius/commit/d1132e1))
|
||||
* **file-source:** add metadata field mapping configuration ([f7456af](https://github.com/Quorafind/Obsidian-Task-Genius/commit/f7456af))
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **file-source:** remove project tag when deriving project from tags ([4f0dc24](https://github.com/Quorafind/Obsidian-Task-Genius/commit/4f0dc24))
|
||||
* project tag is not recognized when index file tasks ([66e1f6a](https://github.com/Quorafind/Obsidian-Task-Genius/commit/66e1f6a))
|
||||
* tag input event issue ([4d04384](https://github.com/Quorafind/Obsidian-Task-Genius/commit/4d04384))
|
||||
|
||||
### Refactors
|
||||
|
||||
* **task-view:** remove debouncing from task list rendering ([dc74b9c](https://github.com/Quorafind/Obsidian-Task-Genius/commit/dc74b9c))
|
||||
|
||||
### Styles
|
||||
|
||||
* format code with prettier ([bc3a1d3](https://github.com/Quorafind/Obsidian-Task-Genius/commit/bc3a1d3))
|
||||
|
||||
## [9.9.3](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.9.2...9.9.3) (2025-10-26)
|
||||
|
||||
### Features
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.9.3",
|
||||
"version": "9.9.4",
|
||||
"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.9.3",
|
||||
"version": "9.9.4",
|
||||
"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.9.3",
|
||||
"version": "9.9.4",
|
||||
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -159,5 +159,6 @@
|
|||
"9.9.0": "0.15.2",
|
||||
"9.9.1": "0.15.2",
|
||||
"9.9.2": "0.15.2",
|
||||
"9.9.3": "0.15.2"
|
||||
"9.9.3": "0.15.2",
|
||||
"9.9.4": "0.15.2"
|
||||
}
|
||||
Loading…
Reference in a new issue