Skip to content

2021.09.22

Compare
Choose a tag to compare
@helgeerbe helgeerbe released this 22 Sep 08:29
· 193 commits to main since this release

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