Skip to content

Releases: ayushsharma82/NetWizard

v1.2.2

Choose a tag to compare

@ayushsharma82 ayushsharma82 released this 13 Feb 10:39
3070eb3

What's Changed

  • Fixed an critical bug where NetWizard started portal in AP+STA mode while STA was in disconnected status. This resulted in NetWizard unable to produce scan results or either connect to an AP manually because of internal conflict between WiFi API. NetWizard will now launch captive portal only in AP mode if the STA is not available at the point of starting it. After the portal has timed-out or exited by user, it will then proceed to re-connect STA normally at regular intervals. (fixes: #34)
  • Fixed an bug where scan never started for arduino-pico (RP2040+W & RP2350+W) platforms. (fixes: #33)
  • Fixed an bug where captive portal appeared as secured even when password string was empty. This affected arduino-pico (RP2040+W and RP2350+W) platforms only.
  • Fixed an minor bug where scan completion wasn't properly handled for arduino-pico platform. (fixes: #33)
  • Minor Improvement: Scan is now started immediately after captive portal is presented. This reduces the wait period for user at scan step in captive portal.
  • Fixed an issue where UI would hang when there are multiple SSIDs of same name.
  • Fixed a minor accessibility issue within UI where mobile browsers will zoom on the input fields upon clicking them. (Issue identified as font size need to be atleast 16px).
  • Minor bug fixes and improvements across C code and UI.

Full Changelog: v1.2.1...v1.2.2

v1.2.1

Choose a tag to compare

@ayushsharma82 ayushsharma82 released this 09 Mar 20:02
86df629

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@ayushsharma82 ayushsharma82 released this 20 Feb 20:58
4705df0

Important

If you are using async mode of NetWizard (ie. using ESPAsyncWebServer), please know that we have officially switched our dependency to ESP32Async/ESPAsyncWebServer which is now the only official & maintained version. It's advised to delete old forks from your system and install the latest ESP32Async/ESPAsyncWebServer and it's dependencies from here.

This was a joint decision among multiple core collaborators to form a organization and keep a single active version. All the changes and improvements from mathieu's fork of ESPAsyncWebServer were merged in ESP32Async/ESPAsyncWebServer.

More information about required dependencies can also be found in our documentation.

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.2.0

v1.1.3

Choose a tag to compare

@ayushsharma82 ayushsharma82 released this 10 Jan 19:48
  • Added CLA
  • Minor improvements to Github workflow

Full Changelog: v1.1.2...v1.1.3

v1.1.2

Choose a tag to compare

@ayushsharma82 ayushsharma82 released this 10 Jan 11:51
4e98789

What's Changed

  • Fix DNS race condition by @jackspence7 #22
  • Updated dependencies
  • Added missing erase function (Closes #18)
  • Added ArduinoJson v7.3.0 compatibility (Closes #21)
  • Fixed ArduinoJson include position (Closes #23)
  • Fixed C warnings
  • Fixed RP2040 core compatibility (fixed by updating dependencies)

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

Choose a tag to compare

@ayushsharma82 ayushsharma82 released this 16 Aug 12:51
  • Added written offer for source code due to compliance issues.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@ayushsharma82 ayushsharma82 released this 06 Aug 09:02
15678d6

What's Changed

Full Changelog: v1.0.9...v1.1.0

v1.0.9

Choose a tag to compare

@ayushsharma82 ayushsharma82 released this 01 Aug 22:40
6dec3c3

v1.0.8

Choose a tag to compare

@ayushsharma82 ayushsharma82 released this 19 Jul 11:52
76993d2

What's Changed

  • fix: update dependencies by @ayushsharma82 in #9
  • ESP32 arduino core v3.0.3 compatibility

Full Changelog: v1.0.7...v1.0.8

v1.0.7

Choose a tag to compare

@ayushsharma82 ayushsharma82 released this 18 Jul 12:21
f2ac1b6

What's Changed

Full Changelog: v1.0.6...v1.0.7