diff --git a/README.md b/README.md index ac85f31..0864b38 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![arduino-library-badge](https://www.ardu-badge.com/badge/AutoConnect.svg?)](https://www.ardu-badge.com/AutoConnect) [![GitHub release](https://img.shields.io/github/v/release/Hieromon/AutoConnect)](https://github.com/Hieromon/AutoConnect/releases) [![Build Status](https://travis-ci.org/Hieromon/AutoConnect.svg?branch=master)](https://travis-ci.org/Hieromon/AutoConnect) +[![License](https://img.shields.io/github/license/Hieromon/AutoConnect)](https://github.com/Hieromon/AutoConnect/blob/master/LICENSE) An Arduino library for ESP8266/ESP32 WLAN configuration at run time with web interface. @@ -101,6 +102,9 @@ Full documentation is available on https://Hieromon.github.io/AutoConnect, some ## Change log +### [1.1.6] Apr. 17, 2020 +- Fixed OTA page translation not work. (issue #204) + ### [1.1.5] Apr. 15, 2020 - Changed the bootUri behavior to be an automatic pop-up at the captive portal. (PR #181) - Supports AutoConnect menu configuration. diff --git a/mkdocs/changelog.md b/mkdocs/changelog.md index e803e14..41d6432 100644 --- a/mkdocs/changelog.md +++ b/mkdocs/changelog.md @@ -1,3 +1,6 @@ +#### [1.1.6] Apr. 17, 2020 +- Fixed OTA page translation not work. + #### [1.1.5] Apr. 15, 2020 - Changed the [bootUri behavior](advancedusage.md#assign-user-sketchs-home-path) to be an automatic pop-up at the captive portal. - Supports AutoConnect [menu configuration](menu.md#applying-the-active-menu-items).