From 4ce84cd8a61262e228c7b6abdb10daa02187f08e Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Fri, 3 May 2019 06:23:27 +0900 Subject: [PATCH] Release for v0.9.8 --- README.md | 13 ++++++--- docs/changelog.html | 22 ++++++++++------ docs/search/search_index.json | 2 +- docs/sitemap.xml | 48 +++++++++++++++++----------------- docs/sitemap.xml.gz | Bin 377 -> 377 bytes mkdocs/changelog.md | 12 ++++++--- 6 files changed, 57 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index 190844e..5040e86 100644 --- a/README.md +++ b/README.md @@ -96,16 +96,21 @@ Full documentation is available on https://Hieromon.github.io/AutoConnect, some ## Change log -### [0.9.8] Apr. 25, 2019 +### [0.9.8] May 3, 2019 - Supports ArduinoJson 6.9.1 or later. - Supports allocating JsonDocument buffer to PSRAM on ESP32 with ArduinoJson 6.10.0 or later. - Supports **operator`[]`** as a shortcut for AutoConnectAux::getElement function. - Supports **AutoConnectElement::as** function to easily coding for conversion from an AutoConnectElement to an actual type. - Supports new element type **AutoConnectFile** and built-in file uploader. -- Supports a **format attribute** with the AutoConnectText element. -- Fixed blank page responds with Configure new. -- Fixed the value of AutoConnectElements not reflected. +- Supports a **format** attribute with the AutoConnectText element. +- Supports a **selected** attribute with the AutoConnectSelect element. +- Supports multiple element loading with AutoConnectAux::loadElement. - Changed menu labels placement in source files structure. +- Changed API interface of AutoConnect::where function. +- Fixed blank page responds with Configure new. +- Fixed loading elements value missing. +- Fixed losing elements in saveElement with ArduinoJson V6. +- Fixed compile error with older than ESP8266 core 2.5.0. ### [0.9.7] Feb. 25, 2019 - Fixed crash in some environments. Thank you @ageurtse diff --git a/docs/changelog.html b/docs/changelog.html index a2c184e..2052a59 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -139,7 +139,7 @@ - + Skip to content @@ -657,8 +657,8 @@