release 4.10.2

This commit is contained in:
callumalpass 2026-06-05 22:52:07 +10:00
parent c96187d602
commit 2ead7d59a0
7 changed files with 15 additions and 10 deletions

View file

@ -6,6 +6,7 @@ Welcome to the TaskNotes release notes. Here you can find detailed information a
### Version 4.x (Current)
- [4.10.2](releases/4.10.2.md)
- [4.10.1](releases/4.10.1.md)
- [4.10.0](releases/4.10.0.md)
- [4.9.2](releases/4.9.2.md)

6
docs/releases/4.10.2.md Normal file
View file

@ -0,0 +1,6 @@
# TaskNotes 4.10.2
## Fixed
- (#1995) Fixed Bases Calendar views showing both a materialized occurrence note and its matching virtual recurring task instance. Thanks to @rdefaccio for reporting this.
- (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.

View file

@ -33,6 +33,3 @@ When a change has user-facing documentation, include a canonical tasknotes.dev l
-->
## Fixed
- (#1995) Fixed Bases Calendar views showing both a materialized occurrence note and its matching virtual recurring task instance. Thanks to @rdefaccio for reporting this.
- (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.

View file

@ -1,10 +1,10 @@
{
"id": "tasknotes",
"name": "TaskNotes",
"version": "4.10.1",
"version": "4.10.2",
"minAppVersion": "1.12.2",
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
"author": "Callum Alpass",
"authorUrl": "https://github.com/callumalpass",
"isDesktopOnly": false
}
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "tasknotes",
"version": "4.10.1",
"version": "4.10.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tasknotes",
"version": "4.10.1",
"version": "4.10.2",
"license": "MIT",
"dependencies": {
"@codemirror/view": "^6.38.6",

View file

@ -1,6 +1,6 @@
{
"name": "tasknotes",
"version": "4.10.1",
"version": "4.10.2",
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
"main": "main.js",
"scripts": {

View file

@ -26,5 +26,6 @@
"4.9.1": "1.12.2",
"4.9.2": "1.12.2",
"4.10.0": "1.12.2",
"4.10.1": "1.12.2"
}
"4.10.1": "1.12.2",
"4.10.2": "1.12.2"
}