v1.127.0 #16347
Replies: 9 comments 17 replies
-
What an amazing feature to manually tag!
Thanks a lot and big kudos! |
Beta Was this translation helpful? Give feedback.
-
I'm one of the victims of this problem, thanks for the update! |
Beta Was this translation helpful? Give feedback.
-
@alextran1502 |
Beta Was this translation helpful? Give feedback.
-
Web doesn't show memories anymore. Does it take a while to generate them? |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for the nice work! Big Question: |
Beta Was this translation helpful? Give feedback.
-
<3 lovely work |
Beta Was this translation helpful? Give feedback.
-
Manual Tagging! TY!! Can't wait to update and try this feature out. |
Beta Was this translation helpful? Give feedback.
-
Hey guys, Thanks for this amazing project! I set up my home server with Immich just a week ago, and today I got a Google notification saying I’m out of space. 😅 God bless you all for your hard work and dedication! I’m currently learning JavaScript, and I hope to contribute to the project’s improvement in the future. However, as a beginner in programming, I find it quite challenging. Thanks a lot!!! |
Beta Was this translation helpful? Give feedback.
-
The cross-site attack(XSS) demo you gave is incorrect, it should look like this. |
Beta Was this translation helpful? Give feedback.
-
v1.127.0
Security fix
The HTML for the shared link page (
/share/<token>
) is built on the server, and was previously susceptible to cross-site scripting (XSS). In short, this means you could do stuff like this.This issue has been mitigated by sanitizing the data prior to including it in the resulting HTML.
Highlights
Welcome to the release
v1.127.0
of Immich. As we were using the legendary salt gun to collect bugs into our inventory, the RNG god blessed us with a critical hit to a security bug. We encourage you to update to the latest version as soon as possible.Some new features and enhancements also make it into this release, and we are excited to share them with you from the highlights below.
Manual face tagging and deletion
This release introduces the ability to manually tag a face to a photo or video that the machine learning model failed to detect. You can also remove any existing faces for incorrect automatic tagging by the clustering algorithm.
You can start tagging by clicking on the “+” button under the people section of the detail panel.
A box will appear for the adjustment and selection of the person you want to tag
Click the pencil icon to access the editing view to remove existing faces. You can find a trash icon to remove a face from the photo.
Persistent memories
The Memories feature has received its first round of functional enhancements. Before, memories were generated on the fly, but they are now pre-generated, resulting in a faster timeline. You can interact with memories, such as liking and modifying their content. This change will allow us to deliver more complex memory features in the future.
Search by star rating
On the web, with the star rating feature enabled, you can use the search filter to select it as a search criteria.
External Library interface tweaks
The management page for external libraries now shows both photo and video counts. When creating a new external library, it will now ask for an import path immediately, making onboarding easier.
Support Immich
If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app or purchase our merchandise at https://immich.store
Cheers! 🍻
What's Changed
🚨 Breaking Changes
🔒 Security
🚀 Features
🌟 Enhancements
🐛 Bug fixes
/api
. by @jpros in fix(mobile): Server endpoint on the login screen. #16149modifydate
by @etnoy in fix(server): set modifydate #16225setTimeout
in polyfill ofrequestIdelCallback
by @ykzts in fix(web): use anonymous function insetTimeout
in ponyfill ofrequestIdelCallback
#16264📚 Documentation
🌐 Translations
New Contributors
setTimeout
in ponyfill ofrequestIdelCallback
#16264Full Changelog: v1.126.1...v1.127.0
This discussion was created from the release v1.127.0.
Beta Was this translation helpful? Give feedback.
All reactions