Skip to content

Commit 11dff15

Browse files
committed
chore(release): bump version to 9.3.0
1 parent b7f06dd commit 11dff15

File tree

5 files changed

+39
-14
lines changed

5 files changed

+39
-14
lines changed

CHANGELOG.md

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

55

66

7+
## [9.3.0](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.2.2...9.3.0) (2025-08-09)
8+
9+
### Features
10+
11+
* **task-view:** implement dynamic metadata positioning ([662f5a6](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/662f5a69de599dd6ba087b20329c34d6f6d31628))
12+
13+
### Bug Fixes
14+
15+
* task gutter select date ([9e9af7f](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/9e9af7f4840eea2929198933395e36de347dfeb7))
16+
17+
### Chores
18+
19+
* bump release ([b9ba970](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/b9ba970d20a7cf6993849647bf29ab01f56b53f0))
20+
* bump release ([1590071](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/1590071b43abd3e44cdea2fa16b7ad1ebb5d99a8))
21+
* bump version ([b7f06dd](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/b7f06ddc679e59b718880eccfbb39214c5f44b59))
22+
* bump version ([34a25cf](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/34a25cf1c635507bd18d8bc5e0171916ef7084a7))
23+
* **release:** bump version to 9.3.0 ([82c1bed](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/82c1bed09d5a2aca9cef919535057771af24a2f4))
24+
* **release:** bump version to 9.3.0 ([8269846](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/82698464f760cea439442b964d239a639ea637b8))
25+
* styles conflict ([750c74e](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/750c74e16ecff0cbd8e250e5f0101159e245d3c3))
26+
27+
### Tests
28+
29+
* improve test reliability and fix flaky date tests ([d66a13a](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/commit/d66a13a5f41a5ea74d22c7b9215087aef80b5b07))
30+
731
## [9.3.1](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.3.0...9.3.1) (2025-08-09)
832

933
## [9.3.0](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.2.2...9.3.0) (2025-08-09)

manifest-beta.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"id": "obsidian-task-progress-bar",
3-
"name": "Task Genius",
4-
"version": "9.2.2",
5-
"minAppVersion": "0.15.2",
6-
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
7-
"author": "Boninall",
8-
"authorUrl": "https://github.com/Quorafind",
9-
"isDesktopOnly": false
10-
}
2+
"id": "obsidian-task-progress-bar",
3+
"name": "Task Genius",
4+
"version": "9.3.0",
5+
"minAppVersion": "0.15.2",
6+
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
7+
"author": "Boninall",
8+
"authorUrl": "https://github.com/Quorafind",
9+
"isDesktopOnly": false
10+
}

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "obsidian-task-progress-bar",
33
"name": "Task Genius",
4-
"version": "9.2.2",
4+
"version": "9.3.0",
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",
88
"authorUrl": "https://github.com/Quorafind",
99
"isDesktopOnly": false
10-
}
10+
}

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.2.2",
3+
"version": "9.3.0",
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,6 @@
103103
"9.1.5": "0.15.2",
104104
"9.2.0": "0.15.2",
105105
"9.2.1": "0.15.2",
106-
"9.2.2": "0.15.2"
107-
}
106+
"9.2.2": "0.15.2",
107+
"9.3.0": "0.15.2"
108+
}

0 commit comments

Comments
 (0)