diff --git a/Common/Immich Album Watcher/README.md b/Common/Immich Album Watcher/README.md index c49fa1a..f0eccd3 100644 --- a/Common/Immich Album Watcher/README.md +++ b/Common/Immich Album Watcher/README.md @@ -142,6 +142,7 @@ When enabled, photos/videos are sent as media attachments to Telegram using the - First sends a text notification message to each Telegram chat - Then sends photos/videos as media groups (albums) as replies to that message +- Uses transcoded/optimized versions of assets when available (not original files) - Media is downloaded from Immich and uploaded to Telegram (bypasses CORS) - Large media lists are automatically split into multiple groups (2-10 items per group) - Optional chat action indicator (typing, uploading photo/video) while processing diff --git a/manifest.json b/manifest.json index 1517377..bb55040 100644 --- a/manifest.json +++ b/manifest.json @@ -1,3 +1,3 @@ { - "version": "1.28.0" + "version": "1.28.1" }