From f02ec99857ecfed14b4eb1dda30dab2871af4ce6 Mon Sep 17 00:00:00 2001 From: Jan Malakhovski Date: Tue, 15 Oct 2024 10:00:00 +0000 Subject: [PATCH] extension/*, CHANGELOG.md: bump version --- CHANGELOG.md | 9 +++++++++ extension/default.nix | 2 +- extension/manifest-common.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 838c990..db32570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [extension-v1.16.1] - 2024-10-15 + +### Fixed + +- On Chromium, fixed request tracking being frequently broken since `extension-v1.15.0`. + +- Fixed reqres without responses but with networking errors having "Responded at" field set in the logs. + ## [tool-v0.15.5] - 2024-10-07 ### Fixed @@ -1182,6 +1190,7 @@ All planned features are complete now. - Initial public release. +[extension-v1.16.1]: https://github.com/Own-Data-Privateer/hoardy-web/compare/extension-v1.16.0...extension-v1.16.1 [tool-v0.15.5]: https://github.com/Own-Data-Privateer/hoardy-web/compare/tool-v0.15.4...tool-v0.15.5.1 [simple_server-v1.7.0]: https://github.com/Own-Data-Privateer/hoardy-web/compare/simple_server-v1.6.1...simple_server-v1.7.0 [tool-v0.15.4]: https://github.com/Own-Data-Privateer/hoardy-web/compare/tool-v0.15.3...tool-v0.15.4 diff --git a/extension/default.nix b/extension/default.nix index 5e04ef3..303a7d8 100644 --- a/extension/default.nix +++ b/extension/default.nix @@ -7,7 +7,7 @@ with pkgs; stdenv.mkDerivation rec { pname = "hoardy-web-extension"; - version = "1.16.0"; + version = "1.16.1"; inherit (source) src unpackPhase; sourceRoot = "${src.name}/extension"; diff --git a/extension/manifest-common.json b/extension/manifest-common.json index 5ec99b5..4a8f05f 100644 --- a/extension/manifest-common.json +++ b/extension/manifest-common.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Hoardy-Web", - "version": "1.16.0", + "version": "1.16.1", "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.", "author": "Jan Malakhovski",