Releases: Blueforcer/awtrix3
Releases · Blueforcer/awtrix3
Release 0.57
🐞 Bug Fixes and Optimizations
- Fixes a bug in colored fragments
- Allows to trigger update manually again
📈 New Features
- Adds backgroundcolor to notify and custom apps
Release 0.56
📈 New Features and improvements
- Better bar- and linegraph drawing algorithm
- Allows to draw a progressbar in notifications and Custom Apps
- Allows to disable the Temp&Hum sensor via dev.json
Release 0.55
📚 Improved Documentation
- Added a documentation link to the web interface
🐞 Bug Fixes and Optimizations
- Added debug outputs to the serial connection
- Fixed color correction and temperature in the settings API
- Deactivated auto-update search wich caused crashes due loop stack overflow, closes #59
- Changes the api to turn awtrix on or off
- Fixed colored fragments in custom apps
📈 New Features
- Added Linechart to notifications and custom apps
- Added option to disable autoscaling for barchart and linechart, closes #64
Release 0.54
- Allows to block the navigation keys with new settingskey
- Awtrix publish its current shown app to topic /currentApp
- removes double entries in docs
Release 0.53
V0.53 - fixes a bug when trying to set boolean settings. closes #62
Release 0.52
- Changes all setting keys to keep data small, please update your API requests!
- Adds setting to disable weekdays. closes #58
- Adds setting to change weekday color
- Small bugfixes
Release 0.51
- Fixes a bug in lifetime function
- Adds colorized fragments to custom apps and notification
- Adds textOffset key
Release 0.50
- Fixes Brightnessmode switch in HA
- HA states are now recognize crosschanges
- Adds a new option to customapps where you can set a lifetime in seconds after apps will be removed when there is no update for the given time.
- Indicators can also be removed by sending a empty payload or body
- Loop doesnt restart from beginning if you modify the loop
- Adds new settings API options (color correction, color temperature, gamma, timeformat, dateformat) closes #47
- Awtrix publish the current loop in /stats/loop everytime it changes.
Release 0.49
- Adds colored indicators
- Adds the possibility to modify the color correction
- Adds the possibility to turn the Matrix on and off via MQTT or HTTP
Release 0.48
- Fixes some rendering issues in the GIF decoder.
- 32x8 gifs are possible
- New json key: "textCase"
- Slight color correction
- Http /api/loop shows the current apps in loop.
- Sends uptime to HA in seconds closes #45
- /apps api improved, deleting and reordering apps should work a bit better. closes #41
- Memory leak fixed, closes #38