mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
release 3.24.3
This commit is contained in:
parent
bb3a9a5d62
commit
1a8070b72c
3 changed files with 9 additions and 2 deletions
7
docs/releases/3.24.3.md
Normal file
7
docs/releases/3.24.3.md
Normal 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
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue