From 5ec415a16db22dca5c22617ca49ea79c81a58c09 Mon Sep 17 00:00:00 2001 From: Jan Malakhovski Date: Sat, 9 Nov 2024 09:00:00 +0000 Subject: [PATCH] extension/*, CHANGELOG.md: bump version --- CHANGELOG.md | 23 +++++++++++++++++++++++ extension/default.nix | 2 +- extension/manifest-common.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f68085..5904cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,28 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm Also, at the bottom of this file there is [a TODO list](#todo) with planned future changes. +## [extension-v1.17.2] - 2024-11-09: Documentation fixes, mostly + +### Changed + +- [The `Help` page](./extension/page/help.org): + + - Rewrote "Conventions" and "'Work offline' mode" sections of to be much more readable. + +- `*`: + + - Improved contrast when running with a light `CSS` color scheme. + +### Fixed + +- Documentation: + + - Fixed some typos. + +- `*`: + + - Fixed some potential state display inconsistency bugs and improved UI pages' init performance when the core is very busy. + ## [extension-v1.17.1] - 2024-11-01: Annoyance fixes ### Changed @@ -1539,6 +1561,7 @@ All planned features are complete now. - Initial public release. +[extension-v1.17.2]: https://github.com/Own-Data-Privateer/hoardy-web/compare/extension-v1.17.1...extension-v1.17.2 [extension-v1.17.1]: https://github.com/Own-Data-Privateer/hoardy-web/compare/extension-v1.17.0...extension-v1.17.1 [extension-v1.17.0]: https://github.com/Own-Data-Privateer/hoardy-web/compare/extension-v1.16.1...extension-v1.17.0 [tool-v0.16.0]: https://github.com/Own-Data-Privateer/hoardy-web/compare/tool-v0.15.5.1...tool-v0.16.0 diff --git a/extension/default.nix b/extension/default.nix index 5634485..065621e 100644 --- a/extension/default.nix +++ b/extension/default.nix @@ -7,7 +7,7 @@ with pkgs; stdenv.mkDerivation rec { pname = "hoardy-web-extension"; - version = "1.17.1"; + version = "1.17.2"; inherit (source) src unpackPhase; sourceRoot = "${src.name}/extension"; diff --git a/extension/manifest-common.json b/extension/manifest-common.json index 82e985c..aa72b8a 100644 --- a/extension/manifest-common.json +++ b/extension/manifest-common.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Hoardy-Web", - "version": "1.17.1", + "version": "1.17.2", "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",