Skip to content

Commit 4095e2c

Browse files
committed
tool/*, CHANGELOG.md: bump version
1 parent 57cb3e5 commit 4095e2c

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ 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+
## [tool-v0.23.0] - 2025-01-22: Incremental improvements
10+
11+
### Fixed
12+
13+
- `*`:
14+
- Fixed `.part` files not being properly filtered out from the inputs.
15+
(#10 at GitHub. Thanks to @douglasg14b on GitHub for reporting it!)
16+
- Fixed it `fsync`ing things out of proper order sometimes.
17+
18+
### Changed
19+
20+
- `*`:
21+
- From now on, in most cases, newly created `.part` files should be automatically deleted if `hoardy-web` encounters an FS error.
22+
- Improved error messages.
23+
24+
- Improved documentation.
25+
26+
### Added
27+
28+
- `*`:
29+
- Improved Windows support, added more tests under `wine`.
30+
- Added tests for `.part` filtering and archival with `serve`.
31+
932
## [tool-v0.22.0] - 2025-01-17: Incremental improvements
1033

1134
### Changed
@@ -2145,6 +2168,7 @@ All planned features are complete now.
21452168
21462169
- Initial public release.
21472170
2171+
[tool-v0.23.0]: https://github.com/Own-Data-Privateer/hoardy-web/compare/tool-v0.22.0...tool-v0.23.0
21482172
[tool-v0.22.0]: https://github.com/Own-Data-Privateer/hoardy-web/compare/tool-v0.21.0...tool-v0.22.0
21492173
[simple_server-v1.9.0]: https://github.com/Own-Data-Privateer/hoardy-web/compare/simple_server-v1.8.0...simple_server-v1.9.0
21502174
[tool-v0.21.0]: https://github.com/Own-Data-Privateer/hoardy-web/compare/tool-v0.20.0...tool-v0.21.0

tool/default.nix

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

1414
buildPythonApplication (rec {
1515
pname = "hoardy-web";
16-
version = "0.22.0";
16+
version = "0.23.0";
1717
format = "pyproject";
1818

1919
inherit (source) src unpackPhase;

tool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
packages = ["hoardy_web"]
66
[project]
77
name = "hoardy-web"
8-
version = "0.22.0"
8+
version = "0.23.0"
99
authors = [{ name = "Jan Malakhovski", email = "oxij@oxij.org" }]
1010
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."
1111
readme = "README.md"

0 commit comments

Comments
 (0)