github damongolding/immich-kiosk v0.30.2

7 hours ago

0.30.2

Tag Wildcards

You can now use wildcard patterns when including or excluding tags:

  • parent - Match exactly "parent"
  • parent/* - Match direct children only (e.g., "parent/child", "parent/child2")
  • parent/** - Match all descendants (e.g., "parent/child", "parent/child2", "parent/child/grandchild")

Example configuration:

tags:
  - vacation

excluded_tags:
  - vacation/2023/**  # Exclude all 2023 vacation photos

What's Changed

🚀 New Features

⚡ Fixes

Other changes

Full Changelog: v0.30.1...v0.30.2

Don't miss a new immich-kiosk release

NewReleases is sending notifications on new releases.