Skip to content

Releases: red-dal/rusty_ladder

v0.1.7

21 Jul 03:22
4f037e3
Compare
Choose a tag to compare

Made rustls the default instead of OpenSSL.
Changed option --log-file to --log-out.
Changed '$' to '@' in option --block.
Improved logging.
Removed vmess legacy code.
Cleaned up dead code.

v0.1.6

30 May 06:14
fbdbee6
Compare
Choose a tag to compare

Added the ability to parse v2rayn share URL format.
Fixed --block cmd option.
Fixed the behavior of SecurityType::Auto.
Updated dependencies.

v0.1.5

22 Mar 07:18
d609559
Compare
Choose a tag to compare

Updated dependencies.
Made feature vmess-legacy-auth a requirement for use_legacy_header in VMess outbound configuration.
Some refactoring.

v0.1.4

02 Feb 15:13
d598770
Compare
Choose a tag to compare

Added --inbound, --outbound command line options to parse URL and run proxy instead of reading config file.
Added features parse-url and parse-config to make URL parsing and JSON/TOML parsing optional.
Command line option --version now also prints enabled features.
Updated dependencies.
Some refactoring.

v0.1.3

21 Dec 07:15
Compare
Choose a tag to compare

Added UDP to SOCKS5 inbound (by setting is_udp_enabled = true in config).
Updated dependencies and made some refactoring.

v0.1.2

13 Dec 07:08
Compare
Choose a tag to compare

Add udp_session_timeout_ms to config.
Enable use-udp for windows target by default.

v0.1.1

18 Nov 01:50
Compare
Choose a tag to compare
Update deps and version bump

init

27 Oct 08:17
Compare
Choose a tag to compare
init Pre-release
Pre-release
v0.1.0

init