Skip to content

Release history

ImmichFrame releases

An awesome way to display your photos as a digital photo frame

All releases

7 shown

No immediate action
v1.0.37.0 Breaking risk

Timezone workaround reverted

Review required
v1.0.36.0 Breaking risk
Auth Breaking upgrade

Startup guard + logging + settings split

No immediate action
v1.0.35.0 Bug fix

Memories & QR fixes

v1.0.34.0 Breaking risk
⚠ Upgrade required
  • Ensure Immich server is upgraded to v3 before updating ImmichFrame.
  • Review asset‑identifier handling code due to GUID migration.
Breaking changes
  • Targets Immich v3 API, requiring Immich server version 3 or newer.
  • Standardizes all asset identifiers to GUIDs across selection, filtering, paging, and album loading flows.
  • Switches album loading (including excluded albums) to paginated metadata searches.
Notable features
  • Adds new Asset Faces endpoint for per‑asset face details used in home‑page previews.
Full changelog

📦 ImmichFrame Release v1.0.34.0 – July 2, 2026

This release brings ImmichFrame up to date with Immich v3, adds a new per-asset faces API
for richer previews, and fixes long-standing video stall and slideshow transition freezes.


What's Changed

⚠️ Breaking Changes

💥 Update to Immich v3

PR #654 by @JW-CH

ImmichFrame now targets the Immich v3 API. This is a major migration that updates the
OpenAPI spec, standardizes asset identifiers to GUIDs across all selection, filtering, and
paging flows, and switches album loading (including excluded albums) to paginated metadata
searches so large libraries are handled reliably. It also adds a new Asset Faces endpoint
that fetches per-asset face details for richer home-page previews, with faces now loaded
only on zoom/pan and skipped for videos. Make sure your Immich server is running v3 or
newer
before upgrading.


⚡ Fixes

🐛 Asset transition & video stall freezes

PR #637 by @3rob3

Fixes cases where the slideshow could lock up mid-transition or freeze on a stalled video
(closes #601). Auto-skip now detects
stalled videos and asset load errors and escalates with throttling, a watchdog recovers from
hangs, and transition locking plus resource teardown were hardened to avoid stuck states. A
new asset-error callback lets the frame react cleanly to media load/playback failures.


🐛 Memories date

PR #632 by @3rob3

Corrects the date handling for the Memories feature so memory-based assets are selected and
displayed against the right day.


🔨 Maintenance

🔧 Update NPM packages

PR #658 by @JW-CH

Routine dependency bump for the frontend and docs npm packages to keep the build current and
pick up upstream security and bug fixes.


Full Changelog: https://github.com/immichFrame/ImmichFrame/compare/v1.0.33.0...v1.0.34.0

v1.0.33.0 New feature
Notable features
  • Auto-refresh on connection error with automatic 30-second reload attempts
v1.0.32.0 New feature
Notable features
  • Experimental video streaming from Immich with Service Worker authentication
  • Basic Auth support for iCal calendars
  • Animated splash screen

Beta — feedback welcome: [email protected]