Releases: esprfid/esp-rfid
Releases · esprfid/esp-rfid
v0.5.3
Now you can check on Web UI if there is a version update for esp-rfid. Travis should build firmware.bin for you to download.
[0.5.3] - 2018-03-08
Added
- [webui] Firmware Update is now live with latest version check on GitHub.
Fixed
- [firmware] Update was possible with an unauthorized HTTP Post.
If you are using Web UI to update, first download this version and upload back to your device.
Hot Fix for v0.5
Sorry for not so good release cycle.
[0.5hotfix2] - 2018-03-07
Added
- [webui] Factory reset within Web UI.
- [webui] + [firmware] Event logging is now live.
Fixed
- [firmware] Can not login with default password on fresh setup.
Changed
- [webui] Changes suggested from Codacy.
Hot Fix for v0.5
[0.5hotfix1] - 2018-03-06
Added
- !!!! Breaking Change !!!! [firmware] Factory reset on boot if GPIO-16 is LOW or SPIFFS is corrupted. Make changes accordingly.
- [webui] Touch detect on touch enabled devices in order to open/close sidebar on swipe.
- [webui] Logout is now live (this is actually a dirty hack);
Fixed
- [dev tools] - Websocket emulator time was static
- [firmware] #68 NTP functions cause Exception 9 and ESP crashes
Changed
- [webui] Embarrassing multiple HTM pages now reduced to one.
- [webui] Better representing of device and browser times on NTP settings.
- [webui] Prevent closing restore modal until it is finished.
- [firmware] Refactored NTP.
Removed
- [webui] Removed GPIO-16 options due to it is being used for Factory Reset
- [firmware] Drop usage of NTPClientLib.
New Fields
Proudly present you New Fields esp-rfid v0.5 update. Completely re-worked web pages, ajax powered, blazing fast loading times.
[v0.5beta] 2018-03-02
Added
- [firmware + webui] Embedded web files
- [firmware + webui] MQTT to main branch.
- [firmware + webui] Access column to logs for the information, if the access was granted or not @romanzava
- [build] Travis CI
- [firmware] Glyphicons redirection for SPIFFS's limited 32 char filename.
- [dev tools] WebSocket emulator for rapid web page development. (This require node.js)
- [build] Gulp script for auto css/js file concat and gzip
- [dev tools] Offline static web page development capability (enter "neo" as admin password for local testing)
- [dev tools] gulp script for PROGMEM web files.
Changed
- [webui] New look and feel - refactored Web UI
- [webui] Hardcoded FooTable Add/Edit text
- [webui] Only support woff glyphicons font
- [dev tools] Clean and beautify main.cpp @nardev
- [webui] Minor cosmetic changes
- [webui] Javascript loading moved to end of the html
- [build] more meaningful directories for web files.
- [webui] RSSI percent calculation
- [firmware] Limit printScanResult to 5 best (based on RSSI) networks around (esp becomes unresponsive if there are too many networks)
- [build] pio script where we were trying to modify flashing parameters it was affecting SPIFFS upload too.
Fixed
- [firmware + webui] MQTT - UID publish was missing.
Removed
- [firmware] Web files no longer contained in SPIFFS
- [firmware] SPIFFS Editor.
- [firmware] Confusion about MFRC533 reader.
Last Arduino IDE compatible source
Point for pure Arduino IDE code.