Releases: nerves-networking/vintage_net_wizard
Releases · nerves-networking/vintage_net_wizard
v0.2.3
- Enhancements
- Support disabling captive portal
v0.2.2
-
New Features
- Support captive portal detection (thanks to @jmerriweather!)
-
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
Some fun doc updates and type fixes.
- Enhancements
- Don't require internet connectivity to consider a WiFi config as successful
v0.2.0
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:
- Support customization of the SSID. In your
config :vintage_net_wizard,
ssid: "MY_SSID"
v0.1.7
v0.1.6
v0.1.5
- 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
- Improvements
- Better handle using Erlang
:ssl
options when starting the wizard
- Better handle using Erlang