v1.121.0
版本发布时间: 2024-11-21 00:40:00
immich-app/immich最新发布版本:v1.121.0(2024-11-21 00:40:00)
v1.121.0
Highlights
Welcome to release v1.121.0
of Immich. This release focuses on bug fixes and performance optimization across the app. Some of the highlights below:
-
@immich/ui
component library - Fallback to system fonts for Cyrillic letters on the mobile app
- Multiselect using the shift key in the search result view
- Notable fixes: album sync on the mobile app always ran when reopening the app, leading to degradation in performance and browsing
@immich/ui
component library
Some of you may have seen that we added a new repository on GitHub. We have started building out a shared UI components library for Immich that will hopefully lead to a more manageable and consistent design. It’s still very much in the works, but here is a sneak peek at the button component.
Notable fix: album sync degrades performance on the mobile app
We fixed a bug on the server that caused visible performance degradation of the mobile app. The album syncing process is always triggered when the app is reopened instead of only syncing when there are changes on the server. This is a server fix, so we encourage you to update your server to this new release to fix this performance issue.
Support Immich
If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app/.
Cheers! 🍻
What's Changed
🚀 Features
- feat: add minimal devcontainer setup by @mcarbonne in https://github.com/immich-app/immich/pull/14038
🌟 Enhancements
- refactor(mobile): video controls by @mertalev in https://github.com/immich-app/immich/pull/14086
- feat: use dateTimeOriginal to calculate album date by @p2kmgcl in https://github.com/immich-app/immich/pull/14119
- feat(mobile): new video slider ui by @mertalev in https://github.com/immich-app/immich/pull/14126
- chore(web): migration svelte 5 syntax by @alextran1502 in https://github.com/immich-app/immich/pull/13883
- feat(web): Added tag button to the context menu in the favorites page by @IMBeniamin in https://github.com/immich-app/immich/pull/14156
- feat: adding photo & video storage space to server stats by @weathondev in https://github.com/immich-app/immich/pull/14125
- feat(mobile): exclude locales from overpass font by @johnstef99 in https://github.com/immich-app/immich/pull/14158
- feat(web): Implement keep this delete others for asset stacks by @bdavis2-PCTY in https://github.com/immich-app/immich/pull/14217
- feat: Added shortcuts, shift-multi select, and missing menu options to Search (Galleryviewer) by @weathondev in https://github.com/immich-app/immich/pull/14213
- feat(server): faster geodata import by @mertalev in https://github.com/immich-app/immich/pull/14241
🐛 Bug fixes
- fix(mobile): fix logout timeout by @johnstef99 in https://github.com/immich-app/immich/pull/14104
- fix(server): Some MTS videos fail to generate thumbnail by @Lukasdotcom in https://github.com/immich-app/immich/pull/14134
- fix(web): textarea autogrow height by @duckimann in https://github.com/immich-app/immich/pull/13983
- fix: Routing back button in sharedLinks page by @Pranay-Pandey in https://github.com/immich-app/immich/pull/13703
- fix(web): ensure current asset index stays within bounds by @michelheusschen in https://github.com/immich-app/immich/pull/14013
- fix(web): saving pasted coordinates by @michelheusschen in https://github.com/immich-app/immich/pull/14143
- fix(web): update description height when navigating between assets by @michelheusschen in https://github.com/immich-app/immich/pull/14145
- fix(web): allow selecting people after clearing search options by @michelheusschen in https://github.com/immich-app/immich/pull/14146
- fix(mobile): Android local notification failed to invoke by @alextran1502 in https://github.com/immich-app/immich/pull/14155
- fix(web): prevent infinite loop when modifying stacked asset by @michelheusschen in https://github.com/immich-app/immich/pull/14162
- fix(cli): Concurrency not fully using queue potential by @Tiefseetauchner in https://github.com/immich-app/immich/pull/11828
- fix(web): don't refresh the panorama viewer when modifying asset by @michelheusschen in https://github.com/immich-app/immich/pull/14163
- fix(mobile): unnecessary rebuilds from partner share notifier by @mertalev in https://github.com/immich-app/immich/pull/14170
- fix: show tags when viewing stacked assets by @michelheusschen in https://github.com/immich-app/immich/pull/14199
- fix(mobile): use sets in album refresh, concurrent futures by @mertalev in https://github.com/immich-app/immich/pull/14193
- fix(mobile): Dismissible menus by @johnstef99 in https://github.com/immich-app/immich/pull/14192
- fix(web): layout shifting when scrolling up by @alextran1502 in https://github.com/immich-app/immich/pull/14226
- fix(mobile): make search page scrollable by @johnstef99 in https://github.com/immich-app/immich/pull/14228
- fix(mobile): fixes on language change by @johnstef99 in https://github.com/immich-app/immich/pull/14089
- fix: mobile album sync is always triggered when opening the app by @alextran1502 in https://github.com/immich-app/immich/pull/14233
- fix(server): remove unnecessary guc settings for vector search by @mertalev in https://github.com/immich-app/immich/pull/14237
- fix: parse quota claim as a number by @danieldietzler in https://github.com/immich-app/immich/pull/14178
📚 Documentation
- chore(docs): Encode db dump in UTF-8 without BOM for Windows by @amorphobia in https://github.com/immich-app/immich/pull/13775
- docs: Update TrueNAS docs for TrueNAS SCALE 24.10 by @NicholasFlamy in https://github.com/immich-app/immich/pull/14067
- docs: get asset owner by ID from the database by @mmomjian in https://github.com/immich-app/immich/pull/14174
- docs: backup only selected photos by @shivanshs9 in https://github.com/immich-app/immich/pull/14225
New Contributors
- @amorphobia made their first contribution in https://github.com/immich-app/immich/pull/13775
- @p2kmgcl made their first contribution in https://github.com/immich-app/immich/pull/14119
- @johnstef99 made their first contribution in https://github.com/immich-app/immich/pull/14104
- @duckimann made their first contribution in https://github.com/immich-app/immich/pull/13983
- @IMBeniamin made their first contribution in https://github.com/immich-app/immich/pull/14156
- @weathondev made their first contribution in https://github.com/immich-app/immich/pull/14125
- @bdavis2-PCTY made their first contribution in https://github.com/immich-app/immich/pull/14217
Full Changelog: https://github.com/immich-app/immich/compare/v1.120.2...v1.121.0
1、 app-arm64-v8a-release.apk 39.38MB
2、 app-armeabi-v7a-release.apk 35.02MB
3、 app-release.apk 113.31MB
4、 app-x86_64-release.apk 41.17MB
5、 docker-compose.yml 3.25KB
6、 example.env 933B
7、 hwaccel.ml.yml 1.16KB
8、 hwaccel.transcoding.yml 1.61KB
9、 prometheus.yml 260B