Skip to content

Releases: TheNitek/RfidShelf

1.17

18 May 13:44
Compare
Choose a tag to compare
  • Fix ESPAlexa

1.16

02 Mar 16:43
Compare
Choose a tag to compare
  • Add Alexa support! (Device will show up as a dimmable light)
  • Removed pushover support (Please let me know if this was still used)

1.15

29 Jan 21:11
Compare
Choose a tag to compare
  • Redesigned Web UI
  • Added shuffle mode
  • Added config options (shuffle, repeat, stop on card removal) to card pairing
  • Made update URL configurable in the web UI
  • Shelf is registering MDNS alias now (shown in Serial terminal during boot)

Release 1.14

14 Dec 20:22
Compare
Choose a tag to compare
  • Added support for Mifare Ultralight tags
  • Fixed memory initialization error which made the web ui not update after starting playback
  • Fixed resume feature

Release 1.13

18 Oct 19:49
Compare
Choose a tag to compare
  • Add hash navigation
  • Fix upload and deletion bugs in web UI
  • Compress html during platformio build (Arduino Build will NOT update the HTML code anymore)

Release 1.12

09 Oct 21:19
Compare
Choose a tag to compare
  • Lots of refactorign!
  • Web interface is now fully ajax based
  • Web interface design tweaked
  • Compile option for hardware buttons added
  • Allow/enable OTA update over HTTPS (without certificate check)
  • Fixed resume behaviour when web interface and card are used alternating
  • Fixed amp power down (was not disabled when paused)

Release 1.11

19 Sep 16:05
Compare
Choose a tag to compare
  • Shelf did not pause correctly (worked only by coincidence )
  • Nightmode timed out even though timeout was not over yet.

Release 1.10

06 Aug 16:07
Compare
Choose a tag to compare

Bugfix für #36

Release 1.9

03 Aug 15:01
Compare
Choose a tag to compare
  • Added "pause" feature for WebUI
  • Cards will now resume playback (instead of start again from the beginning) when placed again on the shelf if no other cards has been placed on the shelf in the meantime

Release 1.8

30 Jul 06:21
Compare
Choose a tag to compare
  • Added night mode
  • Removed HTTP playback (since it didn't really work)
  • Various improvements