Skip to content

Commit

Permalink
Update Change log for v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hieromon committed Oct 8, 2021
1 parent ffee39f commit 2130b98
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 10 additions & 0 deletions mkdocs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2130b98

Please sign in to comment.