Releases: helgeerbe/picframe
Releases · helgeerbe/picframe
2022.12.15.post5
2022.12.15
Full Changelog: 2022.12.13...2022.12.15
2022.12.13
Full Changelog: 2022.12.04...2022.12.13
2022.12.04
Full Changelog: 2022.06.03...2022.12.04
2022.06.03
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
- @simontrimmer made their first contribution in #266
Full Changelog: 2022.04.19...2022.06.03
2022.04.19
- Fix: Picframe stalls due to missing images #261
2022.03.24
2022.01.20.post1
fix readme
2022.01.20
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.
- Add new "text_bkg_hgt" config value to control the
- 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
What's Changed
2021.11.04
new features
- @boomesito contributed: Remote control matting on/off #83
fixes
- Overlapping and cut-off overlay text #181
- update dependency rqmnt for pi3d to 2.49
New Contributors
- @boomesito made their first contribution in #178