Skip to content

Commit 1a8070b

Browse files
committed
release 3.24.3
1 parent bb3a9a5 commit 1a8070b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/releases/3.24.3.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# TaskNotes 3.24.3
2+
3+
- (#776) Fixed screens failing to load with "toLowerCase is not a function" error
4+
- Issue occurred when frontmatter tags array contained non-string values (numbers, booleans, etc.)
5+
- Added type validation to filter out non-string values before processing tags
6+
- Valid string tags continue to work normally while invalid types are safely skipped
7+
- Thanks to @kmf and @Andre-Ioda for help debugging this issue

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "tasknotes",
33
"name": "TaskNotes",
4-
"version": "3.24.2",
4+
"version": "3.24.3",
55
"minAppVersion": "1.0.0",
66
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
77
"author": "Callum Alpass",

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

0 commit comments

Comments
 (0)