Skip to content

Releases: zaneschepke/wgtunnel

Release 3.2.3

05 Dec 06:23
Compare
Choose a tag to compare

Enhancements:

  • Add support for mobile data only auto-tunneling
  • Improve support screen UI
  • Update resource links
  • Various other bug fixes

Release 3.2.2

24 Nov 02:09
Compare
Choose a tag to compare

Enhancements:

  • Add tunnel statistics to main screen
  • Improve settings screen AndroidTV navigation
  • Remove notification vibration
  • Various other bug fixes

Release 3.2.1

10 Nov 23:44
Compare
Choose a tag to compare

Enhancements:

  • Fix < Android 9 permission bug
  • Other optimizations

Release 3.2.0

27 Oct 04:22
Compare
Choose a tag to compare

Fixes:

  • Fixes bug where commas in SSID names were splitting into multiple SSIDs.
  • Fixes bug where F-Droid pipeline was failing to build due to lack of proguard rule.
  • Fixes bug where crashes could happen if config QR code or file had improperly configured data.

Release 3.1.7

23 Oct 20:17
Compare
Choose a tag to compare

Fixes:

  • Fixes a bug where changes to a config file failed to save because they were being called on the wrong thread.
  • Fixes a bug where the quick tile could cause a crash when first added because state initialization happened before the quick tile was ready.

Release 3.1.6

21 Oct 18:26
Compare
Choose a tag to compare

Features:

  • Battery saver (experimental) toggle added for auto-tunneling
  • Shortcut intents added to allow users to toggle tunnels by name via third-party apps
  • Shortcuts enable/disable toggle added for security

Fixes:

  • Fixed a bug where the app could crash if config data was not parsable when navigating to the config screen

Release 3.1.4

17 Oct 02:55
Compare
Choose a tag to compare

Enhancements:

  • Add support for importing config files as zip folder
  • Add exporting configs as zip folder with security
  • Add support for viewing and editing private keys with security
  • Refactor and performance improvements

Fixes:

  • Fix bug that was causing VPN notifications and LED status indicators to not work properly
  • Fix slight navigation animation bug

Release 3.1.3

14 Oct 05:38
Compare
Choose a tag to compare

Fixes:

  • Fixes a bug where editing the config could cause the config to break because wireguard requires a space between comma separate string lists

Release 3.1.2

14 Oct 03:46
Compare
Choose a tag to compare

Bugfixes:

  • Fix bug where whitespaces in config files is causing failures to make changes
  • Fix bug where AndroidTV hover behavior for textfields was also happening on mobile

Release 3.1.1

13 Oct 00:33
Compare
Choose a tag to compare

Fixes:

  • Fixes a bug causing crashes if you upload a file that is not a .conf file
  • Fixes file importing on AndroidTV and FireTV
  • Fixes usability issue where hovering a textbox always opens keyboard immediately on AndroidTV

Enhancements:

  • Improves access to tunnel toggling on AndroidTV by making it available in two clicks on app launch
  • Improves foreground service efficiencies by making coroutines lifecycle aware