Highlights
- SOCKS5 remote DNS: resolves destination hostnames through the configured proxy, preventing local DNS leaks and restoring access to domains blocked or poisoned by the local resolver
- Stronger ALTCHA handling: detects dynamic challenge scripts deeper in HTML responses, distinguishes full-page walls from embedded widgets, and keeps post-verification settling within the request deadline
- Lean release images: stops publishing the optional
-fontsflavor automatically while retaining the documented custom build argument - Predictable nightly publishing: builds the latest verified
devrevision daily at 02:00 UTC or on manual dispatch, without redundant image builds on branch pushes
Major changes
- dea84df resolves destination DNS through SOCKS5 proxies (#136). Thanks @blacknole for the report
- dace5d4, 62e01bb, and 833c31c add dynamic ALTCHA wall detection and post-verification handling (#140). Thanks @nklowns
- 166743b bounds ALTCHA settling and prevents embedded-widget false positives (#140)
- 2f83fd8 moves nightly publishing to a scheduled verified
devbuild and removes automatic-fontsrelease images (#137). Thanks @nklowns for the report - 5b590b3 prepares v1.6.1 and aligns package, lockfile, documentation, and changelog metadata
Full changelog: v1.6.0...v1.6.1