Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

81 lines (63 loc) · 2.82 KB

Change Log

All notable changes to this project will be documented in this file.

[0.1a] - 2017-07-14

Added

  • Now you can select Wi-Fi mode.

Fixed

  • Some fixes (features) were not included in previous release
  • NTPClient wastes CPU time when device is in AP mode. (probably tries to force update time)

[0.1] - 2017-07-12 - :hurray: We hit the 0.1!

Added

  • Relay Module configuration in Settings Page (You need to make sure how the relay module reacts when device is restarting or on power-on, make changes accordingly). I may try to make it more universal, but for now it's up to you.
  • Relay Test Button
  • Ability to Add known PICC to User List (useful to add new PICC to device when device is already deployed)

Removed

  • Maintaining RST pin for MFRC522 hardware is removed. MFRC522 library now supports for soft-reset, we do not need hardware reset anymore this frees a GPIO from MCU. (suggested by @farthinder #6 esprfid#6)

[0.1rc2] - 2017-07-10 - Release Candidate

Added

  • User List table now automaticly sorted by Name
  • Click on an any element on User List to edit via Add / Update User
  • User List actions are instantly happens on the ESP hardware.

Fixed

  • Javascript functions (As suggested from JSHint and Codacy)

Misc

[0.1rc1] - 2017-07-05 - Release Candidate

Added

  • Simple Firmware Update from settings page
  • SPIFFS Update from settings page
  • Now you can define a user name (or any label) for each PICC
  • Now each PICC can be individually configured for access (before this, every known PICC had an access)

Fixed

  • Logging In Authorization is now done via Async XMR Request. Browsers does not complain about it being synchronous anymore. (Tested with Chrome and Firefox)

Changed

Removed

  • Appending ChipID to hostmane

[0.0.3] - 2017-06-22

Added

  • RFID Hardware Pin and Gain settings via Web
  • New WebSocket commands and better command scheme

Fixed

  • can not fallback to AP Mode if configuration file is missing/corrupt

Changed

  • Seperate Javascript file
  • Refactor settings page
  • Refactor Fall Back to AP Mode behaviour
  • Rafactor configuration file structure
  • Web page files now have support for mobile devices and as well as PCs

Removed

  • Jumbotron CSS

[0.0.2] - 2017-06-10

Added

  • 'Settings' Menu - (and some snippets)
  • Wi-Fi Client Settings can now be configured via Web

Changed

  • STA - AP Mode behaviour is improved
  • Minor changes

[0.0.1] - 2017-05-10

Misc

  • Initial public upload
  • Code is now heavily commented