[extension-v1.19.0] - 2024-12-21: Reworked popup UI, better replay integration
Changed (1)
-
Popup UI:
-
Reorganized the whole layout by assigning tags to all elements and allowing switching between those tags as if they were tabs.
The original idea was to unroll in steps a-la
uBlock Origin
, but this is superior. -
Improved some help strings.
-
Added
-
Core + Popup UI + Shortcuts:
-
Added
Replay from the archiving server
configuration option.It's a tristate of: disallow, enable if
Submit dumps via 'HTTP'
option is enabled and the server supports it, enable even ifSubmit dumps via 'HTTP'
option is disabled. -
Added
Include in global replays
per-tab options. -
Added popup UI button and keyboard shortcut both of which re-navigate all tabs for which
Include in global replays
is set to their replays. -
Added popup UI button, keyboard shortcut, and context menu item all of which re-navigate a currently active tab to its replay.
-
Added
Force 'Work offline' in replayed tabs
configuration option which does the same thing the similar options forfile:
anddata:
URL does, but for tabs that point to replay URLs.
Enabled by default. -
Added
🎄 Winter Days mode
seasonal theme. -
Added
Escape notification messages
configuration option to help support more notification daemons.
Disabled by default.
-
Changed (2)
-
The
Help
page:-
Merged "Handling of failures" section into "Archival".
-
Reworded some awkward places.
-
-
Core +
manifest.json
:-
Improved server checking logic and error messages.
-
Improved keyboard shortcut descriptions.
-
-
Improved documentation.
Fixed
-
Core:
-
Snapshot
buttons and keyboard shortcuts will no longer takeDOM
snapshots of replay pages, unlessCapture snapshots of all URLs
option is set. -
On Chromium, fixed
Hoardy-Web
trying to collect and archive replay pages.
-