Skip to content

Releases: helgeerbe/picframe

2022.12.15.post5

15 May 15:39
Compare
Choose a tag to compare

2022.12.15

15 Dec 16:29
ab427f5
Compare
Choose a tag to compare

2022.12.13

13 Dec 10:33
Compare
Choose a tag to compare

2022.12.04

04 Dec 17:53
Compare
Choose a tag to compare

2022.06.03

03 Jun 11:29
Compare
Choose a tag to compare

What's Changed

  • mqtt notify improvements by @helgeerbe in #267
    • update brightness without changing current image
    • back, next and delete are buttons in Home Assistant now
      • therefore picframe listens on "homeasistant/button/.." topic now for those events
  • Introduce geo_suppress_list to omit strings from location text by @simontrimmer in #266
  • Add opacity option to text and clock by @simontrimmer in #263
  • deleting an image will show next images
  • fix Crash when no contact to mqtt broker #258

New Contributors

Full Changelog: 2022.04.19...2022.06.03

2022.04.19

19 Apr 14:58
Compare
Choose a tag to compare
  • Fix: Picframe stalls due to missing images #261

2022.03.24

24 Mar 09:21
Compare
Choose a tag to compare

Fix:

  • Image meta info not found, when updating cache and new images
    not completely written to folder. #234
  • Adding HEIC images while frame is running #198
  • Scan for meta data changes? #96

New Feature:

  • FR: Stop slideshow while screen is off #251

2022.01.20.post1

21 Jan 09:45
Compare
Choose a tag to compare

fix readme

2022.01.20

20 Jan 13:05
Compare
Choose a tag to compare

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

2021.11.04

04 Nov 09:37
Compare
Choose a tag to compare

What's Changed

2021.11.04

new features

fixes

  • Overlapping and cut-off overlay text #181
  • update dependency rqmnt for pi3d to 2.49

New Contributors