Skip to content

Commit 2d7cd8b

Browse files
committed
extension/*, CHANGELOG.md: bump version
1 parent e24cd7b commit 2d7cd8b

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
66

77
Also, at the bottom of this file there is a [TODO list](#todo) with planned future changes.
88

9+
## [extension-v1.18.0] - 2024-12-16: Replay integration, incremental improvements
10+
11+
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+
933
## [tool-v0.20.0] - 2024-12-16: Replay over `HTTP`, mirroring of non-`GET` reqres
1034

1135
### Changed: Incompatible changes
@@ -1943,6 +1967,7 @@ All planned features are complete now.
19431967
19441968
- Initial public release.
19451969
1970+
[extension-v1.18.0]: https://github.com/Own-Data-Privateer/hoardy-web/compare/extension-v1.17.2...extension-v1.18.0
19461971
[tool-v0.20.0]: https://github.com/Own-Data-Privateer/hoardy-web/compare/tool-v0.19.0...tool-v0.20.0
19471972
[simple_server-v1.8.0]: https://github.com/Own-Data-Privateer/hoardy-web/compare/simple_server-v1.7.0...simple_server-v1.8.0
19481973
[tool-v0.19.0]: https://github.com/Own-Data-Privateer/hoardy-web/compare/tool-v0.18.1...tool-v0.19.0

extension/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ with pkgs;
77

88
stdenv.mkDerivation rec {
99
pname = "hoardy-web-extension";
10-
version = "1.17.2";
10+
version = "1.18.0";
1111

1212
inherit (source) src unpackPhase;
1313
sourceRoot = "${src.name}/extension";

extension/manifest-common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33

44
"name": "Hoardy-Web",
5-
"version": "1.17.2",
5+
"version": "1.18.0",
66
"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.",
77

88
"author": "Jan Malakhovski",

0 commit comments

Comments
 (0)