Skip to content

v2026.07.11.3

Choose a tag to compare

@jordibrouwer jordibrouwer released this 12 Jul 17:45
· 1198 commits to main since this release

Bulk tags — the config bookmarks bulk toolbar can now add, replace, or remove tags across every selected bookmark at once.

Bookmarks

  • new Bulk tags — select bookmarks in Config → Bookmarks and the bulk toolbar gains a Tags group: a comma-separated tag input (with TagAutocomplete seeded from all loaded bookmarks) and an Add/Replace/Remove mode select. bulkApplyTags(bookmarks, tags, mode) normalizes to lower-case, trims, and dedupes, then mutates the selected bookmarks in place and clears the selection, saving through the existing config dirty/save flow like the other bulk actions (config-bookmarks.js, config-setup.js, templates/config.html, locales). The three new controls are disabled when nothing is selected.

Developer & docs

  • fix README, MANUAL, CHANGELOG & Config Helpv2026.07.11.3 notes.
  • fix What's new modalv2026.07.11.3 JSON entry (no doc-update item, by design).
  • fix Cache-bustwhats-new-v150 data version and 2026.07-dashboard-release-v111 dashboard release token; bookmarks-bulk-tags-1 asset query strings on config-bookmarks.js and config-setup.js.