v3.2.0-rc.1 #31097
danieldietzler
announced in
Announcements
v3.2.0-rc.1
#31097
Replies: 1 comment 2 replies
|
From the release notes, I didn't understand what resetting the facial recognition for a cluster would involve. Since the time to reset that data can be significant, I want to make sure I understand it before trying it out. If we create a cluster, does the first member get to retain their IDs? If not, does that mean that I have to rename and remerge all of the identified face groups? Will manually added face boxes and person clusters remain? I'm not sure if other people will be as confused as I, but it feels like that part of the note could use a rewrite or additional signposting about the potential for data loss. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
Welcome to the first release candidate of
v3.2;v3.2.0-rc.1! Due to redoing the way we do releases, we had to sacrificerc.0unfortunately 😅. But, we are now able to backport changes from main to older releases. Especially, that also means no more PR merge freezes after a release, in case we need to release any patch fixes.Release notes
Work-in-progress release notes can be found here:
https://pr-737.dev.immich.app/blog/v3.2.0-release
Server
To use this RC version on the server, update the
IMMICH_VERSIONin your.envfile:or
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
The iOS app is available via Testflight: 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!
And as always, bugs are fixed, and many other improvements also come with this release.
What's Changed
🚀 Features
🌟 Enhancements
🐛 Bug fixes
MemoryVideoViewerelement is not visible by @Zlendy in fix(web): do not play memory video if theMemoryVideoViewerelement is not visible #30947📚 Documentation
🌐 Translations
New Contributors
Full Changelog: v3.1.0...v3.2.0-rc.1
All reactions