Skip to content

Releases: jamesmcm/vopono

vopono 0.8.6

16 Oct 22:14
fff84a6
Compare
Choose a tag to compare

Changelog:

  • Added HMA (HideMyAss) support to vopono sync. It supports OpenVPN only (no Wireguard). See issue #106 and PR #107

vopono 0.8.5

12 Sep 08:46
0bd4e64
Compare
Choose a tag to compare

Changelog:

  • Increased OpenVPN log file buffer size to prevent splitting of messages when waiting to initialise connection - issue #102

vopono 0.8.4

14 Aug 13:08
Compare
Choose a tag to compare

Changelog:

  • Improved handling of NetworkManager and firewalld interference for the veth device (issues #80 , #93 , #100 )
  • Updated Github actions Docker images and re-enabled Fedora and OpenSUSE RPM builds

vopono 0.8.3

17 Jul 17:54
Compare
Choose a tag to compare

Changelog:

  • Fixed issue where OpenFortiVPN vopono namespaces would be dropped even when still in use by other applications.
  • Updated sysinfo crate

vopono 0.8.2

06 Jun 08:12
5ae5210
Compare
Choose a tag to compare

Changelog:

  • Fixed case where NAT firewall rules where undone even if other vopono namespaces were using them - #91

vopono 0.8.1

31 May 19:22
46775dd
Compare
Choose a tag to compare

Changelog:

  • Fixed edge case where NetworkManager is installed but config directory is missing - see #85

vopono 0.8.0

23 May 14:10
515e6ca
Compare
Choose a tag to compare

Changelog:

  • Fixed issue where root's XDG_CONFIG settings would take precedence over sudo user - see #83
  • Added OpenFortiVPN support with route and DNS handling
  • Added more debug info to many command executions and file I/O

vopono 0.7.1

16 Apr 09:06
76c7334
Compare
Choose a tag to compare

Changelog:

  • Added VOPONO_NS temporary environment variable available to PostUp and PreDown scripts.
  • Added DNS argument in config file too, so it can be set persistently.

vopono 0.7.0

06 Apr 16:52
b20f03d
Compare
Choose a tag to compare

Changelog:

  • Added ability to choose P2P or Tor networks when generating ProtonVPN OpenVPN configuration files, see PR #73 - thanks to @CaninoDev
  • Added ability to provide paths to PostUp and PreDown scripts/executables to be run just after a network namespace is created, or just before it is destroyed. See issue #71 and PR #74
  • Modified server prefix search so it will also match if the exact filename prefix is given (e.g. specifying usa-us22 for Mullvad to choose a specific US city server)

The addition of the PreDown settings mean this is incompatible with current lockfiles (e.g. running namespaces), so the version has been bumped and you should kill any running vopono namespaces before upgrading.

vopono 0.6.10

04 Apr 12:20
bb13a12
Compare
Choose a tag to compare

Changelog:

  • Fixed logging issue for closing namespace, see #65
  • Added vopono configuration file for saving default options in ~/.config/vopono/config.toml see the user guide for details.