3c7b6741f5
Shallow Object.assign on settings meant filterTags (new in 1.5.0) was undefined for anyone with prior saved settings. Accessing .length on undefined threw, killing the entire redraw before calendar could render. - Defensive fallback: filterTags || [] - Deep merge on loadSettings for recentFiles, calendar, display
10 lines
228 B
JSON
10 lines
228 B
JSON
{
|
|
"id": "waypoint-sidebar",
|
|
"name": "Waypoint Sidebar",
|
|
"version": "1.5.1",
|
|
"minAppVersion": "0.16.3",
|
|
"description": "Calendar, recent files, and custom bookmarks sidebar.",
|
|
"author": "Olivier",
|
|
"isDesktopOnly": false
|
|
}
|