Skip to content

Releases: nerves-networking/vintage_net_wizard

v0.4.7

23 Mar 21:03
Compare
Choose a tag to compare
  • Fixed
    • VintageNetWizard.Backend.Default reset callback implementation
      (@jeanparpaillon)

v0.4.6

20 Aug 14:10
Compare
Choose a tag to compare
  • Changed
    • Support :phoenix_html ~> 2.13 or ~> 3.0. The v0.4.5 release removed
      support for ~> 2.13, but it turns out that not everyone has updated and
      vintage_net_wizard works with both.

v0.4.5

20 Aug 12:59
Compare
Choose a tag to compare
  • Added
    • Support for WPA3/WPA2 transitional networks. The connection still uses WPA2
      even if WPA3 is supported by the WiFi module.

v0.4.4

28 May 18:16
Compare
Choose a tag to compare
  • Fixes
    • Fixed an issue that prevented the wizard from timing out due to inactivity. See PR #217.

v0.4.3

09 Apr 22:30
Compare
Choose a tag to compare
  • Enhancements
    • Improve mobile experience. Thanks to Ole Michaelis for this update.

v0.4.2

03 Feb 21:07
Compare
Choose a tag to compare

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

01 Feb 19:15
Compare
Choose a tag to compare
  • 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.
  • Bug Fixes

    • Fix a bug where starting VintageNetWizard would delete any pre-existing
      configurations.

v0.4.0

09 Sep 23:35
Compare
Choose a tag to compare

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

30 Jul 14:17
Compare
Choose a tag to compare

This release has modifications to support vintage_net v0.9.1. It contains no
functional changes.

v0.2.4

05 Jun 14:50
Compare
Choose a tag to compare

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.