Rename on_this_day to memory_date with exclude-same-year behavior
All checks were successful
Validate / Hassfest (push) Successful in 2s

Renamed the date filter parameter and changed default behavior to match
Google Photos memories - now excludes assets from the same year as the
reference date, returning only photos from previous years on that day.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-02 14:24:08 +03:00
parent e88fd0fa3a
commit a8ea9ab46a
6 changed files with 31 additions and 25 deletions

View File

@@ -175,9 +175,9 @@
"name": "Maximum Date",
"description": "Filter assets created on or before this date (ISO 8601 format)."
},
"on_this_day": {
"name": "On This Day",
"description": "Filter assets by matching month and day (memories/anniversary filter)."
"memory_date": {
"name": "Memory Date",
"description": "Filter assets by matching month and day, excluding the same year (memories filter)."
},
"city": {
"name": "City",

View File

@@ -175,9 +175,9 @@
"name": "Максимальная дата",
"description": "Фильтровать файлы, созданные в эту дату или до (формат ISO 8601)."
},
"on_this_day": {
"name": "В этот день",
"description": "Фильтр по совпадению месяца и дня (воспоминания/годовщины)."
"memory_date": {
"name": "Дата воспоминания",
"description": "Фильтр по совпадению месяца и дня, исключая тот же год (воспоминания)."
},
"city": {
"name": "Город",