Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"crates/cli":"0.2.4","crates/wallhack":"0.1.1"}
{"crates/cli":"0.2.5","crates/wallhack":"0.1.2"}
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.2.5](https://github.com/block65/wallhack/compare/cli-v0.2.4...cli-v0.2.5) (2026-02-22)


### Features

* **cli:** warn when kernel entropy pool is not yet seeded ([cf0c6ed](https://github.com/block65/wallhack/commit/cf0c6edbb04cfd5391e7130d969fbbf9c84092e7))


### Bug Fixes

* **client:** detect IPv6 support at runtime for default bind address ([551adab](https://github.com/block65/wallhack/commit/551adab70764d96c15be55232f46ead412567006))
* **entry:** display actual bound address instead of parsed input ([c37eb22](https://github.com/block65/wallhack/commit/c37eb22e19ccf3d8a9be269bfb041f548c5329ad))
* single source of truth for SOCAT_VERSION + clippy fixes ([c940fb5](https://github.com/block65/wallhack/commit/c940fb56d37702ea17d3c4218d81109cf56b26c5))
* **transport:** subscribe before spawn to eliminate UDP broadcast race ([1272a15](https://github.com/block65/wallhack/commit/1272a1561f0d3f497c628b367e8f9428593ce09c))


### Performance Improvements

* **bench:** flip VM startup order + reduce retry delays ([ebf74b7](https://github.com/block65/wallhack/commit/ebf74b7c4438f013850ac0afded2a4c6a6a1dbc3))


### Reverts

* restore [::] default for entry listen address ([738f2e0](https://github.com/block65/wallhack/commit/738f2e006c78e8edd9741517ab98540a8d8470a4))

## [0.2.4](https://github.com/block65/wallhack/compare/cli-v0.2.3...cli-v0.2.4) (2026-02-20)

## [0.2.3](https://github.com/block65/wallhack/compare/cli-v0.2.2...cli-v0.2.3) (2026-02-20)
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.2.4"
version = "0.2.5"
edition = "2024"

[features]
Expand Down
22 changes: 22 additions & 0 deletions crates/wallhack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.1.2](https://github.com/block65/wallhack/compare/wallhack-v0.1.1...wallhack-v0.1.2) (2026-02-22)


### Features

* HTTP CONNECT and SOCKS5 proxy support for WebSockets transport ([ce2f8cf](https://github.com/block65/wallhack/commit/ce2f8cf3ecab8c2e38ecd5e7f8482fd80faf4708))
* **server:** enforce mTLS when CA roots are configured ([30b6595](https://github.com/block65/wallhack/commit/30b6595e70cac91294ac451cfbe48929fafa7a11))


### Bug Fixes

* **api:** propagate route added_at timestamp to REST API ([0a2c5de](https://github.com/block65/wallhack/commit/0a2c5dea7c45fc4a6e11e13cbb4a239f6edbccd2))
* **ci:** restore slim variant with proper feature isolation and fix r… ([e8f0f3b](https://github.com/block65/wallhack/commit/e8f0f3b43d2fe9e7fab24d3ea2d3a9c3c3f8c5a2))
* **ci:** restore slim variant with proper feature isolation and fix release upload race ([7a04c81](https://github.com/block65/wallhack/commit/7a04c81787aca98c03a62b3211c2e61ddf1f4eee))
* **client:** detect IPv6 support at runtime for default bind address ([551adab](https://github.com/block65/wallhack/commit/551adab70764d96c15be55232f46ead412567006))
* **entry:** display actual bound address instead of parsed input ([c37eb22](https://github.com/block65/wallhack/commit/c37eb22e19ccf3d8a9be269bfb041f548c5329ad))
* **entry:** elevate UDP path tracing from trace to debug level ([5a59e08](https://github.com/block65/wallhack/commit/5a59e08d203a16cce2078988499a5ee8a4726a26))
* **lint:** redundant closure in bridge.rs; set working-directory in website.just ([3f73f9c](https://github.com/block65/wallhack/commit/3f73f9c328c9173321a8e7c45034d5af8608e16f))
* **server:** move test module to end of tls.rs ([eeebd7b](https://github.com/block65/wallhack/commit/eeebd7b21bb2292dc0b816dd51a3f1659ca1517c))
* single source of truth for SOCAT_VERSION + clippy fixes ([c940fb5](https://github.com/block65/wallhack/commit/c940fb56d37702ea17d3c4218d81109cf56b26c5))
* **transport:** subscribe before spawn to eliminate UDP broadcast race ([1272a15](https://github.com/block65/wallhack/commit/1272a1561f0d3f497c628b367e8f9428593ce09c))

## [0.1.1](https://github.com/block65/wallhack/compare/wallhack-v0.1.0...wallhack-v0.1.1) (2026-02-20)


Expand Down
2 changes: 1 addition & 1 deletion crates/wallhack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wallhack"
version = "0.1.1"
version = "0.1.2"
edition = "2024"
categories = ["network-programming"]

Expand Down