release 3.24.3

This commit is contained in:
callumalpass 2025-09-30 18:08:33 +10:00
parent bb3a9a5d62
commit 1a8070b72c
3 changed files with 9 additions and 2 deletions

7
docs/releases/3.24.3.md Normal file
View file

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

View file

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

View file

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