File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.4.8 - 2022-04-29
4+
5+ * Added
6+ * Pass ` :infinity ` to the ` :inactivity_timeout ` option to keep the wizard
7+ running indefinitely regardless of user activity (@ConnorRigby )
8+
9+ * Fixed
10+ * Avoid overwriting connection details on shutdown (@paulanthonywilson )
11+ * Issue when connecting to WPA2/3 networks due to deciding authentication
12+ needs based on the composite set flags supplied by the wpa_supplicant
13+
314## v0.4.7 - 2022-03-23
415
516* Fixed
Original file line number Diff line number Diff line change 11defmodule VintageNetWizard.MixProject do
22 use Mix.Project
33
4- @ version "0.4.7 "
4+ @ version "0.4.8 "
55 @ source_url "https://github.com/nerves-networking/vintage_net_wizard"
66
77 def project do
You can’t perform that action at this time.
0 commit comments