Releases: nerves-networking/vintage_net_wizard
Releases · nerves-networking/vintage_net_wizard
v0.4.7
- Fixed
VintageNetWizard.Backend.Default
reset callback implementation
(@jeanparpaillon)
v0.4.6
v0.4.5
v0.4.4
v0.4.3
- Enhancements
- Improve mobile experience. Thanks to Ole Michaelis for this update.
v0.4.2
v0.4.2
- Bug Fixes
- Fix a runtime error on the apply page.
- Fix "undefined" as the wizard name during application of configuration in the
dynamic content
v0.4.1
-
Enhancements
- Can add some custom branding to the UI such as page title, title color, and
button color. - Will display pre-existing configurations on the configuration page.
- Update example app to use
nerves_pack
and updated nerves systems.
- Can add some custom branding to the UI such as page title, title color, and
-
Bug Fixes
- Fix a bug where starting
VintageNetWizard
would delete any pre-existing
configurations.
- Fix a bug where starting
v0.4.0
This release has several changes to UI text to reduce jargon and make some
elements configurable. In particular, the title and footer are now configurable.
Given the breadth of styling and UI updates that have been proposed, it is
likely for the configuration mechanism to change again.
- New features
- The title for the UI was changed from "VintageNetWizard" to "WiFi Setup Wizard".
- The footer is now empty by default. See
WizardExample.Button
for how to
replicate the previous information in your project. - An idle timer will now exit the wizard on inactivity. The default inactivity
timeout is 10 minutes. This prevents accidental button presses, etc. from
entering the wizard and remaining there forever.
v0.3.0
v0.2.4
This release is mostly documentation updates and code refactoring without any core usage changes. It also updates dependencies, including vintage_net_wifi
to allow vintage_net v0.8
if desired.