Skip to content

Release v26.3.6

Choose a tag to compare

@github-actions github-actions released this 09 Mar 20:32
· 53 commits to main since this release
b03021c

26.3.6

  • 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)