Releases: Tinkerforge/esp32-remote-access
Releases · Tinkerforge/esp32-remote-access
v1.2.44
- added retries when getting key from ServiceWorker fails. This should resolve an issue where the ServiceWorker was sometimes not ready
- fix wording on tokens page
- preparations for delivering charge logs via email
v.1.2.43
- fix users not beeing able to change email-address when a wem2 is configured
v1.2.42
- fix webinterface not reloading after firmware update of a device
- fix spamming errors when frontend is unable to connect to server
v1.2.41
- fixed small visual bugs in the device list
- request persistent storage to combat rarely occurences of browsers deleting the cache leading to users getting logged out
- updated dependencies
v1.2.40
- change custom built Docker containers to run with non root user
v1.2.39
- increased max bodysize. This is needed for the charge_log via email feature
- eliminate configurations that were not using env variables. This ensures better deployment automatization
v1.2.38
- fix not beeing able to access static pages when webinterface was loaded from the server cache
- add button to resend verification token
v1.2.37
- fix requests to static assets on the devices
v1.2.36
- fix users getting logged out from the app
- fix remote access not working when local login is enabled and the webinterface is not in the server-cache
- added some recomendations to error messages
v1.2.35
- add versioning of website content. This allows to promt the user to reload in case changes were made
- cache the webinterfaces on the server. This reduces the loading times
- add server component for sending charge-logs via e-mail