Skip to content

v2.4.0

Compare
Choose a tag to compare
@sidoh sidoh released this 04 Apr 22:21
v2.4.0
df75b03

New features

  • ( #23 ) Allow bitmap background color to be changed (thanks, @nullstalgia!)
  • ( #30 ) Release process now builds monolithic initializer binaries suitable for bootstrapping a new device using esptool.py. Previously, a device had to be initialized using PlatformIO, which requires a full developer environment set up.
  • ( #29 ) Add Central European Time timezone. Add descriptive names for timezones in the UI. (thanks, @nullstalgia!)
  • ( #26 ) Add 12pt FreeSans font (thanks, @nullstalgia!)

Bug fixes

  • Fix bug where keyboard shortcut to save a template caused an old version to be saved (sometimes wiping out the template)
  • ( #27 ) Fix rendering of bitmaps with widths not divisible by 8.