Skip to content

Releases: davegallant/vpngate

v0.3.1

05 Oct 02:17
4c66b19
Compare
Choose a tag to compare

What's Changed

  • Update module golang.org/x/net to v0.28.0 by @renovate in #134
  • Update module golang.org/x/net to v0.29.0 by @renovate in #135
  • Update module golang.org/x/net to v0.30.0 by @renovate in #138
  • Add "386" goarch

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 Jul 01:10
3e819c5
Compare
Choose a tag to compare

What's Changed

  • Add initial support for Windows by @davegallant in #132
  • Fix issue with openvpn 2.6 data-ciphers

Full Changelog: v0.2.1...v0.3.0

v0.2.1

24 Jul 11:40
885f73d
Compare
Choose a tag to compare
  • Add --proxy and --socks5 flags to list command

Full Changelog: v0.2.0...v0.2.1

v0.2.0

21 Jul 19:27
c225d77
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.2.0

v0.1.5

02 Apr 04:52
000d576
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

02 Mar 01:59
b2b9900
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

05 Feb 14:20
Compare
Choose a tag to compare

What's Changed

  • Bump goreleaser/goreleaser-action from 3 to 4 by @dependabot in #88
  • Bump github.com/rs/zerolog from 1.28.0 to 1.29.0 by @dependabot in #89

Full Changelog: v0.1.2...v0.1.3

v0.1.2

05 Dec 03:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

07 Sep 01:21
990fd07
Compare
Choose a tag to compare

Changelog

Thanks to Mark Francisco for pointing out that ARM64 was not being published.

990fd07 Add arm/arm64 to goreleaser (#49)
1ee2b2e Bump github.com/AlecAivazis/survey/v2 from 2.2.16 to 2.3.1 (#46)
5632a10 Bump github.com/jszwec/csvutil from 1.5.0 to 1.5.1 (#47)
f47f61c Bump github.com/rs/zerolog from 1.23.0 to 1.24.0 (#48)

v0.1.0

10 Aug 04:24
7b4d987
Compare
Choose a tag to compare

Changelog

c3c4bb4 Add --reconnect flag (#43)
ce7cd9f Add CGO_ENABLED=0 to README.md (#13)
7b4d987 Add homebrew releaser (#44)
d3c2279 Add parsing tests (#17)
7123788 Bump github.com/AlecAivazis/survey/v2 from 2.2.12 to 2.2.13 (#34)
2c01009 Bump github.com/AlecAivazis/survey/v2 from 2.2.13 to 2.2.14 (#37)
2bc3bdf Bump github.com/AlecAivazis/survey/v2 from 2.2.14 to 2.2.15 (#39)
9e2cec2 Bump github.com/AlecAivazis/survey/v2 from 2.2.15 to 2.2.16 (#40)
a94c750 Bump github.com/AlecAivazis/survey/v2 from 2.2.7 to 2.2.8 (#25)
0e00f83 Bump github.com/AlecAivazis/survey/v2 from 2.2.8 to 2.2.9 (#26)
36b41b4 Bump github.com/AlecAivazis/survey/v2 from 2.2.9 to 2.2.12 (#31)
6f41950 Bump github.com/jszwec/csvutil from 1.4.0 to 1.5.0 (#24)
76464e3 Bump github.com/nxadm/tail from 1.4.6 to 1.4.8 (#20)
12c6144 Bump github.com/olekukonko/tablewriter from 0.0.4 to 0.0.5 (#23)
256e5c7 Bump github.com/rs/zerolog from 1.20.0 to 1.21.0 (#28)
9689f2e Bump github.com/rs/zerolog from 1.21.0 to 1.22.0 (#32)
a2ed28a Bump github.com/rs/zerolog from 1.22.0 to 1.23.0 (#33)
c8f946e Bump github.com/spf13/afero from 1.5.1 to 1.6.0 (#27)
7674198 Bump github.com/spf13/cobra from 1.1.1 to 1.1.2 (#21)
b1d14d9 Bump github.com/spf13/cobra from 1.1.2 to 1.1.3 (#22)
91f4b3b Bump github.com/spf13/cobra from 1.1.3 to 1.2.0 (#35)
f115b21 Bump github.com/spf13/cobra from 1.2.0 to 1.2.1 (#36)
0d9827d Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#18)
3ea6d32 Ensure clean exit of exec.Command
61f5779 Remove speedtest (#42)
f737d46 Update LICENSE (#29)
fb18c0a Update README.md