Skip to content

Releases: geteduroam/windows-app

v4.2.0

05 Dec 10:08
Compare
Choose a tag to compare

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

26 Nov 08:52
Compare
Choose a tag to compare

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

24 Jul 14:46
Compare
Choose a tag to compare
v4.1.3

Merge branch 'develop' of https://github.com/geteduroam/windows-app i…

v4.1.1

15 May 14:34
Compare
Choose a tag to compare
Version bumps

v4.1.0

24 Apr 13:44
Compare
Choose a tag to compare
v4.1.0 Pre-release
Pre-release

Full Changelog: v4.0.0...v4.1.0

geteduroam 4.0.0

27 Mar 08:02
Compare
Choose a tag to compare
geteduroam 4.0.0 Pre-release
Pre-release
v4.0.0

Refactor realm placeholder

geteduroam 3.2.10

30 Jan 15:23
Compare
Choose a tag to compare

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

06 Jul 11:20
Compare
Choose a tag to compare

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

01 Feb 11:49
Compare
Choose a tag to compare

Changelog

Fixed

  • Fix some devices failing with ErrorCode 1206

geteduroam 3.2.7

28 Jan 12:02
Compare
Choose a tag to compare
geteduroam 3.2.7 Pre-release
Pre-release

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