Release Notes
v3.0.0-rc.1 — Release Candidate
[!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.1 fixes bugs and issues that were found in the last release candidate. You can now use the release candidate tag v3-rc for all the prereleases under v3.
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.1
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
Use the TestFlight link or scan the QR Code 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
🌟 Enhancements
- fix(web): show album names in duplicate review by @meesfrensel in https://github.com/immich-app/immich/pull/29080
🐛 Bug fixes
- fix(mobile): show like and comment options on album photo deep links by @santoshakil in https://github.com/immich-app/immich/pull/29020
- fix(web): correctly handle person search with more than 100 results by @maxinegardenas in https://github.com/immich-app/immich/pull/29002
- fix(web): prevent upload status panel from overlapping album action bar by @okxint in https://github.com/immich-app/immich/pull/29044
- fix(web): error loading image state by @bwees in https://github.com/immich-app/immich/pull/29058
- fix(web): show asset arrows by @timonrieger in https://github.com/immich-app/immich/pull/29010
- fix(server): hide partner archived asset locations from map by @timonrieger in https://github.com/immich-app/immich/pull/29028
- fix: lock transcoding options by @timonrieger in https://github.com/immich-app/immich/pull/29076
- fix(server): do not merge metadata when multiple duplicates are kept by @timonrieger in https://github.com/immich-app/immich/pull/29035
- fix: integrity report checksum query by @danieldietzler in https://github.com/immich-app/immich/pull/29136
- fix: map settings by @danieldietzler in https://github.com/immich-app/immich/pull/29134
- fix: too strict cron expression validation by @danieldietzler in https://github.com/immich-app/immich/pull/29138
- fix(web): respect local timezone when building date range for search by @okxint in https://github.com/immich-app/immich/pull/29128
- fix(web): language selector by @meesfrensel in https://github.com/immich-app/immich/pull/29065
- fix: update datetimeRelative description to minutes instead of seconds by @meesfrensel in https://github.com/immich-app/immich/pull/29137
- fix: video thumbnail quality sharing by @bwees in https://github.com/immich-app/immich/pull/29104
- fix(mobile): stop sync albums crashing on the main isolate by @santoshakil in https://github.com/immich-app/immich/pull/29133
- fix(mobile): show memories with no showAt/hideAt in the timeline lane by @santoshakil in https://github.com/immich-app/immich/pull/29158
- fix(mobile): keep toasts off the dynamic island when keyboard is open by @santoshakil in https://github.com/immich-app/immich/pull/29159
📚 Documentation
- docs(server): clarify AssetBulkUploadCheckItem.id is a correlation token by @timonrieger in https://github.com/immich-app/immich/pull/29141
🌐 Translations
- feat: languages by @danieldietzler in https://github.com/immich-app/immich/pull/29088
- chore(web): update translations by @weblate in https://github.com/immich-app/immich/pull/29036
New Contributors
- @maxinegardenas made their first contribution in https://github.com/immich-app/immich/pull/29002
Full Changelog: https://github.com/immich-app/immich/compare/v3.0.0-rc.0...v3.0.0-rc.1