Add album created and updated date placeholders

Added {album_created} and {album_updated} placeholders to album-related
templates, using the existing date_format for formatting:

- periodic_album_template: reads from entity attributes
- scheduled_assets_message: reads from entity attributes (per_album/random mode)
- message_assets_added: looks up entity by event_album_id
- message_assets_removed: looks up entity by event_album_id
- message_asset_image/video: added placeholders

For combined mode, album dates are empty (no single album).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-01 23:51:20 +03:00
parent 39f780b46c
commit 94ca8273b1
2 changed files with 73 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
{
"version": "1.22.10"
"version": "1.23.0"
}