Skip to content

Releases: Blueforcer/awtrix3

Release 0.97

24 Dec 12:11
b69a61e
Compare
Choose a tag to compare
  • Implemented a new SSL certificate for the on-device update function. closes #525
  • Resolved an issue causing the integrated icon downloader to malfunction in certain countries. closes #537 #362 #644 #642
  • Added support for the Polish language by converting Polish characters to their ASCII equivalents
  • MQTT Placeholders in Custom Apps
  • Option to set the bar backgroundcolor in the bar drawing function. closes #577

Release 0.96

14 Mar 21:36
Compare
Choose a tag to compare

Hotfix

  • Fixes € char
  • Buzzer volume control is disabled by default, because it doesnt work with pauses in some melodies. If you want to try it enable buzzer_volume in dev.json
  • Changes mDNS name to awtrix3

Release 0.95

12 Mar 09:25
Compare
Choose a tag to compare

v0.95

  • Rebranding AWTRIX Light to AWTRIX 3

  • Enhancements:

    • Implemented median and mean filters for more accurate processing of raw data from LDR and BATT sensors.
    • Added Cyrillic support, limited to UPPERCASE letters. Issue #467 closed. 🇷🇺
    • Introduced overlays for weather animations accessible via the /settings API or customapp/notifications. Available overlays: clear, snow, drizzle, rain, storm, thunder, frost. closes #454
  • Features:

    • Added AP Mode timeout configuration via dev.json. ⏱️
    • The hostname isnt the same as the MQTT prefix anymore. Instead you can set "hostname" in your dev.json. 🏠
    • Supports SSIDs with 32 characters. 🔒
    • Web port can now be changed via dev.json. 🌐
    • Unified firmware versions for peripherals, allowing Ulanzi firmware to control DFPlayer and read various temperature sensors and vice versa. Only port mapping differs. DFPlayer can be enabled in dev.json. 🔄
  • Bug Fixes:

    • Resolved issue where using custom apps and sending text in colored fragments prevented reverting to a single color. Issue #464 closed. 🐛
    • Fixed URL forwarding in the web interface. Issue #501 closed. 🔗
  • Miscellaneous:

    • Added functionality to control the volume of the buzzer or DFPlayer via on-screen menu or settings API. 🔊
    • Enabled reset button on the back of Ulanzi; holding it for 5 seconds initiates a full reset of the AWTRIX firmware. 🔧

Release 0.94

30 Dec 21:12
Compare
Choose a tag to compare
  • Adds notification at newyear with animation and jingle (hopefully xD). You have to enable it via dev.json
  • Adds scaffold for a first awtrix light game (not usable yet, but youre welcome to collaborate)
  • Adds FAQ to documentation

Happy New Year! May 2024 bring you joy, success, and endless possibilities!

Release 0.93

24 Dec 10:00
Compare
Choose a tag to compare
  • Changes the snowfall overlay to opt-in. Set 'let_it_snow' to true if you want it back.
    Because of this function and the sometimes harsh comments about it, I realized how few users know what awtrix can actually do and how it works. I therefore recommend using the holidays to read through the official documentation. The official Discord server will also be happy to help you exploit the full potential of AWTRIX.

  • Fixes spacing in capital letter Ö in Rainbow mode

Merry Christmas🌟🎅🎁

Release 0.92

23 Dec 17:58
Compare
Choose a tag to compare
  • Adds christmas snow overlay during holidays. Its enabled by default, you can turn it off by set let_it_snow to false in the dev.json

  • Fixes bitmap y offset in drawing function.

  • Allows to set the DFPlayer volume via settings api

  • Fixes a bug where stats are not send if you set 'sensor_reading' to false on the awtrix2_upgrade firmware.

  • fixes x position movement for base64 icons

  • base64 icons are detected first by stringlength (>64) instead of trailing '=' before encoding, to save processing power.

Since everyone finds the brightness control either too bright or too dark, a few new factors (ldr_factor, ldr_gamma) have been added in dev.json that can be played with.

Happy Holidays to the AWTRIX Community! 🎄🎉 May your season be filled with joy, laughter, and wonderful memories. Merry Christmas! 🌟🎅🎁

Release 0.91

28 Nov 21:39
Compare
Choose a tag to compare
  • Allows to set a http callback for button presses via dev.json.
  • You can send a 8x8 jpg icon as base64 string.
  • Applies gamma correction to brightness control
  • IP adress was added to stats
  • MQTT client uses uniqueID
  • Uptime reading now handles the millis() overflow to calculate longer uptime than 49days
  • Fixes a bug where duration wasnt reset after custom app deletion. closes #407
  • Indicator fading and blinking options are now disabled after deactivation. closes #402
  • Awtrix sends the stats only after the first full sensor reading to avoid zero numbers after boot. closes #391
  • Fixes some minor bugs

Release 0.90

15 Oct 19:09
Compare
Choose a tag to compare
  • adds name and uniqueID to MDNS
  • fixes a bug in "curtain" transition
  • discard last changes to the effect api call

Release 0.89

15 Oct 15:51
Compare
Choose a tag to compare

New Features (for my Copycats😉)

  • Adds API to put AWTRIX into deepsleep. #326
  • Adds dev setting to enable/disable dfplayer for old Awtrix2_Convertion (its disabled by default)
  • Adds MDNS services

Fixes

Minor bugfixes #345 #338 #335

Release 0.88

19 Sep 10:21
Compare
Choose a tag to compare
  • Fixes possible deadlock when changing an icon in customApp. closes #318
  • Fixes a bug were uppercase was not saved in /settings API. closes #320