Skip to content

Releases: esprfid/esp-rfid

v0.7.4

28 Apr 14:23
a82ce2e
Compare
Choose a tag to compare

[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

17 Apr 14:49
25d6483
Compare
Choose a tag to compare

######################################

Please refer this issue before upgrade. #99

######################################

[0.7.3] - 2018-04-04

Added

  • [firmware] More debug messages

Fixed

  • [webui] minor fixes suggested by Codacy
  • [webui] get javascript values as real integers

Hot Fix for Boot Loop Issue

02 Apr 12:05
37c8a77
Compare
Choose a tag to compare

######################################

Please refer this issue before upgrade. #99

######################################

[0.7.2] - 2018-04-02

Fixed

  • [webui] MQTT is enabled by default.

v0.7.1

30 Mar 12:11
604d667
Compare
Choose a tag to compare

[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

  • [webui] We were checking wrongly if the browser has previously had authentication over /login.
  • [webui] MQTT listed disabled even if it is enabled #92 @pidiet

v0.7.0

23 Mar 12:11
4707674
Compare
Choose a tag to compare

[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

14 Mar 08:57
702e713
Compare
Choose a tag to compare

[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

11 Mar 18:30
0c18012
Compare
Choose a tag to compare

[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

09 Mar 11:38
3ff96cb
Compare
Choose a tag to compare

[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.

v0.5.3

08 Mar 15:04
2768abd
Compare
Choose a tag to compare

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

07 Mar 15:25
965ad57
Compare
Choose a tag to compare

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.