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
This release integrates the `extension` with `tool-v0.20.0`, which can now do both archival and replay over `HTTP`, see below.
12
+
13
+
### Changed
14
+
15
+
- Core:
16
+
17
+
- From now on, all requests to all URLs under `Server URL` will be ignored, allowing you work with `tool-v0.20.0`-replayed pages without fiddling with any settings.
18
+
19
+
- From now on, the `extension` will respect archiving server's settings and features given by its `/hoardy-web/server-info` endpoint, if such a thing exists.
20
+
21
+
- The default value of `Server URL` does not specify `/pwebarc/dump` endpoint anymore, as this is now configurable server-side.
22
+
23
+
For old configs, you can keep the old value, the archiving server handling code will silently elide that path away.
24
+
25
+
- From now on, before the first archival, the `extension` will check that a working archiving server is available at the given `Server URL` and generate errors describing what exactly appears to be broken when not.
26
+
27
+
- Popup UI:
28
+
29
+
- From now on, if you set `Server URL` setting to an empty string, it will be reset to the default value.
30
+
31
+
- Improved CPU usage when switching tabs really quickly.
32
+
9
33
## [tool-v0.20.0] - 2024-12-16: Replay over `HTTP`, mirroring of non-`GET` reqres
10
34
11
35
### Changed: Incompatible changes
@@ -1943,6 +1967,7 @@ All planned features are complete now.
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.17.2",
5
+
"version": "1.18.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