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
TagAutocompleteseeded 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 Help — v2026.07.11.3 notes.
- fix What's new modal — v2026.07.11.3 JSON entry (no doc-update item, by design).
- fix Cache-bust —
whats-new-v150data version and2026.07-dashboard-release-v111dashboard release token;bookmarks-bulk-tags-1asset query strings onconfig-bookmarks.jsandconfig-setup.js.