Releases: immich-app/immich
v1.113.1
v1.113.1
Hotfixes
This release fixes some bugs introduced in version v1.113.0 and added some enhancements to the new Folders and Tags feature
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
🌟 Enhancements
- feat(web): tag button in album/shared album by @alextran1502 in #12172
- feat(web): load original panorama image when zoomed in to 75% or above by @TapuCosmo in #12222
- feat(web): shared breadcrumbs component for folders and tags by @ben-basten in #12215
🐛 Bug fixes
- fix(web): memory view in timeline href by @alextran1502 in #12158
- fix(web): unable to scroll timeline after using gesture by @kaziu687 in #12163
- fix(web): hide tree view text overflow with ellipsis by @ben-basten in #12161
- fix: keyword parsing by @jrasm91 in #12164
- fix(web): avoid deleting empty album unexpectedly by @michelheusschen in #12175
- fix(server): remove offline assets from trash by @etnoy in #12199
- fix(server): get assetFiles when retrieving assets WithoutProperty.THUMBNAIL by @mPyKen in #12225
- fix(mobile): Android back gesture closes app by @imondrag in #12221
- fix(web): auto grow area extend when there is no content by @alextran1502 in #12197
- fix(mobile): set SSL options properly in background backup process (#11870) by @yjiang-c in #12206
- fix: hide scrollbar when the asset grid is empty by @martabal in #12217
- fix(server): remove thumbnailAt in asset_job_status for missing thumbnails by @mPyKen in #12254
📚 Documentation
- docs(project): lightroom project by @bmachek in #12149
- docs: update google oauth examples by @malavolti in #12162
- docs: fixing example docker compose by @Biepa in #12230
New Contributors
- @bmachek made their first contribution in #12149
- @malavolti made their first contribution in #12162
- @Qhilm made their first contribution in #12178
- @niklasfi made their first contribution in #12180
- @imondrag made their first contribution in #12221
- @Biepa made their first contribution in #12230
Full Changelog: https://github.com/immich-app/immich/compare/v1.113.0...
v1.113.0
v1.113.0
Warning
Breaking changes
For OAuth users, please replace app.immich:/
with app.immich:///oauth-callback
for the Redirect URI in your OAuth provider settings
Highlights
Welcome to release v1.113.0
of Immich! This is one of the biggest releases yet, introducing some of the most requested features since the early days of Immich. Let's dive right into what we have in place for this release:
- Folder view
- Tags
- Timeline improvements
- Library refresh stability
- Mobile album sync
Folder view
You can now browse your photos and videos by folder like in a file explorer. You can use the storage template migration feature for the best experience with uploaded assets in this view.
This feature is especially useful for scanned photos, which are difficult to put in a timeline. It has been a long-requested feature.
You can enable this feature from the Users Settings > Features > Folders
.
The UI is currently only available for the web; mobile will come in a subsequent release.
Tags
Immich now supports hierarchical tags, with the ability to read existing tags from the TagList
and Keywords
exif properties. Any changes to tags made through Immich are also written back to a sidecar file. You can re-run the metadata extraction jobs for all assets to import your existing tags.
You can enable this feature from the Users Settings > Features > Tags
.
The UI is currently only available for the web; mobile will come in a subsequent release.
tag-operations-1.mp4
Timeline improvements
This release introduces a rewrite of the web timeline component. It can now handle a large number of assets in a single day or month and has been successfully tested with a very large data set (over a million assets). Photographers frequently request this since they can easily take thousands of photos in a given day.
With these performance improvements, you'll see fewer placeholders while loading, which will make for a more fluid scrolling and scrubbing experience.
Library refresh stability
In relation to the previous point, the stability of library scanning has improved. Previously, you could run out of memory when starting a refresh with libraries containing millions of assets. Now, we queue the refresh jobs in batches. These enhancements won't make scanning go any faster, but they greatly reduce the likelihood of out-of-memory errors that would cause Immich to crash.
Mobile album sync
You can now sync or mirror an album from your phone to the Immich server on your account. For example, if you select Recents
, Camera
and Videos
album for backup, the corresponding album with the same name will be created on the server. Once the assets from those albums are uploaded, they will be put into the target albums automatically.
You can enable this feature from the album selection in the backup screen.
For existing installations, you can sync the already uploaded assets by going to the backup screen and pressing the Sync
button.
Have a wonderful weekend,
Cheers!
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
🚨 Breaking Changes
- feat(server): granular permissions for api keys by @jrasm91 in #11824
- refactor(server): stacks by @jrasm91 in #11453
- fix(server): album statistics endpoint by @jrasm91 in #11924
- fix: remove
asset.resized
by @jrasm91 in #11983 - fix(mobile): use a valid OAuth callback URL by @qrkourier in #10832
🚀 Features
- feat: folder view by @davidakerr in #11880
- feat(web): Scroll to asset in gridview; increase gridview perf; reduce memory; scrollbar ticks in fixed position by @midzelis in #10646
- feat: loading screen, initSDK on bootstrap, fix FOUC for theme by @midzelis in #10350
- feat(mobile): preserve mobile album info on upload by @alextran1502 in #11965
- feat: tags by @jrasm91 in #11980
- feat(web): jump to timeline by @alextran1502 in #12117
🌟 Enhancements
- feat(server): do not automatically download android motion videos by @jrasm91 in #11774
- feat(web): pasting coordinates by @michelheusschen in #11866
- feat(web): drag and drop or paste directories for upload by @simkli in #11879
- feat(web): Left hand navigation for memories by @carlesalbasboix in #11913
- feat(web): my immich shortcut by @danieldietzler in #12007
- fix(web): show a clearer confirmation message when deleting an unnamed album by @Snowknight26 in #11988
- feat(format): nrw format by @avsm in #12048
- feat(web): restore scroll position on navigating back to search page by @alextran1502 in #12042
- feat(server): Storage template support album condition by @feyst in #12000
- fix(mobile): Changes in the UI for the image editor pages by @Yuvi-raj-P in #12018
- feat(web): announce notifications to screen readers by @ben-basten in #12071
- fix(server): don't crash when refreshing large libraries by @etnoy in #7934
- feat(server): sort images in duplicate groups by date by @GeoffreyFrogeye in #12094
- feat(ml): support dynamic scaling by @rkojedzinszky in #12065
- feat(web): navigate assets with gestures (next/prev) by @kaziu687 in #11888
- fix(mobile): allow create empty non-shared albums, add proper button colors by @src52 in #12103
- feat: user's features preferences by @alextran1502 in #12099
- chore(server): log path when generating external thumbnail by @etnoy in #12107
🐛 Bug fixes
- fix(web): focus trap inside portal by @michelheusschen in #11797
- fix(mobile): show correct notification icon for android by @karthikraja001 in #11863
- fix(web): show camera make in search options after searching by @michelheusschen in #11884
- fix(web): correctly populate the camera model search dropdown by @Snowknight26 in #11883
- fix(server): create shared album from the mobile app does not trigger send email invite by @alextran1502 in #11911
- fix(server): do not match live photos across libraries by @jrasm91 in #11952
- fix(web): rating stars accessibility by @ben-basten in #11966
- fix(mobile): Fix for incorrectly naming edited files and structure change by @Yuvi-raj-P in #11741
- fix: align camera model drop down behavior with other drop downs on web and mobile by @x24git in #11951
- fix(web): announce current theme to screen reader users by @ben-basten in #12039
- fix(web): show supporter badge for account less than 14 days by @alextran1502 in #12058
- fix(web): shared link expiration date accessibility by @ben-basten in #12060
- chore(web): ignore shortcut toggle when entering email and password by @alextran1502 in #12082
- chore(web): ensure goto is awaited for login page by @alextran1502 in #12087
- fix(server): ensure new exclusion patterns work by @etnoy in #12102
- fix(server): skip smtp validation if unchanged by @michelheusschen in #12111
- fix(mobile): long waiting time for login request when server is unreachable by @alextran1502 in https...
v1.112.1
v1.112.1
Hotfixes
- Fixed entering backup screen always shows the permission prompt on Android
- Fixed the
Load original image
mechanism.
Include the v1.112.0
release note below for your convenience
Highlights
Welcome to the release of v1.112.0
of Immich. This release packs with new UI features and enhancements, and many bugs are getting squashed. We hope you enjoy this release. Some of the key highlights include:
- Material color theming for the mobile app
- Open in map view on the web
- Star rating
- Screen stays on and auto darkens when performing a long session of foreground upload
- Notable fix: Uploading assets from iCloud causing the iOS mobile app to crash
- Notable fix: Photos and videos belonging to a person are now all displayed in the person's view on the mobile app
Material color theming for the mobile app
The app has had a makeover to prepare for the new school year. You can now choose a different primary color in the app, and the new color will be applied across the app's elements. There are a variety of minor tweaks in UI elements to make the app appear more consistent and aesthetically pleasing.
Open in map view on the web
You can now navigate to the map directly from the asset's detail panel by clicking on the map icon at the top right corner of the minimap.
Star rating
As one of the most commonly used pieces of information for photographers, the star rating information in EXIF will now be included in the extracted data. You can run the extract metadata job for all to populate this information in your instance.
Enabling this feature in User Settings > App Settings > Star Rating
lets you view and set the star rating information in the detail panel.
The edited information will be saved in the companion sidecar XMP file.
Always-on screen for foreground upload
When entering the backup screen and running foreground backup, the screen will now stay on and automatically darken after 30 seconds.
New search models
Immich now supports a set of newer models with very competitive performance.
Higher MACs implies the model is slower and vice versa.
A special mention goes to ViT-B-16-SigLIP__webli
, which outperforms several much larger ViT-L models despite being the same size as the default model. However, it is a bit slower than the default. At the same size, ViT-B-16-SigLIP-384__webli
is among the best models period, at the cost of being much slower than other models of its size. It's ideal for memory-constrained environments that still want the best quality.
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
🐛 Bug fixes
- fix(mobile): load original by @alextran1502 in #11786
- fix(mobile): android always prompts permission when accessing backup page by @alextran1502 in #11790
📚 Documentation
- chore(docs): Encode db dump in UTF-8 for windows by @thariq-shanavas in #11787
Full Changelog: v1.112.0...v1.112.1
v1.112.0
v1.112.0
Highlights
Welcome to the release of v1.112.0
of Immich. This release packs with new UI features and enhancements, and many bugs are getting squashed. We hope you enjoy this release. Some of the key highlights include:
- Material color theming for the mobile app
- Open in map view on the web
- Star rating
- Screen stays on and auto darkens when performing a long session of foreground upload
- Notable fix: Uploading assets from iCloud causing the iOS mobile app to crash
- Notable fix: Photos and videos belonging to a person are now all displayed in the person's view on the mobile app
Material color theming for the mobile app
The app has had a makeover to prepare for the new school year. You can now choose a different primary color in the app, and the new color will be applied across the app's elements. There are a variety of minor tweaks in UI elements to make the app appear more consistent and aesthetically pleasing.
Open in map view on the web
You can now navigate to the map directly from the asset's detail panel by clicking on the map icon at the top right corner of the minimap.
Star rating
As one of the most commonly used pieces of information for photographers, the star rating information in EXIF will now be included in the extracted data. You can run the extract metadata job for all to populate this information in your instance.
Enabling this feature in User Settings > App Settings > Star Rating
lets you view and set the star rating information in the detail panel.
The edited information will be saved in the companion sidecar XMP file.
Always-on screen for foreground upload
When entering the backup screen and running foreground backup, the screen will now stay on and automatically darken after 30 seconds.
New search models
Immich now supports a set of newer models with very competitive performance.
Higher MACs implies the model is slower and vice versa.
A special mention goes to ViT-B-16-SigLIP__webli
, which outperforms several much larger ViT-L models despite being the same size as the default model. However, it is a bit slower than the default. At the same size, ViT-B-16-SigLIP-384__webli
is among the best models period, at the cost of being much slower than other models of its size. It's ideal for memory-constrained environments that still want the best quality.
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(server): search unknown place by @jforseth210 in #10866
- feat(web): open in map view by @jrasm91 in #11592
- feat(mobile): add support for material themes by @pruthvi-21 in #11560
- feat(mobile): enable wakelock on backup page by @Saschl in #11621
- feat(mobile): darken screen on backup page by @Saschl in #11623
- feat(web): add Exif-Rating by @stumpigit in #11580
- feat(web): add privacy step in the onboarding by @martabal in #11359
- feat(web): image editor - panel and cropping by @ilyaChuk in #11074
🌟 Enhancements
- feat(ml): add more search models by @mertalev in #11468
- feat(web): Add stacking option to deduplication utilities by @i-am-a-teapot in #11114
- chore(server): support pgvecto.rs 0.3.0 by @mertalev in #11624
- feat: change web asset detail map to zoom level 12.5 by @zackpollard in #11643
- feat(web): improve group-tab accessibility by @michelheusschen in #11647
- feat(web): improve shared link management on mobile by @michelheusschen in #11720
🐛 Bug fixes
- fix: make HTML valid by @benmccann in #11465
- fix(mobile): Crop presets break crop rectangle #11462 by @Yuvi-raj-P in #11467
- fix(server): external domain url validation by @martyfuhry in #11493
- fix(web): websocket over ipv6 by @michelheusschen in #11508
- fix(web): correctly format future timeline dates by @michelheusschen in #11506
- fix(web): prevent change-location suggestion race-condition by @oidq in #11523
- fix(mobile): Naming fix for the edited file by @Yuvi-raj-P in #11503
- fix(mobile): autofill by @alextran1502 in #11591
- refactor(server): startup checks for vector extension by @mertalev in #11559
- fix(web): slideshow on iphone by @michelheusschen in #11599
- chore(server): remove get person asset limit by @alextran1502 in #11597
- fix(server): video duration extraction by @michelheusschen in #11610
- fix(server): handle numeric 'Image Description' and 'Description' values by @jo-gross in #11636
- fix(mobile): iOS crashing when download iCloud content by @alextran1502 in #11639
- fix(server): avoid transcoding thumbnail streams by @mincrmatt12 in #11603
- fix(web): keep album description in sync by @michelheusschen in #11652
- fix(server): use luxon for maxdate validator by @michelheusschen in #11651
- chore(mobile): refactor detail panel by @alextran1502 in #11662
- fix(mobile): incorrect remove action from the album assets detail view by @alextran1502 in #11671
- fix(web): asset viewer dynamic size by @michelheusschen in #11697
- fix(web): use fallback image if shared asset isn't resized by @michelheusschen in #11704
- fix(web): hide import json button when using config file by @michelheusschen in #11714
- fix(web): detail panel out of sync when reopening by @michelheusschen in #11713
- fix(web): single row of items by @michelheusschen in #11729
- fix(server): follow symlinks when zipping assets by @C-Otto in #11685
- fix(web): fallback aperture info when there is no locale set by @alextran1502 in #11770
- fix(ml): pydantic dep causes starting up issue by @alextran1502 in #11773
📚 Documentation
- Add Immich Distribution to Community Projects page by @nsg in #11576
- feat(docs): privacy policy by @alextran1502 in #11535
- chore: more cursed knowledge by @jrasm91 in #11630
- chore: more cursed knowledge by @jrasm91 in #11631
- docs: how to decrease Redis logs by @mmomjian in #11638
- fix(docs): update documentation by @C-Otto in #11655
- chore: add warning to media location env var by @bo0tzz in #11665
- docs: Update docs + example.env for DB_PASSWORD by @mmomjian in #11678
- docs: update custom map style guide by @pcouy in #11350
🌐 Translations
- feat(web): more languages by @jrasm91 in #11488
- chore(web): update translations by @weblate in #11458
- chore(web): update translations by @weblate in #11533
New Contributors
v1.111.0
v1.111.0
Highlights
Welcome to release v1.111.0
of Immich; this release focuses on UI enhancement, accessibility, and refactoring and adds a new editor feature to the mobile app, which includes photo rotation and cropping. We hope you like it. Some of the key highlights include:
- Photo editor on the mobile app
- Notable fix: Random logout on the mobile app when the connection between the app and server is unstable.
Rotating and cropping on the mobile app
Thanks to @Yuvi-raj-P, we can rotate and crop a photo on the mobile app. The edited new file will be created, which can be selected for upload to the Immich server or for sharing with others.
This is the first round of implementation of this feature, let's us know your feedback and how do you want this to be improved.
Edit option is added to the bottom bar | Edit mode (Crop/Rotate) |
---|---|
Cropping | End result |
---|---|
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
🗄️ Server
- chore(server): clean mail-templates and add tailwind style by @hitech95 in #11296
- chore(server): email template minor styling by @alextran1502 in #11387
- feat(server): significantly improve Australian reverse geocoding accuracy by @lhjt in #11370
- fix(server): use fqdn for og:image meta tag value by @eleith in #11082
- feat(server): reverse geocoding endpoint by @jrasm91 in #11430
- fix(server): correct person birth date across timezones by @michelheusschen in #11369
📱 Mobile
- chore(deps): update dependency flutter to v3.22.3 by @renovate in #11301
- fix(mobile): search filter translation + fixes by @waclaw66 in #11141
- feat(mobile): adds crop and rotate to mobile by @Yuvi-raj-P in #10989
- fix(mobile): client TLS on ios by @alextran1502 in #11415
- chore(mobile): Add text to bottom gallery bar by @alextran1502 in #11417
- fix(mobile): mobile logging out randomly by @alextran1502 in #11431
- chores(mobile): Translations update by @alextran1502 in #11454
🖥️ Web
- fix(web): buy immich translations by @michelheusschen in #11379
- fix(web): easier alt text translation for other languages by @ben-basten in #11124
- chore(web): improve responsiveness in Album and Shared Album pages on small devices by @ayykamp in #11055
- fix(web): responsive design when selecting assets in an album by @martabal in #11169
- feat(web): search bar keyboard accessibility by @ben-basten in #11323
- feat(web): Duplicate-Page shortcut changes by @JW-CH in #11183
- fix(web): slideshow settings title by @michelheusschen in #11396
- fix(web): translation leftovers by @waclaw66 in #11412
- chore(web): update translations by @weblate in #11365
- fix(web): avoid nesting buttons inside links by @michelheusschen in #11425
- feat(web): more localized number formatting by @michelheusschen in #11401
- fix(web): timeline group date formatting by @michelheusschen in #11392
- chore(web): update translations by @weblate in #11416
- chore(web): update translations by @weblate in #11429
📓 Documentation
🔨 Maintenance
- chore(deps): update dependency byte-size to v9 by @renovate in #11356
- chore(deps): update docker.io/redis:6.2-alpine docker digest to e3b17ba by @renovate in #11302
- chore(deps): update dependency @types/picomatch to v3 by @renovate in #11096
- chore(deps): update terraform cloudflare to v4.38.0 by @renovate in #11423
- chore(deps): update dependency node to v20.16.0 by @renovate in #11421
- docs: warning to not edit volumes in compose by @mmomjian in #11432
- chore(deps): update node.js to eb8101c by @renovate in #11436
- fix(deps): update dependency exiftool-vendored to v28.2.0 by @renovate in #11439
- chore(deps): update dependency exiftool-vendored to v28 by @renovate in #11440
- chore(deps): update base-image to v20240730 (major) by @renovate in #11447
Other changes
- chore(mobile): post release task by @alextran1502 in #11382
- chore: bump vitest to 1.6.0 by @etnoy in #11386
- fix(server): make vitest pick up edited files by @etnoy in #11385
- chore(server): make vite-tsconfig-paths a dev dependency instead by @etnoy in #11404
New Contributors
- @ayykamp made their first contribution in #11055
- @Yuvi-raj-P made their first contribution in #10989
- @lhjt made their first contribution in #11370
- @eleith made their first contribution in #11082
Full Changelog: https://github.com/immich-app/immich/compare/v1.110.0...
v1.110.0 - 40_000 stars release
v1.110.0 - 40_000 stars release
Hello, Alex here. I want to thank you all again for your feedback and support. I found a design I made in April 2022 to show off the achievement to my family of getting 1000 stars on GitHub when Immich was still a baby. Now, the project has grown to join the big boy club. Thank you for all the stars and love that you sent us. We are forever grateful.
I hope this release helps clarify our intentions and mission surrounding the financial support for Immich and open-source software in general. We could not have come back with a better solution without you.
If you are interested in watching, here is a video from FUTO addressing many topics and concerns that have been discussed over the past week. I hope you like it and find it informative. Youtube
Warning
If you use CUDA for machine learning, the minimum NVIDIA driver version is now 545 from 535.
Highlights
Welcome to release v1.110.0
of Immich. This release addresses the wording change in our introduction of a way to purchase Immich, as well as many bug fixes and enhancements. Some of the highlights include
- Migration to Immich hosted map tile server
- Wording changes to purchase mechanism.
- Claiming product keys mechanism for past financial donors of the project.
- TLS client certificate for the mobile app.
New Immich-Hosted Maps
Previously, our maps were hosted by a third-party provider; however, going forward, that will no longer be the case. We are now hosting the map tiles ourselves at tiles.immich.cloud, and therefore your web or mobile client will no longer reach out to other third parties when browsing the map! This change should be pretty transparent, or if anything hopefully feel faster, however if you do experience problems with the map after this release, please reach out to us on Discord or GitHub!
Wording and minor changes to the purchase mechanism.
As mentioned in our follow-up announcement about the wording changes for the purchase mechanism, we made changes to the following items:
- The
licensed
orunlicensed
word will now be called "The-Words-Which-Must-Not-Be-Named" in Immich's world 😂 - Replaced
"The-Words-Which-Must-Not-Be-Named"
indication with a Buy button. - The buy button will only show when the account age is older than 14 days.
- Added options to allow users to hide the Buy button for 30 days or indefinitely. If you hide the button indefinitely and later change your mind, you can find the option to buy Immich directly under
User Settings > Purchase Settings
- Added more information to clarify our mission and intentions.
- Replaced the
"The-Words-Which-Must-Not-Be-Named"
badge with a supporter badge. - Added option to hide the supporter badge.
Hide buy button options
Supporter badge
Give it a hover for extra shininess!
Hide supporter badge options
After activation
User settings
Claiming a product key
For the past financial donors of the project, you can claim your product keys from https://buy.immich.app/claim using your GitHub credentials.
Thank you for your support.
TLS client certificate for the mobile app
With @yjiang-c's contribution, you can now add a custom TLS certificate on the mobile app if your networking is configured to accept one.
immich_demo.mp4
Better OpenVINO support
OpenVINO is now faster and works for a wider range of hardware. Previously, it was common for it to fail for either face detection or smart search depending on hardware. Since this involved making changes in the models, if you're using OpenVINO, please delete your model cache volume so it downloads the updated models. You only need to do this if you're using OpenVINO.
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
🗄️ Server
- fix(server): static mail attachment extension by @danieldietzler in #11254
- feat(server): accepted video containers by @mertalev in #11274
- fix(server): exif description whitespace handling by @michelheusschen in #11249
- fix(server): correct openapi response type for getServerLicense() by @michelheusschen in #11261
- fix(server): DateTimeOriginal overwrite issue with sidecar file by @michelheusschen in #11306
- fix(deps): exiftool-vendored by @jrasm91 in #11338
- feat: people infinite scroll by @michelheusschen in #11326
- feat(server): Allow activating non-admin user with server license by @stephen304 in #11206
📱 Mobile
- feat(mobile): remove asset from album in gallery view by @fyfrey in #11184
- fix(mobile): negative coordinate input by @michelheusschen in #11292
- fix(mobile): native share functionality on iPad by @Saschl in #11294
- feat(mobile): Adding setting in mobile app to TLS client certificate by @yjiang-c in #10860
🖥️ Web
- fix(web): use fixed position for download and upload panel by @michelheusschen in #11279
- feat(web): coordinate input for asset location by @michelheusschen in #11291
- chore(web): update translations by @weblate in #11165
🧠 Machine Learning
- feat(ml): improved ARM-NN support by @fyfrey in #11233
- fix(deps): update machine-learning by @renovate in #10740
📓 Documentation
- docs: 40k stars! ⭐ by @danieldietzler in #11265
- docs: corrected container port for immich_microservices by @itsnikhil in #11170
- chore(docs): compress homepage screenshots, 10x smaller by @zackpollard in #11347
- docs: add product key to roadmap by @aviv926 in #11351
- fix: "acess" should be "access" by @imakida in #11363
- docs: Add missing info to asset types and storage locations by @aviv926 in #11358
🔨 Maintenance
- chore(deps): bump docker/setup-buildx-action from 3.4.0 to 3.5.0 by @dependabot in #11284
- chore(deps): bump docker/setup-qemu-action from 3.1.0 to 3.2.0 by @dependabot in #11283
- chore(deps): bump docker/build-push-action from 6.3.0 to 6.5.0 by @dependabot in #11282
- chore(deps): update machine-learning by @renovate in #11299
- chore(deps): update base-image to v20240723 (major) by @renovate in #11311
- chore(deps): update node by @renovate in #11300
- chore(deps): update machine-learning by @renovate in #11310
- chore(deps): update node by @renovate in #11322
- chore(deps): update redis:6.2-alpine docker digest to e3b17ba by @renovate in #11303
Other changes
- chore(docs): change some wording by @alextran1502 in #11201
- chore(mobile): post release task by @alextran1502 in #11220
- fix(mobile): changed "x jaren" to "x jaar" in dutch app translations by @JordyEGNL in #11371
New Contributors
- @itsnikhil made their first contribution in ...
v1.109.2
v1.109.2
Hotfixes
- Fixed license info panel doesn't disappear when moving the mouse outside the box.
- Fixed server not starting up on ARM devices
What's Changed
🖥️ Web
- fix(web): hide license popup after mouse leave by @michelheusschen in #11193
- fix(web): user can remove server license by @alextran1502 in #11199
🔨 Maintenance
Full Changelog: https://github.com/immich-app/immich/compare/v1.109.1...
v1.109.1
v1.109.1
Hotfixes
- Fix an issue to prevent the machine learning container from starting up
What's Changed
🗄️ Server
Other changes
New Contributors
Full Changelog: v1.109.0...v1.109.1
v1.109.0
v1.109.0
Important
Read our announcement about supporting Immich by buying a license here
Highlights
Welcome to version v1.109.0
of Immich. This release introduces an additional way for you to support Immich financially as well as bug fixes for various issues. Some of the highlights in this release include:
- Immich licenses (and https://buy.immich.app)
- "My Immich" url forwarder (https://my.immich.app)
- Notable fix: Generate thumbnail for iOS18 HEIC
- Notable fix: Generate Motion Photos for Pixel 6, 7, and 8
Immich licenses
With the announcement of Immich's licensing, you can now purchase a license to support Immich and open-source software.
In the web app, there is an information box that shows if you are a licensed or unlicensed user. You can click on the box to navigate to the purchase page or to enter the license key directly.
Unlicensed | Licensed |
---|---|
"My Immich" url forwarder (https://my.immich.app)
To help with future support, we are happy to introduce a "proxy" mechanism to help us navigate you to the exact location on your instance without knowing your instance URL.
The website prompts for your instance URL on the first visit and stores it client-side. It automatically redirects on subsequent visits, making it convenient to link to specific pages in self-hosted instances.
Below are some of the example use cases:
- Linking directly to relevant pages from the documentation site.
- Sharing the location of a particular setting in a support thread.
- Automatically activate your instance after you buy a license.
Support Immich
If you find the project helpful, you can support Immich by purchasing a license at https://buy.immich.app.
Cheers! 🍻
Immich team
What's Changed
🗄️ Server
- feat(server): userinfo signing by @jrasm91 in #10756
- feat(server): conditionally run facial recognition nightly by @mertalev in #11080
- fix: #11131 storage migration not moving archived files after template change by @zackpollard in #11139
- fix: downgrade exiftool-vendored to fix motion photo extraction by @zackpollard in #11145
- fix(server): delete large album by @jrasm91 in #11042
- feat(server): country geocoding for remote locations by @pokjay in #10950
- feat(web): license UI by @alextran1502 in #11182
📱 Mobile
- fix(mobile): fix database out of size by @alextran1502 in #11065
🖥️ Web
- fix(web): prevent text wrapping for some languages by @michelheusschen in #11009
- feat(web): change mdiClose to mdiInfinity for User Management - quota by @MickLesk in #11015
- chore(web): update translations by @weblate in #11007
- feat(web): Rename the Menu Entry "admin.map_settings" to "admin.map_gps_settings" by @MickLesk in #11033
- chore(web): use "immich-form-label" class for combobox label by @flesser in #10254
- chore: clean up change date form spacing by @jrasm91 in #11037
- refactor(web): remove buffer package by @michelheusschen in #11058
- chore(web): update translations by @weblate in #11038
- fix(web): byte units enum by @michelheusschen in #11161
- fix(web): more translations by @waclaw66 in #11167
📓 Documentation
- fix(doc): Fix broken link in Cursed Knowledge doc by @AverageHelper in #11008
- docs: fix images by @jrasm91 in #11012
- chore(docs): correct susceptible spelling by @adieltan in #11029
- fix(docs): minor grammar fix in external-library.md by @Rajdave69 in #11073
- docs: cleanup external libraries by @mmomjian in #11099
- docs: facial recognition and general clean-up by @mertalev in #11106
- docs: install script note by @mmomjian in #11122
- chore(ml): set higher worker timeout for openvino by @mertalev in #11174
🔨 Maintenance
- chore(deps): update dependency rimraf to v6 by @renovate in #11079
- chore(deps): update base-image to v20240713 (major) by @renovate in #11066
- chore(deps): update typescript-projects by @renovate in #11129
- chore(deps): update terraform cloudflare to v4.37.0 by @renovate in #11132
- chore(deps): update base-image to v20240716 (major) by @renovate in #11144
- chore(deps): update base-image to v20240717 (major) by @renovate in #11172
Other changes
- chore(mobile): post release task by @alextran1502 in #11006
- chore(docs): update German Readme (README_de_DE.md) by @MickLesk in #11035
- chore: Update feature-request.yaml by @bo0tzz in #11150
New Contributors
- @AverageHelper made their first contribution in #11008
- @MickLesk made their first contribution in #11015
- @adieltan made their first contribution in #11029
- @flesser made their first contribution in #10254
- @Rajdave69 made their first contribution in #11073
- @pokjay made their first contribution in #10950
Full Changelog: v1.108.0...v1.109.0
v1.108.0
v1.108.0
Caution
This release includes a security update for Node.js. While we don't think these CVEs affect Immich, we strongly recommend you update. For more details, see https://nodejs.org/en/blog/vulnerability/july-2024-security-releases.
Highlights
Welcome to release v1.108.0
of Immich. This release focuses on bug fixes and improvements across the app. We added a fun section of things we learned when working on Immich. You can take a look here at the Cursed Knowledge page. Some of the highlights in this release include:
- Notable fix: Use Redis for Websocket state tracking to allow HDD to spin down when inactive
- Using queue to improve CLI processing
What's Changed
🗄️ Server
- fix(server): healthcheck by @jrasm91 in #10811
- fix(server): Postgres -> Redis websocket by @tlvince in #10801
- fix(server): face search migration sometimes failing by @mertalev in #10827
- refactor(server): notification events by @jrasm91 in #10754
- refactor(server): rename asset stack to stack by @jrasm91 in #10828
- refactor(server): bulk interface by @jrasm91 in #10889
- refactor(server): remove has asset by @jrasm91 in #10891
- refactor(server): stack owner by @jrasm91 in #10900
- fix(server): do not try to upgrade to an older version by @jrasm91 in #10903
- refactor(server): use .toSorted by @jrasm91 in #10904
- fix(server): reset-admin-password command by @michelheusschen in #10939
- refactor(server): build resources by @jrasm91 in #10958
- refactor(server): partner search dto by @jrasm91 in #10902
- fix(server): wrong video rotation with QSV and RKMPP decoding by @apeman76 in #10905
- fix(server): avoid server error for invalid email data type by @michelheusschen in #10978
- fix(server): skip smtp validation when there are no changes by @michelheusschen in #10991
- chore(server): remove unused code by @jrasm91 in #10999
📱 Mobile
- fix(mobile): exposure time display by @waclaw66 in #10842
- chore(mobile): separate build flavors by @alextran1502 in #10872
- fix(mobile): search picker overflow by @alextran1502 in #10870
🖥️ Web
- chore(web): remove unnused property by @jrasm91 in #10820
- fix(web): delete library by @jrasm91 in #10822
- chore(web): update translations by @weblate in #10795
- chore: remove unused snowburst one font by @michelheusschen in #10863
- fix(web): user profile translation by @waclaw66 in #10851
- feat(web): use browser language by default by @michelheusschen in #10849
- fix(web): duplicate thumbnail cover full width by @michelheusschen in #10880
- chore(web): remove unused s function by @michelheusschen in #10878
- refactor(web): use derived instead of get(t) by @michelheusschen in #10884
- fix(web): download archive for public user by @michelheusschen in #10877
- chore(web): update translations by @weblate in #10831
- chore: add az language by @jrasm91 in #10890
- fix(web): external library disk usage unit by @michelheusschen in #10935
- chore(web): translate alt text by @ben-basten in #10922
- refactor(web): focus trap by @michelheusschen in #10915
- refactor(web): show & hide people by @michelheusschen in #10933
- chore(web): update translations by @weblate in #10896
- feat(web): improve show & hide people accessibility by @michelheusschen in #10954
- refactor(web): use callbacks for admin setting events by @michelheusschen in #10997
- feat(web): render component in notifications by @michelheusschen in #10990
- chore(web): update translations by @weblate in #10961
🧠 Machine Learning
⚡ CLI
📓 Documentation
🔨 Maintenance
- chore(deps): bump docker/build-push-action from 6.2.0 to 6.3.0 by @dependabot in #10805
- chore(deps): update base-image to v20240702 (major) by @renovate in #10821
- chore(deps): bump docker/setup-qemu-action from 3.0.0 to 3.1.0 by @dependabot in #10844
- chore(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 by @dependabot in #10843
- chore(deps): update dependency prettier-plugin-organize-imports to v4 by @renovate in #10930
- chore(deps): update typescript-projects by @renovate in #10962
- chore(deps): update dependency node to v20.15.1 by @renovate in #10969
- chore(deps): update base-image to v20240709 (major) by @renovate in #10956
- chore(deps): update base-image to v20240710 (major) by @renovate in #10995
- chore(deps): update typescript-projects by @renovate in #10975
- chore(deps): update node by @renovate in #10996
- chore(deps): update prom/prometheus docker digest to f20d312 by @renovate in #10998
Other changes
- feat: update dutch translations by @JordyEGNL in #10897
- chore: pin specific node version in .nvmrc by @zackpollard in #10973
- chore(mobile): update photo_manager dep by @alextran1502 in #10965
- fix(mobile): crash when navigate between large video files by @alextran1502 in #11002
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.107.2...