Skip to content

v1.12.3

Compare
Choose a tag to compare
@zonyitoo zonyitoo released this 26 Nov 13:24
· 1098 commits to master since this release
1eff9b1

Features

  • #688 Support default configuration file path for sslocal, ssserver and ssmanager
    • 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
  • #691 Manipulating default logging options (command line options -vvv and --log-without-time) with environment variable SS_LOG_VERBOSE_LEVEL and SS_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 variable VAR_NAME

What's Changed

Full Changelog: v1.12.2...v1.12.3