You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a local Homepage-compatible
bookmark suggestion API endpoint (GET /suggest) based on existing bookmark
parsing and Web Companion data sources, with prefix-first matching,
deduplication, limit handling, and response format compatibility
(for #3484)
Added a separate webpage documentation page for the Homepage suggestion API
integration at Homepage suggestion API,
including links to reusable custom.js / custom.css assets for externally
hosted Homepage instances
Fixed the default note sorting in the "Link to a URL or note" dialog regressing
to alphabetical order when note subfolders are disabled; it now again defaults
to modification date descending (for #3482)
Fixed switching note folders from the selector when multiple configured note
folders point to the same local directory, ensuring folder-specific UI state
like subfolder panel visibility updates correctly (for #3489)