Skip to content

v0.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 20:25
· 1630 commits to main since this release
f62f2e8

CHANGE: Incorporate initial docker image build (#217)

CHANGE: Improve target URL parsing for zrok share when using --backend-mode proxy (#211)

New and improved URL handling for proxy backends:

9090 -> http://127.0.0.1:9090
localhost:9090 -> http://127.0.0.1:9090
https://localhost:9090 -> https://localhost:9090

CHANGE: Improve usability of zrok invite TUI in low-color environments (#206)

CHANGE: Better error responses when zrok invite fails due to missing token (#207)