Skip to content

Commit

Permalink
tool/*, CHANGELOG.md: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oxij committed Jan 22, 2025
1 parent 57cb3e5 commit 4095e2c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ 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.

## [tool-v0.23.0] - 2025-01-22: Incremental improvements

### Fixed

- `*`:
- Fixed `.part` files not being properly filtered out from the inputs.
(#10 at GitHub. Thanks to @douglasg14b on GitHub for reporting it!)
- Fixed it `fsync`ing things out of proper order sometimes.

### Changed

- `*`:
- From now on, in most cases, newly created `.part` files should be automatically deleted if `hoardy-web` encounters an FS error.
- Improved error messages.

- Improved documentation.

### Added

- `*`:
- Improved Windows support, added more tests under `wine`.
- Added tests for `.part` filtering and archival with `serve`.

## [tool-v0.22.0] - 2025-01-17: Incremental improvements

### Changed
Expand Down Expand Up @@ -2145,6 +2168,7 @@ All planned features are complete now.
- Initial public release.
[tool-v0.23.0]: https://github.com/Own-Data-Privateer/hoardy-web/compare/tool-v0.22.0...tool-v0.23.0
[tool-v0.22.0]: https://github.com/Own-Data-Privateer/hoardy-web/compare/tool-v0.21.0...tool-v0.22.0
[simple_server-v1.9.0]: https://github.com/Own-Data-Privateer/hoardy-web/compare/simple_server-v1.8.0...simple_server-v1.9.0
[tool-v0.21.0]: https://github.com/Own-Data-Privateer/hoardy-web/compare/tool-v0.20.0...tool-v0.21.0
Expand Down
2 changes: 1 addition & 1 deletion tool/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ with pkgs.python3Packages;

buildPythonApplication (rec {
pname = "hoardy-web";
version = "0.22.0";
version = "0.23.0";
format = "pyproject";

inherit (source) src unpackPhase;
Expand Down
2 changes: 1 addition & 1 deletion tool/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
packages = ["hoardy_web"]
[project]
name = "hoardy-web"
version = "0.22.0"
version = "0.23.0"
authors = [{ name = "Jan Malakhovski", email = "oxij@oxij.org" }]
description = "Inspect, search, organize, programmatically extract values and generate static website mirrors from, archive, view, and replay `HTTP` archives/dumps in `WRR` (\"Web Request+Response\", produced by the `Hoardy-Web` Web Extension browser add-on) and `mitmproxy` (`mitmdump`) file formats."
readme = "README.md"
Expand Down

0 comments on commit 4095e2c

Please sign in to comment.