v1.12.3
Features
- #688 Support default configuration file path for
sslocal
,ssserver
andssmanager
- Linux:
$XDG_CONFIG_PATH/shadowsocks-rust/config.json
or$HOME/.config/shadowsocks-rust/config.json
- Windows:
{FOLDERID_RoamingAppData}\shadowsocks\shadowsocks-rust\config\config.json
- macOS:
$HOME/Library/Application Support/org.shadowsocks.shadowsocks-rust/config.json
- *NIX:
$XDG_CONFIG_PATH/shadowsocks-rust/config.json
or$HOME/.config/shadowsocks-rust/config.json
or/etc/shadowsocks-rust/config.json
- Linux:
- #691 Manipulating default logging options (command line options
-vvv
and--log-without-time
) with environment variableSS_LOG_VERBOSE_LEVEL
andSS_LOG_WITHOUT_TIME
- #419 Read servers' password from environment variables
- Server created from command line argument without
--password
will try to read it from TTY - Servers'
"password"
field or--password
option support${VAR_NAME}
format to read password from environment variableVAR_NAME
- Server created from command line argument without
What's Changed
- Bump serde_json from 1.0.70 to 1.0.71 by @dependabot in #690
- Bump hyper from 0.14.14 to 0.14.15 by @dependabot in #689
Full Changelog: v1.12.2...v1.12.3