ImageGenius Changes:
support GPU acceleration with CUDA for machine-learning
immich Changes:
v1.126.0
Announcement
FOSDEM
Howdy, everybody! We just came back from FOSDEM and had a great time in Brussels.
Thanks to everyone who came to see us! We received lots of feedback from the community, and your encouragement warmed our hearts.
MERCH!
Merch options video
![](https://private-user-images.githubusercontent.com/27055614/411651616-c986d977-4b16-40c9-9447-00f5ba560ea4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMTQ0NzksIm5iZiI6MTczOTIxNDE3OSwicGF0aCI6Ii8yNzA1NTYxNC80MTE2NTE2MTYtYzk4NmQ5NzctNGIxNi00MGM5LTk0NDctMDBmNWJhNTYwZWE0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE5MDI1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRiMTY1NTkwOGQyOThkN2M4M2FjODgyY2NlZDU0YzMwZjkxMzBjOTc5NGYyZWM2YTUwZWU3MDY5MjY3ZTJhMjUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.29fSoFkGXz_DCv_2v39bdERJJQo-s7aM3Sc6MHxrcng)
In case you missed our live stream, Immich now has a merch store where you can get cool swag, such as t-shirts, sweaters, stickers, magnets, and mugs… in the Immich theme. You can visit the store at https://immich.store
You can also re-watch the live stream and our talk from FOSDEM at:
Highlights
Welcome to the release v1.126.0
of Immich. This release continues our bug clean-up operation from the Kysely migration (Kysely is our new database abstraction layer). Some nice features and enhancement also make their way in. Please find some of the highlights below:
- Search improvement on asset’s description and tags
- Revamp places UI on the web
- Mark people as favorite
- Shared link UI improvement
- Cursed knowledge candidate: fixes a bug where the database timezone causes the timezone to be interpreted as an invalid date in Javascript.
Search improvement - Tag and description search
You can now search by tag (web) and description (web + mobile). We plan to add a more powerful search in the near future increasingly, so stay tuned!
Revamp UI for places on the web.
In the detail location view, you can now toggle the grouping to group them by country. It is a nice way to see where you have been through the camera lens :)
Mark people as favorite
You can now mark people as favorites so that the person will be showing first on the list
Shared link UI improvement
The album’s sharing popup now includes information on what shared links have been created. In the shared link view, you can now filter for all/individual share/album share. You can also toggle an option in the Account Setting > Features section to place a quick access button on the shared link page to the sidebar.
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
🚀 Features
- feat: add searching by tags by @dav-wolff in immich-app/immich#15395
- feat(web): revamp places by @kvalev in immich-app/immich#12219
🌟 Enhancements
- feat(server): synology exclusion patterns by @etnoy in immich-app/immich#15773
- feat(mobile): Add filter to people_picker.dart by @jforseth210 in immich-app/immich#15771
- feat: search by description by @alextran1502 in immich-app/immich#15818
- feat(mobile): Use
NavigationRail
when the screen is in landscape mode by @ferraridamiano in immich-app/immich#15885 - feat(web): merge suggestion modal: focus on Yes button by default. by @afv in immich-app/immich#15827
- fix(mobile): improved the visibility of backup cloud icon on lighter images by @meesam4687 in immich-app/immich#15886
- feat: Mark people as favorite by @arnolicious in immich-app/immich#14866
- feat(api): set person color by @jrasm91 in immich-app/immich#15937
- feat(web): shared link filters by @jrasm91 in immich-app/immich#15948
- feat: view album shared links by @jrasm91 in immich-app/immich#15943
🐛 Bug fixes
- fix(web): shared link date range by @jrasm91 in immich-app/immich#15802
- fix(mobile): search page issues by @alextran1502 in immich-app/immich#15804
- fix(mobile): retain the edited title when album updates by @immangat in immich-app/immich#15806
- feat(web): Updated Onboarding page by @OkayStark in immich-app/immich#15880
- fix(server): memory lane assets order by @alextran1502 in immich-app/immich#15882
- fix(mobile): #15182 Video memories no longer play by @Tyris in immich-app/immich#15210
- fix(server): queue missing metadata by @etnoy in immich-app/immich#15864
- fix(server): for individual shares not showing thumbnails by @Lukasdotcom in immich-app/immich#15895
- fix(web): prevent accidental modal closures on mouseup outside by @afv in immich-app/immich#15900
- fix: call hexOrBufferToBase64 for stripMetadata thumbhash by @bo0tzz in immich-app/immich#15917
- fix(server): always get UTC dates from postgres by @jrasm91 in immich-app/immich#15920
- fix(server): validate oauth profile has a sub by @jrasm91 in immich-app/immich#15967
📚 Documentation
- docs: update server arch by @jrasm91 in immich-app/immich#15775
- docs: TrueNAS: add danger message to external libraries by @NicholasFlamy in immich-app/immich#15857
- fix(docs): query DB by ID by @mmomjian in immich-app/immich#15863
- fix: bash install.sh script for mac os by @jtkmckenna in immich-app/immich#15874
- docs: add-current-path-to-version-switcher by @NicholasFlamy in immich-app/immich#15860
- chore(docs): update setup.md to include FVM dependency by @ridvan-cln in immich-app/immich#15927
- fix(docs): show version selection dropdown on mobile by @NicholasFlamy in immich-app/immich#15894
- docs: soften wording for openvino igpu by @mertalev in immich-app/immich#15941
🌐 Translations
- chore: update of the Thai translation by @bankjirapan in immich-app/immich#15758
New Contributors
- @bankjirapan made their first contribution in immich-app/immich#15758
- @preeperkiller made their first contribution in immich-app/immich#15791
- @tribut made their first contribution in immich-app/immich#15800
- @immangat made their first contribution in immich-app/immich#15806
- @OkayStark made their first contribution in immich-app/immich#15880
- @meesam4687 made their first contribution in immich-app/immich#15886
- @jtkmckenna made their first contribution in immich-app/immich#15874
- @defooster made their first contribution in immich-app/immich#15913
- @ridvan-cln made their first contribution in immich-app/immich#15927
- @kvalev made their first contribution in immich-app/immich#12219
Full Changelog: immich-app/immich@v1.125.7...v1.126.0