diff --git a/docs/releases.md b/docs/releases.md index 495b51b4..1d826ba1 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -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) diff --git a/docs/releases/4.5.3.md b/docs/releases/4.5.3.md new file mode 100644 index 00000000..e58b41de --- /dev/null +++ b/docs/releases/4.5.3.md @@ -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. diff --git a/docs/releases/unreleased.md b/docs/releases/unreleased.md index 482e2996..aa121469 100644 --- a/docs/releases/unreleased.md +++ b/docs/releases/unreleased.md @@ -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. diff --git a/manifest.json b/manifest.json index f57bd7b3..80e2c353 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package-lock.json b/package-lock.json index 188a6db7..1e977bd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index e5dc154c..88bf74e9 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index a4ed7528..50638e36 100644 --- a/versions.json +++ b/versions.json @@ -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" }