Skip to content

Releases: Hieromon/AutoConnect

1.3.0

30 Sep 16:30
Compare
Choose a tag to compare

New features

  • Supports ESP8266 3.0.0 Arduino core.
  • Supports ESP32 Arduino core 2.0.0.
  • Supports LittleFS with ESP32.
  • Supports AutoConnectOTA status notifications.
  • Supports AutoConnectConfigAux. (Preview)
  • Supports to save credentials always.

Enhancements

  • Adds a style attribute with AutoConnectInput.
  • Adda the div tag generation with the AutoConnectElement.
  • Adds [] operator with const char for AutoConnectAux.
  • Adds [] operator with __FlashStringHelper for AutoConnectAux.
  • Adds AutoConnectAux::content function to get a number of AutoConnectElements.
  • Adds AutoConnect::getConfig function to get an actual instance of AutoConnectConfig.

Fixed

  • Fixed CSS attribute missing of AutoConnectInput with the number type.
  • Fixed garbage being mixed in a loaded credential.
  • Fixed the output place of Posterior attribute for AutoConnectRadio.
  • Improved the the calculation for the size of ArduinoJson document.
  • Fixed Incomplete deletion with AutoConnectCredential.
  • Fixed credentials not erased correctly.
  • Fixed AutoConnectText posterior being unavailable.

1.2.2

12 Dec 19:21
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where OTA updates would crash on the ESP32 platform. (issue #284)

1.2.1

05 Dec 11:09
Compare
Choose a tag to compare

Fixed

  • Fixed that not declared error with AUTOCONNECT_NOUSE_JSON. (issue #282)

1.2.0

03 Dec 12:14
Compare
Choose a tag to compare

New features

Enhancements

Fixed

  • Avoids an empty-body warning when AC_DEBUG is disabled. (issue #218)
  • Fixed a core panic in the regex with ESP32.
  • Fixed an exception in the AutoConnect::end function.
  • Fixed an invalid SPIFFS compile error with ESP32.
  • Fixed deficiently forward references with HandleClient.ino example. (PR #275)
  • Fixed incorrect connection wait time. (issue #216)
  • Fixed not being able to specify channel ID with a mqttRSSI.ino example. (issue #262)
  • Fixed posterior being disabled in AutoConnectElement.

1.1.7

18 Apr 20:38
Compare
Choose a tag to compare

Fixed

  • Fixed Apply button not work.
  • Fixed a 404 occurs at the captive portal with mqttRSSI example sketch.

Announcement

v1.1.5 and v1.1.6 have a critical bug that the Apply button does not work on the Configure New. This release is deprecated. Please update to v1.1.7.

1.1.6

17 Apr 09:56
Compare
Choose a tag to compare

Fixed

  • OTA page translation not work.

1.1.5

15 Apr 14:43
Compare
Choose a tag to compare

New features

  • Supports AutoConnect menu configuration.
  • Supports the built-in OTA feature.
  • Supports an attempt order when available APs would be found multiple, and RSSI lower bound on AP signal strength. This option can specify the order of connection attempting according to the WiFi signal strength indicated with RSSI.

Fixed

  • Changed the bootUri behavior to be an automatic pop-up at the captive portal.

1.1.4

15 Feb 08:40
ebb95cd
Compare
Choose a tag to compare

New feature

  • Supports for overriding text of the menu items with user-defined labels.

Fixed

  • Fixed the compiler warning with the experimental WiFi mode of ESP8266.

1.1.3

31 Dec 16:47
231e294
Compare
Choose a tag to compare

Fixed

  • Added AUTOCONNECT_NOUSE_JSON directive. (issue #167)
  • Removed compiler warning of unused.
  • Improved Config New button behavior. (issue #150)
  • Fixed relocate Config New menu URI inability.

1.1.2

21 Oct 15:46
Compare
Choose a tag to compare

Fixed

  • Fixed crash when no SSID found.
  • Fixed memory leak on destruction. (PR #144)