IMPORTANT
This release changes the default location of the private key used to derive the
local IP address. If you upgrade to this version and want to keep your IP/subnet,
and don't set the -k/--key-file flag, move your key file to the new default
location or add the flag pointing to your existing key file.
Added
- New log format option
plain, this option is the same as logfmt, but with colors
always disabled. - Added auto discovery of Socks5 proxies on the overlay, and the ability to proxy
local Socks5 connections to a chosen (manual or automatic) remote. - New
generate-keyssubcommand which generates the key file without running a
daemon. It can also be used to generate fresh keys, should that be needed.
Changed
- Default key path (which is used if the
--key-fileflag isn't set) is changed
to a fixed path on the system in application data, instead of the old local file.
Fixed
- The RPC API now returns an empty result instead of an error when popMessage does
not have any message to return within the specified timeout.