Skip to content

Releases: Blueforcer/awtrix3

Release 0.57

18 Apr 22:33
Compare
Choose a tag to compare

🐞 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

17 Apr 22:02
Compare
Choose a tag to compare

📈 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

16 Apr 20:39
Compare
Choose a tag to compare

📚 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

15 Apr 19:31
Compare
Choose a tag to compare
  • 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

15 Apr 18:56
Compare
Choose a tag to compare
V0.53

- fixes a bug when trying to set boolean settings. closes #62

Release 0.52

15 Apr 14:45
Compare
Choose a tag to compare
  • 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

12 Apr 22:59
Compare
Choose a tag to compare
  • Fixes a bug in lifetime function
  • Adds colorized fragments to custom apps and notification
  • Adds textOffset key

Release 0.50

12 Apr 14:11
c454879
Compare
Choose a tag to compare
  • 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

10 Apr 16:34
af376b1
Compare
Choose a tag to compare

Release 0.48

09 Apr 19:10
222d979
Compare
Choose a tag to compare
  • 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