Release for v0.9.11

pull/110/head
Hieromon Ikasamo 5 years ago
parent 4742cab08b
commit f701848764
  1. 8
      README.md
  2. 2
      library.json
  3. 2
      library.properties

@ -96,8 +96,16 @@ Full documentation is available on https://Hieromon.github.io/AutoConnect, some
## Change log
### [0.9.11] July 13, 2019
- Supports new element as AutoConnectSytle that can insert the custom CSS into AutoConnectAux page. (PR#96)
- Supports that `<br>` tags can now be added to each element. (PR #95)
- Supports that able to place the checkbox label forward or backward. (PR #99)
- Supports flicker signal output according to the status of WiFi_mode. (issue #98)
- Fixed bug in AutoConnectCredential when offset is >256. (PR #103)
### [0.9.10] June 12, 2019
- Fixed the unable to get AutoConnectElemets values in the sketch with ESP8266 arduino core 2.5.2. (issue #90)
- Fixed missing psram allocator. (issue #102)
### [0.9.9] May 25, 2019
- Supports ESP8266 Arduino core 2.5.2.

@ -25,6 +25,6 @@
"espressif8266",
"espressif32"
],
"version": "0.9.10",
"version": "0.9.11",
"license": "MIT"
}

@ -1,5 +1,5 @@
name=AutoConnect
version=0.9.10
version=0.9.11
author=Hieromon Ikasamo <hieromon@gmail.com>
maintainer=Hieromon Ikasamo <hieromon@gmail.com>
sentence=ESP8266/ESP32 WLAN configuration at runtime with web interface.

Loading…
Cancel
Save