release 4.5.3

This commit is contained in:
callumalpass 2026-04-30 22:32:11 +10:00
parent 354c574116
commit e20f3513ce
7 changed files with 15 additions and 12 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.5.3](releases/4.5.3.md)
- [4.5.2](releases/4.5.2.md)
- [4.5.1](releases/4.5.1.md)
- [4.5.0](releases/4.5.0.md)

8
docs/releases/4.5.3.md Normal file
View file

@ -0,0 +1,8 @@
# TaskNotes 4.5.3
## Fixed
- (#1834, #1847) Fixed empty Bases formula and custom properties showing `null` or `undefined` on TaskNotes task cards.
- A big thanks to @Glint-Eye and @3zra47 for reporting.
- (#1836) Fixed TaskNotes Bases views not refreshing task cards after status, archive, and auto-archive updates.
- A big thanks to @kmaustral for reporting.

View file

@ -23,10 +23,3 @@ Example:
```
-->
## Fixed
- (#1834, #1847) Fixed empty Bases formula and custom properties showing `null` or `undefined` on TaskNotes task cards.
- A big thanks to @Glint-Eye and @3zra47 for reporting.
- (#1836) Fixed TaskNotes Bases views not refreshing task cards after status, archive, and auto-archive updates.
- A big thanks to @kmaustral for reporting.

View file

@ -1,7 +1,7 @@
{
"id": "tasknotes",
"name": "TaskNotes",
"version": "4.5.2",
"version": "4.5.3",
"minAppVersion": "1.10.1",
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
"author": "Callum Alpass",

4
package-lock.json generated
View file

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

View file

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

View file

@ -14,5 +14,6 @@
"4.4.0": "1.10.1",
"4.5.0": "1.10.1",
"4.5.1": "1.10.1",
"4.5.2": "1.10.1"
"4.5.2": "1.10.1",
"4.5.3": "1.10.1"
}