Skip to content

2022.01.20

Compare
Choose a tag to compare
@helgeerbe helgeerbe released this 20 Jan 13:05
· 152 commits to main since this release

2022.01.20

changes in configuration.yaml run picframe -i

new features

  • While building the image cache, ignore hidden folders (folders starting with .)
  • Add touch and mouse control
  • Add new "text_bkg_hgt" config value to control the
    text scrim height as a percentage of screen height.
    (0 < text_bkg_hgt <= 1, default = 0.25)
  • issue #185 Allow hiding of the text background
    • Add new "text_bkg_hgt" config value to control the
      text scrim height as a percentage of screen height.
    • 0 <= text_bkg_hgt <= 1, default = 0.25
    • When set to 0, the background is not rendered.
  • Open picframe webui directly from Home Assistant setting "device config url"
    • mqtt:
      ...
      device_url: ""  # if use_http==True, set url to picframe config page. Must be a valid url, or "" otherwise home assistant runs in an error.

beaking chages

  • "use_kbd" is retired use "peripherals" configuration instead

fixes

  • issue #203 Text fade-in is not smooth anymore
  • issue #47 Stopping picframe with CTRL C doesn't always work
  • issue #182 Memory issue PIL >= 8.3.0
    • Will fix #182 on new install, as a workaround upgrade Pillow manually to release 9.0.0 or later
  • Home Assistant: changing brightness, matting_images will show next image. So state attributes will be refreshed correctly