v1.126.1
Hotfixes
- Fixes a compatibility issue with the mobile app
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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODkzNDgsIm5iZiI6MTczOTI4OTA0OCwicGF0aCI6Ii8yNzA1NTYxNC80MTE2NTE2MTYtYzk4NmQ5NzctNGIxNi00MGM5LTk0NDctMDBmNWJhNTYwZWE0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE1NTA0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWYyOTM5MzJiZjdhNDk0ZTU1ZDY3ODVjNzkzMWFjZDI5MmY0ODE5ZGNhMmJlMWRhN2I3ZjBmMDAyZGM1NjYzNjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.J8SVXuBHFbD-7iByQZZn8-is5koo-VaXXbf12uk-5_A)
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 #15395
- feat(web): revamp places by @kvalev in #12219
🌟 Enhancements
- feat(server): synology exclusion patterns by @etnoy in #15773
- feat(mobile): Add filter to people_picker.dart by @jforseth210 in #15771
- feat: search by description by @alextran1502 in #15818
- feat(mobile): Use
NavigationRail
when the screen is in landscape mode by @ferraridamiano in #15885 - feat(web): merge suggestion modal: focus on Yes button by default. by @afv in #15827
- fix(mobile): improved the visibility of backup cloud icon on lighter images by @meesam4687 in #15886
- feat: Mark people as favorite by @arnolicious in #14866
- feat(api): set person color by @jrasm91 in #15937
- feat(web): shared link filters by @jrasm91 in #15948
- feat: view album shared links by @jrasm91 in #15943
🐛 Bug fixes
- fix(web): shared link date range by @jrasm91 in #15802
- fix(mobile): search page issues by @alextran1502 in #15804
- fix(mobile): retain the edited title when album updates by @immangat in #15806
- feat(web): Updated Onboarding page by @OkayStark in #15880
- fix(server): memory lane assets order by @alextran1502 in #15882
- fix(mobile): #15182 Video memories no longer play by @Tyris in #15210
- fix(server): queue missing metadata by @etnoy in #15864
- fix(server): for individual shares not showing thumbnails by @Lukasdotcom in #15895
- fix(web): prevent accidental modal closures on mouseup outside by @afv in #15900
- fix: call hexOrBufferToBase64 for stripMetadata thumbhash by @bo0tzz in #15917
- fix(server): always get UTC dates from postgres by @jrasm91 in #15920
- fix(server): validate oauth profile has a sub by @jrasm91 in #15967
📚 Documentation
- docs: update server arch by @jrasm91 in #15775
- docs: TrueNAS: add danger message to external libraries by @NicholasFlamy in #15857
- fix(docs): query DB by ID by @mmomjian in #15863
- fix: bash install.sh script for mac os by @jtkmckenna in #15874
- docs: add-current-path-to-version-switcher by @NicholasFlamy in #15860
- chore(docs): update setup.md to include FVM dependency by @ridvan-cln in #15927
- fix(docs): show version selection dropdown on mobile by @NicholasFlamy in #15894
- docs: soften wording for openvino igpu by @mertalev in #15941
🌐 Translations
- chore: update of the Thai translation by @bankjirapan in #15758
New Contributors
- @bankjirapan made their first contribution in #15758
- @preeperkiller made their first contribution in #15791
- @tribut made their first contribution in #15800
- @immangat made their first contribution in #15806
- @OkayStark made their first contribution in #15880
- @meesam4687 made their first contribution in #15886
- @jtkmckenna made their first contribution in #15874
- @defooster made their first contribution in #15913
- @ridvan-cln made their first contribution in #15927
- @kvalev made their first contribution in #12219
Full Changelog: v1.125.7...v1.126.1