Skip to content

v0.6.2

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Sep 15:03
· 25 commits to master since this release
v0.6.2
de90821

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-keys subcommand 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-file flag 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.