Skip to content

3.24.3

Choose a tag to compare

@github-actions github-actions released this 30 Sep 08:11
· 1215 commits to main since this release

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 @Andrei-Ioda for help debugging this issue