Skip to content

Commit

Permalink
extension/*, CHANGELOG.md: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oxij committed Nov 9, 2024
1 parent 01e6526 commit 5ec415a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion extension/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest-common.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5ec415a

Please sign in to comment.