From 2130b9811d478ab5d65ac1281567935d1f00da3e Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Sat, 9 Oct 2021 00:24:59 +0900 Subject: [PATCH] Update Change log for v1.3.1 --- README.md | 6 ++++++ mkdocs/changelog.md | 10 ++++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index d2ea8534..334dd2a5 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,12 @@ Full documentation is available on https://Hieromon.github.io/AutoConnect, some ## Change log +### [1.3.1] Oct. 09, 2021 +- Fixed an issue that was incompatible with ArduinoJson version 5. (issue #408) +- Fixed LittleFS mount check not working with ESP32. +- Fixed autoReconnect not being able to restore a static IP setting. (issue #400) +- Fixed that static IP settings were not cleared when loading credential. + ### [1.3.0] Sep. 25, 2021 - Supports ESP8266 3.0.0 Arduino core. - Supports ESP32 Arduino core 2.0.0. diff --git a/mkdocs/changelog.md b/mkdocs/changelog.md index 728b54b9..61242a2d 100644 --- a/mkdocs/changelog.md +++ b/mkdocs/changelog.md @@ -1,3 +1,13 @@ +### [1.3.1] Oct. 09, 2021 + +#### Fixes + +- Fixed an issue that was incompatible with ArduinoJson version 5. +- Fixed LittleFS mount check not working with ESP32. +- Fixed autoReconnect not being able to restore a static IP setting. +- Fixed that static IP settings were not cleared when loading credential. + +--- ### [1.3.0] Sep. 25, 2021 #### Enhancements