Skip to content

Releases: helgeerbe/picframe

2021.10.06

06 Oct 07:16
Compare
Choose a tag to compare

Hotfix

  • #176 mqtt directory list shows sym links, even if follow_links=false
  • #175 Syntax error in os.walk
  • Avoid permanent mqtt subscription to directory topic

2021.09.22

22 Sep 08:29
Compare
Choose a tag to compare

configuration.yaml will change

  • Fix #167
  • Fix #166
    Make it configurable, that picframe follows symbolic links.
    configuration.yaml
    model:
    ...
    follow_links: False   # default=False, By default, picframe will not walk down into symbolic links that resolve to directories. Set follow_links to True to visit directories pointed to by symlinks, on systems that support them.
    
  • make Exif Tag search more flexible
  • Fix #164

2021.08.30

30 Aug 08:56
Compare
Choose a tag to compare

Changes:

  • update noto fonts to latest version (and License)
  • #119
  • #139
  • #144
  • #148
    • this will break the old home assistant integration
  • #153
  • bump pi3d to v2.47

There are no changes to `configuration.yaml. So one can reuse the old one.

I described how to setup home assistant integration or upgrade the integration in the wiki

2021.07.05

05 Jul 11:19
Compare
Choose a tag to compare

new features

  • clock overlay (still work in progress)
    • including mqtt switch to turn clock on/off
    • auto discovery of switch in home assistant
    • new parameters in configuration.yaml
    • show_clock: False                       # default=False, True shows clock overlay. False does not show clock overlay
      clock_justify: "R"                      # default="R", clock justification L, C, or R
      clock_text_sz: 120                      # default=120, clock character size
      clock_format: "%I:%M"                   # default="%I:%M", strftime format for clock string

fixes

  • issue #131, update of pi3d dependency to version >= 2.46
  • issue #135 , Typo in GPS code

2021.06.26

26 Jun 10:00
Compare
Choose a tag to compare
  • fix issue # 115: unable to toggle directory overlay via MQTT
  • error trapping in exif getting
  • option to log to file (new keys in confuguration.yaml)
  • issue #128: image display stats in db

Hotfix for release 2021.05.02

05 May 08:11
5880c39
Compare
Choose a tag to compare
2021.05.05

hot fix for release 2021.05.02 which breaks picframe

2021.05.02

02 May 11:21
Compare
Choose a tag to compare
new release

enhanced filters and sorting

02 Apr 12:09
Compare
Choose a tag to compare
2021.04.02

enhanced filters, and sorting

2021.03.20

20 Mar 13:37
Compare
Choose a tag to compare
fix issues 68 and 72

fix mqtt reconnect issue

27 Dec 22:40
7552d82
Compare
Choose a tag to compare
0.1.9

Create python-publish.yml