Releases: paclema/WebConfigServer
Releases · paclema/WebConfigServer
WebConfigServer v3.2.1
Changes
- Fix recursive LittleFS file listing function for ESP32
- Fix compare_versions.sh script to handle empty and zero versions correctly
Full Changelog: v3.2.0...v3.2.1
WebConfigServer v3.2.0
Changes
- Replace deprecated me-no-dev ESP Async libs with ESP32Async org libs
Full Changelog: v3.1.0...v3.2.0
WebConfigServer v3.1.0
Changes
- Fix deprecated GPIO_ID_PIN macro
- Fix AsyncWebParameter pointer to const in /uploadFile method
- Fix deprecated GPIO_ID_PIN macro when not USE_ASYNC_WEBSERVER
- Refactor NAT configuration in enableNAT method using arduino-esp32 AP and NAPT methods instead ESP-IDF API
- Update AP Stations info on WIFI_EVENT_STA_START events
- Fix deprecated tcpip_adapter methods with ESP-NETIF API on handleAPStations method
Full Changelog: v3.0.1...v3.1.0
WebConfigServer v3.0.1
Changes
- Fix release workflow replacing checkout to v4 and adding default GITHUB_TOKEN
Full Changelog: v3.0.0...v3.0.1
WebConfigServer v3.0.0
WebConfigServer v2.3.2
WebConfigServer v2.3.1
WebConfigServer v2.3.0
Changes
- Fix reconfigure NAPT after IP_EVENT_STA_GOT_IP for esp32
- Replace LinkedList with std::vector. Fix issue #8
- Replace ESPAsyncWebServer fork dependency
- Replace const JsonDocument with JsonVariantConst for config parse methods
- Check if config json contains IWebConfig object or service before parsing it
- Use ESPAsyncWebServer git repo as current version. Close issue #2
- Update example using IWebConfig class as pointer or reference
Full Changelog: v2.2.2...v2.3.0
WebConfigServer v2.2.2
WebConfigServer v2.2.1
Changes
- Fix precompiler definition checks
- Fix compare_versions script checking the correct empty second argument
- Bump MQTTClient to v0.2.0
Full Changelog: v2.2.0...v2.2.1