This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Releases: maakbaas/esp8266-iot-framework
Releases · maakbaas/esp8266-iot-framework
v1.12.0
v1.11.1
v1.11.0
v1.10.0
v1.9.0
Features
- Added optional labels for dropdown menu items in the dashboard and configuration manager (PR #120)
- Create new requestHandler method to override the web server behavior (PR #119)
- Dependencies are installed automatically when the node_modules folder does not yet exist (PR #116)
- Added Brazilian Portugese language (PR #117)
Fixes
- Documentation updates
- Fixed an issue where the WiFi timeout would not be honored if the network was not available (fixes #122)
v1.8.1
v1.8.0
Important: This version only works for v3.0.0 and newer of the Arduino ESP8266 libraries because of a breaking change in those libraries. To prevent future version incompatibilities, the required version is now hardcoded in platformio.ini.
Features
- Added dropdown menu items in the dashboard and configuration manager
- Added color input fields in the dashboard and configuration manager
- Replaced Feather Icon package with React Icons for a wider selection of icons (PR #97)
- Added Chinese language
- Added optional WiFi connection timeout parameter (PR #99)
- Switch to lorol fork of ESP Async Webserver to free up ~10kB of additional heap
Fixes
- Documentation updates
- Fixed an issue where the title displayed in the GUI could be incorrect
- Fixed an issue in the GUI where too many requests were sent on dashboard updates
- Removed certificate store header guard hack for Arduino v3.0.0 libraries
- Removed 4 empty bytes from websocket message payloads
v1.7.1
v1.7.0
Features
- Added option to define a callback after the EEPROM is comitted (PR #83 closes #77)
- Added multilanguage support (PR #81 closes #73)
- Added Dutch language
- Made the webserver object public to allow for custom API methods in an external file
- Added parameter to set the number of digits displayed for dashboard and configuration items (Related issue: #61)
- Install asn1crypto Python module automatically when needed (PR #71 closes #70)
Fixes
- Documentation updates
- Fix issue where the DNS would not be saved in EEPROM (Related issue: #79)
- Add SVG to webpack config url-loader