Release Notes
[!WARNING]
Disclaimer
This is a release candidate, not a stable release. It is subject to change and may contain bugs or breaking changes. As always, make sure you have a backup of your database and library before upgrading to this version.
This second release candidate v3.0.0-rc.2 fixes bugs and issues that were found in the last release candidate.
Release notes
Work-in-progress release notes can be found here:
https://pr-558.dev.immich.app/blog/v3.0.0-release
Server
To use this RC version on the server, update the IMMICH_VERSION in your .env file:
IMMICH_VERSION=v3.0.0-rc.2
or
IMMICH_VERSION=v3-rc
Then pull and restart:
docker compose pull && docker compose up -d
Mobile
To use this RC version on the mobile app, follow the appropriate link for your platform:
Android
You can download the APK in the release note below, or tap on "Join the beta" from the Google Play Immich page
iOS
We are currently having issues with the iOS release. Expect a new version on TestFlight to land early next week at the latest: https://testflight.apple.com/join/JTSTucBd
If you run into any issues, please report them on GitHub so we can address them before the final release. Thank you for helping us test!
What's Changed
🐛 Bug fixes
- fix(server): skip existing users when sharing albums by @jeevan6996 in https://github.com/immich-app/immich/pull/28884
- fix: web i18n by @danieldietzler in https://github.com/immich-app/immich/pull/29175
- fix(web): shift+click on GPS asset extends range selection in geolocation utility by @timonrieger in https://github.com/immich-app/immich/pull/29022
- fix(server): allow non-utc datetime offsets by @timonrieger in https://github.com/immich-app/immich/pull/29186
- fix: remove local-only step ids from workflow json by @danieldietzler in https://github.com/immich-app/immich/pull/29188
- fix: asset type filter by @danieldietzler in https://github.com/immich-app/immich/pull/29190
- fix(mobile): prevent duplicate login pages for unauthenticated share intent warm start by @olildu in https://github.com/immich-app/immich/pull/29054
- fix(mobile): refresh memories on resume and day change by @santoshakil in https://github.com/immich-app/immich/pull/28983
- fix(mobile): re-lock locked folder when the app is backgrounded by @santoshakil in https://github.com/immich-app/immich/pull/29089
- fix(mobile): endless spinner on album selection when device has no albums by @santoshakil in https://github.com/immich-app/immich/pull/28994
- fix: rc version check by @danieldietzler in https://github.com/immich-app/immich/pull/29194
📚 Documentation
- docs(mobile-app): add Play App Signing certificate hash by @tlvince in https://github.com/immich-app/immich/pull/29168
- docs(mobile): point users towards shared setup docs by @agg23 in https://github.com/immich-app/immich/pull/29078
🌐 Translations
- chore(web): update translations by @weblate in https://github.com/immich-app/immich/pull/29162
New Contributors
- @jeevan6996 made their first contribution in https://github.com/immich-app/immich/pull/28884
- @rizwanpatel-gif made their first contribution in https://github.com/immich-app/immich/pull/29172
- @olildu made their first contribution in https://github.com/immich-app/immich/pull/29054
Full Changelog: https://github.com/immich-app/immich/compare/v3.0.0-rc.1...v3.0.0-rc.2