Releases: esprfid/esp-rfid
Releases · esprfid/esp-rfid
v0.7.6
v0.7.5
v0.7.4
[0.7.4] - 2018-04-28
Fixed
- [webui] comment out access types
- [firmware] fix a compile warning
- [firmware] change startAP behaviour
- [firmware] publish username to MQTT broker
- [firmware] mqtt username password memory collusion
Removed
- [firmware] Modified header
v0.7.3
Hot Fix for Boot Loop Issue
######################################
Please refer this issue before upgrade. #99
######################################
[0.7.2] - 2018-04-02
Fixed
- [webui] MQTT is enabled by default.
v0.7.1
[0.7.1] - 2018-03-30
Added
- [firmware] + [webui] Option to use static IP address #89 @nbaglietto
- [firmware] + [webui] Option to hide SSID on AP Mode #89 @nbaglietto
- [webui] Auto focus on login password #94 @pidiet
- [firmware] event log for MQTT
Fixed
v0.7.0
[0.7.0] - 2018-03-23
Added
- [firmware] !!! BREAKING CHANGE !!! 2 MB Flash 2 MB SPIFFS size for future proof firmware updates plase make sure you made a backup before updating to this version. You need to format SPIFFS.
- [firmware] Experimental PN532 RFID Reader Support
- [webui] Try to connect button upon inprogress complete.
- [webui] Restart without saving changes.
- [firmware] Staging framework for platformio
Changed
- [webui] Sign in panel now integrated into index.html
- [firmware] Reduced serial outputs.
- [firmware] Switched to Async MQTT Library, needs testing.
Fixed
- [firmware] Logs causing Exception 9 because we are delaying async function with NTP sync by WiFi.hostbyname
- [webui] wrong version is shown #80.
- [webui] whole html was shifted with previous css change.
Removed
- [firmware] Factory reset via pin
v0.6.1
[0.6.1] - 2018-03-14
Added
- [firmware] ICACHE_FLASH_ATTR and ICACHE_RAM_ATTR decorators (did not feel any difference in terms of speed, keeping it anyway).
- [dev tools] Web UI Demo https://bitadvise.com/esp-rfid/
- [dev tools] Websocket emulator access log
Changed
- [webui] Always show sidebar on big screens
- [webui] Better versioning.
Fixed
- [build] Platformio bug
v0.6
[0.6] - 2018-03-11
Added
- [firmware] Restart ESP if softAP fails.
- [webui] Colorize access log based on result.
Fixed
- [webui] progress bar for factory reset, update, save settings does not initiated correctly.
- [webui] BSSID is missing when first scan.
- [webui] Now firmware internally holds only unix time, made changes on webui to cover that.
Changed
- [webui] Completely refactored html loading, we are getting all files at first login, then no request is made to web server which greatly simplifies some functions.
- [webui] + [firmware] Completely refactored Latest Access Log, it's now unlimited Access Log which holds every picc scan. This should fix #60 (at least there is clear log button :) ).
- [webui] Event log table now displays firmware time for early events.
- [webui] before fetching data wait sidebar to dismiss for smooth animation.
- [webui] fade in web content.
- [firmware] Log login remote IP address.
v0.5.4
[0.5.4] - 2018-03-09
Added
- [webui] colorize event logs based on severity.
- [webui] progress bar on saving settings.
- [dev tools] event log for websocket emulator
Fixed
- [firmware] Fix #75 Scan of wifi returns more columns of the same wifi.
- [webui] Fix #74 (#33 completely) New user with incorrect validity.
- [webui] New user with incorrect date.
- [webui] Editing user results non parsed values.
Changed
- [webui] event table breakpoints.