Immich - Package Updates
-
[1.15.1]
- Update Immich to 1.54.0
- Full changelog
- feat(web): allow admin to update email of users by @michelheusschen in #2189
- fix(web): search page navigation and asset select by @michelheusschen in #2191
- refactor(web): centralize buttons by @michelheusschen in #2200
- feat(web): add justify layout for GalleryViewer by @alextran1502 in #2207
- fix(web): show OAuth login button when disabled by @alextran1502 in #2219
- feat(server/web): Implement Archive by @brighteyed in #2225
- feat(web): More responsive web frontend by @faupau03 in #2245
- feat(web): Allow closing modals with Escape key by @bo0tzz in #2257
- fix(web): fix search 400 error when only entering m: by @faupau03 in #2261
- feat(web): small responsivness improvements regarding mobile use by @faupau03 in #2255
- fix(web): show noscript message when js not enabled by @faupau03 in #2274
- fix(web): accountinfopanel not closing on button press by @faupau03 in #2276
- feat(web): smaller thumbnail in explore so at least 2 photos are in a row by @faupau03 in #2277
- fix(web): noscript message by @michelheusschen in #2278
- fix(web): empty album is not auto deleted by @alextran1502 in #2283
- feat(server): improve validation of albums by @michelheusschen in #2188
- chore(server): redis error handling by @samip5 in #2212
- fix(server): expand tests and add avi, mov to mime types by @samip5 in #2213
- chore(server): remove unneeded debug logging by @samip5 in #2203
- chore(server): update openapi dependencies by @michelheusschen in #2205
- fix(server): cannot delete an asset if presented in album(s) by @alextran1502 in #2223
- feat(server): add originalFileName to asset table by @alextran1502 in #2231
- chore(server): better logging for error messages by @alextran1502 in #2230
- fix(server): jobs using stale path by @alextran1502 in #2233
- fix(server): generate thumbnail job uses stale path by @alextran1502 in #2236
- feat(server/web/mobile): Add description mechanism by @alextran1502 in #2237
-
[1.15.2]
- Update Immich to 1.54.1
- Full changelog
- Add a button to archive and unarchive an asset in the detail view.
- Add action buttons to the search result page.
- Fixed justified layout in the gallery view.
- Show a smaller thumbnail size on the mobile view of the web.
-
[1.16.0]
- Update Immich to 1.55.0
- Full changelog
- fix(web): correct color sidebar button when selected in dark mode by @alextran1502 in #2322
- feat(web): PWA integration add apple icons and manifest file by @faupau03 in #2310
- feat(web, server): manage authorized devices by @jrasm91 in #2329
- fix(web): asset viewer navbar overlapping with details tab and context menu not closing on button press (except in album viewer) by @faupau03 in #2323
- chore(web): organize user settings by @jrasm91 in #2340
- feat(web): Global map showing all assets with geo information by @matthinc in #2355
- fix(web): timeline distortion when scrolling due to rerender of scrollbar bucket and thumbnail size by @alextran1502 in #2398
- feat(web): improve map styling and interaction by @alextran1502 in #2399
- fix(server): use current schema for search/explore by @jrasm91 in #2331
- fix(server): oauth mobile callback url by @jrasm91 in #2339
- chore(server,mobile): remove device info entity by @jrasm91 in #1527
- ci(server): simplify server npm steps by @jrasm91 in #2352
- feat(server): add api key to openapi spec by @michelheusschen in #2362
- fix(server): pump local-reverse-geocoder to 0.15.2 / Fix Corrupted Reverse Geocoding CSV File by @sakowicz in #2396
- chore(server): standardize process method names by @jrasm91 in #2363
-
[1.18.0]
- Update Immich to 1.56.1
- Full changelog
- Not showing archive items when viewing a person's assets
- Only return 1000 assets for each face to avoid crashing the browser - optimization coming soon.
- Facial Recognition
- Partner Sharing
- Mobile App Lazy Loading
- Logout all devices with a single click
-
[1.20.0]
- Update Immich to 1.58.0
- Full changelog
- Use node 18.16.0 to fix fs.promise usage
- Add missing machine-learning dependencies
- The server and the mobile app must be on the same version (v1.58.0) for the Partner sharing feature on the mobile app to work correctly.
- Map filtering
- You can now view your Partner’s assets on the mobile app and also manage your Partner’s accessibility to your timeline on the mobile app.
- Immich’s server can now understand XMP Sidecars files.
- We added support for client-side hashing in preparation for the improved upload process across the clients.
- We improved the stability of the server when handling a large amount of new incoming assets by managing the queues better.
-
[1.21.0]
- Update Immich to 1.59.1
- Full changelog
- Fixed issue with cannot access the Explore page due to mismatch in Typesense data
- The mobile app and the server has to be on the same version (v1.59.0) for the app to work correctly.
- In this release, we added scroll to zoom ability to the asset viewer, made minor improvements to the web UI, and fixed some bugs we introduced in the last release.
-
[1.22.0]
- Update Immich to 1.60.0
- Full changelog
- Added mechanism to dynamically change the job concurrency
- Remove the object detection mechanism since the results are poor and not very useful at the moment. However, we are still keeping the Image Classification.
-
[1.25.0]
- Update Immich to 1.63.2
- Full changelog
- feat(web): add zoom toggle icon by @mtaberna in #2873
- feat(web): Add album sorting to albums view by @klejejs in #2861
- feat(web): custom drop down button by @alextran1502 in #2887
- feat(web): add album to search result by @alextran1502 in #2900
- feat(web): Add keyboard event support to memory view by @klejejs in #2890
- fix(web): redirect to parent folder if asset viewer was open before reloading by @Sophtli in #2863
- fix(web): Mov files should show up in file picker. by @samip5 in #2886
- fix(web): keep video volume by @faupau03 in #2897
- fix(web): memory pause autoplay when scrolling down by @alextran1502 in #2923
- feat(server): Add support for many missing raw formats by @elliotclee in #2834
- feat(server): JPEG XL by @uhthomas in #2893
- feat(server): M2TS by @uhthomas in #2896
- feat(server): support for read-only assets and importing existing items in the filesystem by @alex-phillips in #2715
- fix(server): use HTTP status OK instead of CREATED for assets by @uhthomas in #2876
- fix(server): Fix person's assets retrieval order by @alextran1502 in #2920
- fix(server): transform isReadOnly DTO to boolean by @alextran1502 in #2912
- chore(server): remove openapi assertion for dart by @alextran1502 in #2916
- chore(server): Improve moveAsset log by @alextran1502 in #2878
- chore(server): patch dart openapi assertion by @alextran1502 in #2914
- chore(server): add Canon CR3 mime type by @416c616e in #2922
- refactor(server, web): create shared link by @jrasm91 in #2879
- Shared link with expiration creation time error.
- Support DNG file
-
[1.26.0]
- Update Immich to 1.64.0
- Full changelog
- Fixed issue with video progress bar interfering with action buttons and the seek mechanism - Thanks, @brighteyed, for the phenomenon fix for this.
- Guard against missing EXIF information on the Android version due to a lack of proper permission check
- Minor fixes for some raw file's acceptance criteria.
- Add more logs on mobile to help debugging some outstanding issues
-
[1.27.0]
- Update Immich to 1.65.0
- Full changelog
- feat(server): Add camera make and model to search criteria by @alextran1502 in #2982
- refactor(server): access permissions by @jrasm91 in #2910
- fix(server): add missing avi mime types and add tests by @uhthomas in #3001
- chore(server): check file extension for XMP instead of mimetype by @alex-phillips in #2990
- fix(server): empty tag responses should be considered valid by @mertalev in #2993
- chore(server): Image description disappears after toggle favorite by @KeszeiTheOne in #3009
- fix(server): live photos not playing in shared links/albums by @jrasm91 in #3008
- fix(server): use private cache by @uhthomas in #3017
- chore(server): add CLI tool to the server image by @ddshd in #2999
- chore(web): Only show Copy button in HTTPS context by @alextran1502 in #2983
- fix(web): Add m: to search query upon loading results. by @aero31aero in #2954
- fix(web): aspect ratio for photos with Rotate 270 CW orientation by @brighteyed in #3003
- fix(web): persist info by @martabal in #3013
- fix(web): aspect ratio for videos with 90 CW and 270 CW orientation by @brighteyed in #3023
- fix(web): Share link multi-select download icon showing when not available #3006 by @faupau03 in #3027
- Fix(web): drag n drop shared link by @faupau03 in #3030
- fix(ml): setting different clip by @mertalev in #2987
- fix(ml): clear model cache on load error by @mertalev in #2951
-
[1.28.0]
- Update Immich to 1.66.1
- Full changelog
- Choose a new feature photo for a person
- Shift-key selection on the web timeline
- fix(server): read file permission checks by @jrasm91 in #3046
- fix(server): fix more vector search results being returned than intended by @mertalev in #3042
- fix(server): h264 and hevc not respecting max bitrate by @mertalev in #3052
- fix(server): h264 videos failing to transcode in two-pass mode by @mertalev in #3053
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login