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
- Reorganized the whole layout by assigning tags to all elements and allowing switching between those tags as if they were tabs.
16
+
17
+
The original idea was to unroll in steps a-la `uBlock Origin`, but this is superior.
18
+
19
+
- Improved some help strings.
20
+
21
+
### Added
22
+
23
+
- Core + Popup UI + Shortcuts:
24
+
25
+
- Added `Replay from the archiving server` configuration option.
26
+
27
+
It's a tristate of: disallow, enable if `Submit dumps via 'HTTP'` option is enabled and the server supports it, enable even if `Submit dumps via 'HTTP'` option is disabled.
28
+
29
+
- Added `Include in global replays` per-tab options.
30
+
31
+
- 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.
32
+
33
+
- Added popup UI button, keyboard shortcut, and context menu item all of which re-navigate a currently active tab to its replay.
34
+
35
+
- Added `Force 'Work offline' in replayed tabs` configuration option which does the same thing the similar options for `file:` and `data:` URL does, but for tabs that point to replay URLs.
36
+
Enabled by default.
37
+
38
+
- Added `🎄 Winter Days mode` seasonal theme.
39
+
40
+
- Added `Escape notification messages` configuration option to help support more notification daemons.
41
+
Disabled by default.
42
+
43
+
### Changed (2)
44
+
45
+
- The [`Help` page](./extension/page/help.org):
46
+
47
+
- Merged "Handling of failures" section into "Archival".
48
+
49
+
- Reworded some awkward places.
50
+
51
+
- Core + `manifest.json`:
52
+
53
+
- Improved server checking logic and error messages.
54
+
55
+
- Improved keyboard shortcut descriptions.
56
+
57
+
- Improved documentation.
58
+
59
+
### Fixed
60
+
61
+
- Core:
62
+
63
+
-`Snapshot` buttons and keyboard shortcuts will no longer take `DOM` snapshots of replay pages, unless `Capture snapshots of all URLs` option is set.
64
+
65
+
- On Chromium, fixed `Hoardy-Web` trying to collect and archive replay pages.
The number of settings `Hoardy-Web` now has is kind of ridiculous (and I still want more), I find it hard to find stuff in there myself now, so.
2049
2105
- Core:
2050
2106
- Implement automatic management of `network.proxy.no_proxies_on` setting to allow `Hoardy-Web` archival to an archiving server to work out of the box when using proxies.
2051
2107
- Maybe: Dumping straight into `WARC`, so that third-party tools (i.e. not just `hoardy-web`) could be used for everything except capture.
Copy file name to clipboardExpand all lines: extension/manifest-common.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"manifest_version": 2,
3
3
4
4
"name": "Hoardy-Web",
5
-
"version": "1.18.0",
5
+
"version": "1.19.0",
6
6
"description": "Passively capture, archive, and hoard your web browsing history, including the contents of the pages you visit, for later offline viewing, mirroring, and/or indexing. Low memory footprint, lots of configuration options. Previously known as pWebArc.",
0 commit comments