mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
release 4.10.2
This commit is contained in:
parent
c96187d602
commit
2ead7d59a0
7 changed files with 15 additions and 10 deletions
|
|
@ -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
6
docs/releases/4.10.2.md
Normal 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.
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue