Skip to content

Commit 6e06d61

Browse files
committed
chore(release): bump version to 9.8.2
1 parent 8700e54 commit 6e06d61

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [9.8.2](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.1...9.8.2) (2025-09-05)
7+
8+
### Features
9+
10+
* **task-view:** add modifier key navigation to open tasks in source file ([8700e54](https://github.com/Quorafind/Obsidian-Task-Genius/commit/8700e54))
11+
12+
### Refactors
13+
14+
* **dataflow:** improve file filtering and task indexing performance ([937d7b7](https://github.com/Quorafind/Obsidian-Task-Genius/commit/937d7b7))
15+
616
## [9.8.1](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.0...9.8.1) (2025-09-05)
717

818
### Bug Fixes

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-progress-bar",
33
"name": "Task Genius",
4-
"version": "9.8.1",
4+
"version": "9.8.2",
55
"minAppVersion": "0.15.2",
66
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
77
"author": "Boninall",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-progress-bar",
33
"name": "Task Genius",
4-
"version": "9.8.1",
4+
"version": "9.8.2",
55
"minAppVersion": "0.15.2",
66
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
77
"author": "Boninall",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "task-genius",
3-
"version": "9.8.1",
3+
"version": "9.8.2",
44
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,6 @@
135135
"9.8.0-beta.14": "0.15.2",
136136
"9.8.0-beta.15": "0.15.2",
137137
"9.8.0": "0.15.2",
138-
"9.8.1": "0.15.2"
138+
"9.8.1": "0.15.2",
139+
"9.8.2": "0.15.2"
139140
}

0 commit comments

Comments
 (0)