Releases: geteduroam/windows-app
Releases · geteduroam/windows-app
v4.2.0
Changes
- On launch the App now checks for updates; Updates can be required or suggested;
The auto-updates can be disabled via the Windows registry: Create a "DisableAutoUpdate" DWORD (value 0 or 1) in HKEY_CURRENT_USERS\Software\geteduroam or ...\getgovroam for the current User or in the HKEY_LOCAL_MACHINE\Software\geteduroam or ...\getgovroam to disable it for all users on the system. - There is now a file association for .eap-config files
- The Apps now use version 3 of the discovery URL; the file is now downloaded once per session (bugfix)
v4.1.3.1
Changes
- Removes PropertiesV3 as it seems to play a role in causing EAP-TLS profiles to suddenly stop working without recovering
- Set appropriate verification fields in XML profile
4.1.3
v4.1.3 Merge branch 'develop' of https://github.com/geteduroam/windows-app i…
v4.1.1
Version bumps
v4.1.0
Full Changelog: v4.0.0...v4.1.0
geteduroam 4.0.0
v4.0.0 Refactor realm placeholder
geteduroam 3.2.10
Fixed
- NullPointerException when OuterIdentity is not set
Changed
- Updated ManagedNativeWifi, is now a NuGet package
- Updated NuGet packages
- Updated target to Visual Studio 2022
- Removed code for running in the background; this was never needed
geteduroam 3.2.9
Fixed
- Fix Back button not working after opening an .eap-config file manually
- Drop realm from OuterIdentity for PEAP-MSCHAPv2, as Windows adds the realm itself
Changed
- Handle discovery "seq" as string, not integer; this prevents a crash when seq cannot be parsed as integer
- Prevent disabling CA checking; this was not possible but now the code path is also removed
- Handle more network errors when loading the discovery file
- Remove nonsensical TTLS-EAP-PEAP-MSCHAPv2 method; there doesn't seem to be a server that supports this
- Send
Connection: Close
header when retrieving the discovery
geteduroam 3.2.8
Changelog
Fixed
- Fix some devices failing with ErrorCode 1206
geteduroam 3.2.7
This version is production ready, but not yet released as a signed executable.
You can continue to use geteduroam 3.2.6 for now; this version consists mainly of fixes under the hood.
- Prevent a hard crash when no Wi-Fi adapter is available
- Refactors for simpler authentication flows