Skip to content

Commit 8a02fe3

Browse files
committed
release 4.6.0
1 parent 564ee35 commit 8a02fe3

8 files changed

Lines changed: 335 additions & 328 deletions

File tree

docs/releases.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Welcome to the TaskNotes release notes. Here you can find detailed information a
66

77
### Version 4.x (Current)
88

9+
- [4.6.0](releases/4.6.0.md)
910
- [4.5.3](releases/4.5.3.md)
1011
- [4.5.2](releases/4.5.2.md)
1112
- [4.5.1](releases/4.5.1.md)

docs/releases/4.6.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# TaskNotes 4.6.0
2+
3+
## Changed
4+
5+
- TaskNotes now requires Obsidian 1.12.2 or later, matching the Obsidian APIs used by the plugin.
6+
- Improved internal code quality by resolving lint warnings, moving static inline styles into CSS utilities, and extending sentence-case lint coverage to English localization strings, with no intended behavior changes.
7+
8+
## Fixed
9+
10+
- Fixed TaskNotes failing to load when Obsidian opened without an active Markdown file.

docs/releases/unreleased.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,3 @@ Example:
2323
```
2424
2525
-->
26-
27-
## Changed
28-
29-
- TaskNotes now requires Obsidian 1.12.2 or later, matching the Obsidian APIs used by the plugin.
30-
- Improved internal code quality by resolving lint warnings, moving static inline styles into CSS utilities, and extending sentence-case lint coverage to English localization strings, with no intended behavior changes.

i18n.manifest.json

Lines changed: 318 additions & 318 deletions
Large diffs are not rendered by default.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "tasknotes",
33
"name": "TaskNotes",
4-
"version": "4.5.3",
4+
"version": "4.6.0",
55
"minAppVersion": "1.12.2",
66
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
77
"author": "Callum Alpass",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tasknotes",
3-
"version": "4.5.3",
3+
"version": "4.6.0",
44
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"4.5.0": "1.10.1",
1616
"4.5.1": "1.10.1",
1717
"4.5.2": "1.10.1",
18-
"4.5.3": "1.12.2"
18+
"4.5.3": "1.12.2",
19+
"4.6.0": "1.12.2"
1920
}

0 commit comments

Comments
 (0)