From f701848764cc46589d9991d33f2e0e336fa9aedc Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Wed, 10 Jul 2019 17:37:52 +0900 Subject: [PATCH] Release for v0.9.11 --- README.md | 8 ++++++++ library.json | 2 +- library.properties | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f47c14..e3b5779 100644 --- a/README.md +++ b/README.md @@ -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 `
` 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. diff --git a/library.json b/library.json index 42af518..97b1970 100644 --- a/library.json +++ b/library.json @@ -25,6 +25,6 @@ "espressif8266", "espressif32" ], - "version": "0.9.10", + "version": "0.9.11", "license": "MIT" } diff --git a/library.properties b/library.properties index 55f0c05..99cf2fc 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AutoConnect -version=0.9.10 +version=0.9.11 author=Hieromon Ikasamo maintainer=Hieromon Ikasamo sentence=ESP8266/ESP32 WLAN configuration at runtime with web interface.