Releases: zaneschepke/wgtunnel
Releases · zaneschepke/wgtunnel
Release 3.2.3
Enhancements:
- Add support for mobile data only auto-tunneling
- Improve support screen UI
- Update resource links
- Various other bug fixes
Release 3.2.2
Enhancements:
- Add tunnel statistics to main screen
- Improve settings screen AndroidTV navigation
- Remove notification vibration
- Various other bug fixes
Release 3.2.1
Enhancements:
- Fix < Android 9 permission bug
- Other optimizations
Release 3.2.0
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
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
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
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
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
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
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