Skip to content

Commit 2ead7d5

Browse files
committed
release 4.10.2
1 parent c96187d commit 2ead7d5

7 files changed

Lines changed: 15 additions & 10 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.10.2](releases/4.10.2.md)
910
- [4.10.1](releases/4.10.1.md)
1011
- [4.10.0](releases/4.10.0.md)
1112
- [4.9.2](releases/4.9.2.md)

docs/releases/4.10.2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# TaskNotes 4.10.2
2+
3+
## Fixed
4+
5+
- (#1995) Fixed Bases Calendar views showing both a materialized occurrence note and its matching virtual recurring task instance. Thanks to @rdefaccio for reporting this.
6+
- (Discussion #1994) Fixed timed recurring tasks failing to advance their due dates when due-date offset preservation is enabled. Thanks to @mgrecar for raising this.

docs/releases/unreleased.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,3 @@ When a change has user-facing documentation, include a canonical tasknotes.dev l
3333
-->
3434

3535
## Fixed
36-
37-
- (#1995) Fixed Bases Calendar views showing both a materialized occurrence note and its matching virtual recurring task instance. Thanks to @rdefaccio for reporting this.
38-
- (Discussion #1994) Fixed timed recurring tasks failing to advance their due dates when due-date offset preservation is enabled. Thanks to @mgrecar for raising this.

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "tasknotes",
33
"name": "TaskNotes",
4-
"version": "4.10.1",
4+
"version": "4.10.2",
55
"minAppVersion": "1.12.2",
66
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
77
"author": "Callum Alpass",
88
"authorUrl": "https://github.com/callumalpass",
99
"isDesktopOnly": false
10-
}
10+
}

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.10.1",
3+
"version": "4.10.2",
44
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
"4.9.1": "1.12.2",
2727
"4.9.2": "1.12.2",
2828
"4.10.0": "1.12.2",
29-
"4.10.1": "1.12.2"
30-
}
29+
"4.10.1": "1.12.2",
30+
"4.10.2": "1.12.2"
31+
}

0 commit comments

Comments
 (0)