Skip to content

Releases: nerves-networking/vintage_net_wizard

v0.4.17

05 Jun 23:23
Compare
Choose a tag to compare

v0.4.17 - 2024-06-05

  • Changed
    • Fix compiler warnings with Plug.Builder
    • Update dependencies

v0.4.16

15 Dec 18:27
Compare
Choose a tag to compare
  • Changed
    • Use VintageNetWiFi's built-in WiFi access point summarization function since
      it is more complete at removing APs that can't be connected to. (@LivInAbsurdism)

v0.4.15

15 Dec 17:31
Compare
Choose a tag to compare
  • Changed
    • Update to support Elixir 1.15.4 and OTP 26.

v0.4.14

26 May 18:44
Compare
Choose a tag to compare
  • Changed
    • Ignore result when terminating WatchDog GenServer to avoid an extraneous
      crash.

v0.4.13

15 May 14:07
Compare
Choose a tag to compare
  • Changed
    • Support changing the IP subnet used by the wizard. This lets you set it to
      something less likely to be seen than 192.168.0.0/24. See PR #318.

v0.4.12

23 Jan 19:49
Compare
Choose a tag to compare
  • Changed
    • Update to allow :vintage_net v0.13.0

v0.4.11

12 Jan 21:27
Compare
Choose a tag to compare
  • Changed
    • Fixed issue preventing hidden WiFi access points from working. (@jfcloutier)

v0.4.10

28 Jul 17:04
Compare
Choose a tag to compare
  • Changed
    • Support WiFi modules that expose two WiFi interfaces - one intended for
      station mode and one intended for AP mode. This allows network connectivity
      to be checked while using the wizard. (@jfcloutier)

v0.4.9

04 May 15:36
Compare
Choose a tag to compare
  • Changed
    • Update to allow :vintage_net v0.12.0

v0.4.8

29 Apr 20:51
Compare
Choose a tag to compare
  • Added

    • Pass :infinity to the :inactivity_timeout option to keep the wizard
      running indefinitely regardless of user activity (@ConnorRigby)
  • Fixed

    • Avoid overwriting connection details on shutdown (@paulanthonywilson)
    • Issue when connecting to WPA2/3 networks due to deciding authentication
      needs based on the composite set flags supplied by the wpa_supplicant