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