v1.135.1
immich-app/immichv1.135.1Jun 19, 2025by immich-push-o-matic[bot]
AI Summary
A bug fix release focusing on navigation issues, iOS permissions, and iOS widget compatibility.
Key Highlights
- Fixed navigation button disappearing in detail views
- Fixed iOS local network permission prompt not showing
- Updated iOS Widget to support iOS 17 and above
New Features
- Fixed people ordering to show named people at the top
- Updated iOS 17.0 target version for widgets
- Updated documentation for VectorChord reindexing
Full Release Notes
# v1.135.1 ## Highlights This release addresses the following issues. - Fixed a bug where the navigation button disappears in detail view if opened from an album - Fixed a bug where the local network permission prompt doesn't show up on iOS. _If for some reason, you still cannot access the instance after enabling the permission, restarting the phone will fix it_ - Fixed an issue where warning messages were shown after updating the VectorChord extension - Fixed an issue where named people are not showing up on top of the people list - Fixed an issue where the web timeline does not show on some older browsers - iOS Widget now supports iOS 17 and above (previously supported only 18.5) <!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### 🐛 Bug fixes * fix: album share modal navigation by @danieldietzler in https://github.com/immich-app/immich/pull/19245 * fix: panning interrupted while moving around the map by @danieldietzler in https://github.com/immich-app/immich/pull/19276 * fix: album list CSS margins by @PaulSonOfLars in https://github.com/immich-app/immich/pull/19262 * fix(server): drop vector indices before updating extension by @mertalev in https://github.com/immich-app/immich/pull/19283 * fix(server): unset prewarm dim parameter by @mertalev in https://github.com/immich-app/immich/pull/19271 * fix: album asset viewer by @danieldietzler in https://github.com/immich-app/immich/pull/19252 * fix(web): exit slideshow when exiting fullscreen. by @dagstuan in https://github.com/immich-app/immich/pull/19247 * fix: local network permission by @alextran1502 in https://github.com/immich-app/immich/pull/19285 * fix(web): Stack assets in asset-viewer cut off on the left by @xCJPECKOVERx in https://github.com/immich-app/immich/pull/19253 * fix: .find() iterator api combat by @alextran1502 in https://github.com/immich-app/immich/pull/19293 * fix: people ordering incorrect by @zackpollard in https://github.com/immich-app/immich/pull/19298 * fix: iOS 17.0 target version for widget by @bwees in https://github.com/immich-app/immich/pull/19308 ### 📚 Documentation * fix(docs): REINDEX vchord on upgrade by @mmomjian in https://github.com/immich-app/immich/pull/19282 ## New Contributors * @PaulSonOfLars made their first contribution in https://github.com/immich-app/immich/pull/19262 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.135.0...v1.135.1