Skip to content

Releases: nerves-networking/vintage_net_wizard

v0.2.3

22 Jan 21:05
Compare
Choose a tag to compare
  • Enhancements
    • Support disabling captive portal

v0.2.2

07 Jan 18:28
Compare
Choose a tag to compare
  • New Features

  • Bug Fixes

    • Fix adding a network not shown in the AP list
  • Enhancements

    • Include the configuration status on the webpage
    • Allow submitting the configuration without verifying it. (Useful when you want to configure networks that aren't nearby or confident the config is good)
    • Better message page when configuration verification is running
    • Better message when configuration fails
    • Show WPA Enterprise option when adding a network not in the AP list

v0.2.1

18 Dec 04:43
Compare
Choose a tag to compare

Some fun doc updates and type fixes.

  • Enhancements
    • Don't require internet connectivity to consider a WiFi config as successful

v0.2.0

10 Dec 14:19
Compare
Choose a tag to compare

This release contains updates to use vintage_net v0.7.0. This includes
depending on vintage_net_wifi and renaming keys used for the configuration.
Projects pulling this update should review the vintage_net release
notes
.

  • New features
    • Support customization of the SSID. In your config.exs, add the following:
config :vintage_net_wizard,
      ssid: "MY_SSID"

v0.1.7

05 Nov 13:59
Compare
Choose a tag to compare
  • New features
    • Added VintageNetWizard.stop_wizard/0
    • Added a callback so that users could be notified when configuration
      completes

v0.1.6

28 Oct 18:24
Compare
Choose a tag to compare
  • New features

    • Added support for configuring WPA-EAP PEAP
  • Bug fixes

    • Fixed issue where the UI would ask for a password for some access points
      that didn't have security.

v0.1.5

17 Oct 17:01
Compare
Choose a tag to compare
  • Bug fixes
    • Fixed error when not using SSL
    • Don't create invalid SSIDs if the hostname isn't set or is something really
      long

v0.1.4

16 Oct 19:06
Compare
Choose a tag to compare
  • Improvements
    • Better handle using Erlang :ssl options when starting the wizard

v0.1.3

16 Oct 12:46
Compare
Choose a tag to compare
  • Improvements
    • Add dnsd to reduce connection time and allow users to connect via DNS names
      (mDNS was also possible, but not as likely to work everywhere)

v0.1.2

11 Oct 16:14
Compare
Choose a tag to compare
  • Improvements

    • Actively update WiFi networks in the UI
    • Validate WPA passphrases
  • Bug fixes

    • AP mode configuration is no longer persisted. If a device is rebooted when
      running the wizard, it will start with the previous configuration.
    • Fix SSL certificate paths