Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Immich
  3. Immich - Package Updates

Immich - Package Updates

Scheduled Pinned Locked Moved Immich
197 Posts 8 Posters 53.1k Views 10 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • girishG Offline
    girishG Offline
    girish
    Staff
    wrote on last edited by
    #63

    [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 Reply Last reply
    1
    • nebulonN Offline
      nebulonN Offline
      nebulon
      Staff
      wrote on last edited by
      #64

      [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 Reply Last reply
      0
      • nebulonN Offline
        nebulonN Offline
        nebulon
        Staff
        wrote on last edited by
        #65

        [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 Reply Last reply
        0
        • nebulonN Offline
          nebulonN Offline
          nebulon
          Staff
          wrote on last edited by
          #66

          [1.23.0]

          • Update Immich to 1.61.0
          • Full changelog
          • Client-side hashing on the mobile app
          • Justified layout for timeline view on the web
          • Proper support for RAW file formats
          • Memories feature on the web
          • Select-all button on all web views
          1 Reply Last reply
          0
          • nebulonN Offline
            nebulonN Offline
            nebulon
            Staff
            wrote on last edited by
            #67

            [1.24.0]

            • Update Immich to 1.62.1
            • Full changelog
            • Thumbhash on the web.
            • Easier to host the Machine Learning container on a different machine.
            1 Reply Last reply
            0
            • nebulonN Offline
              nebulonN Offline
              nebulon
              Staff
              wrote on last edited by
              #68

              [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 Reply Last reply
              0
              • nebulonN Offline
                nebulonN Offline
                nebulon
                Staff
                wrote on last edited by
                #69

                [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 Reply Last reply
                0
                • nebulonN Offline
                  nebulonN Offline
                  nebulon
                  Staff
                  wrote on last edited by
                  #70

                  [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 Reply Last reply
                  0
                  • girishG Offline
                    girishG Offline
                    girish
                    Staff
                    wrote on last edited by
                    #71

                    [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
                    1 Reply Last reply
                    0
                    • nebulonN Offline
                      nebulonN Offline
                      nebulon
                      Staff
                      wrote on last edited by
                      #72

                      [1.29.0]

                      • Update Immich to 1.67.1
                      • Full changelog
                      • Add the ability to merge similar faces
                      • Improve range selection behavior
                      • Reduce RAM usage of Machine Learning container
                      • Fix issues with the server cannot start
                      1 Reply Last reply
                      0
                      • nebulonN Offline
                        nebulonN Offline
                        nebulon
                        Staff
                        wrote on last edited by
                        #73

                        [1.29.1]

                        • Update Immich to 1.67.2
                        • Full changelog
                        • Send files with absolute urls cannot be read.
                        1 Reply Last reply
                        0
                        • girishG Offline
                          girishG Offline
                          girish
                          Staff
                          wrote on last edited by
                          #74

                          [1.30.0]

                          • Update Immich to 1.68.0
                          • Full changelog
                          • Add the ability to hide and show faces
                          • Better user interface to manage face’s name and facial recognition action
                          • Add shortcuts for common actions to photo viewer on the web
                          1 Reply Last reply
                          0
                          • girishG Offline
                            girishG Offline
                            girish
                            Staff
                            wrote on last edited by girish
                            #75

                            [1.31.0]

                            • Update Immich to 1.69.0
                            • Full changelog
                            • Add support for Motion photos on Android.
                            • Improve UI for hide and show face mechanism.
                            • Fix a bug where files with uppercase extension cannot be uploaded from the web.
                            • Fix a bug where faces after the merging process don’t get recognized in new assets.
                            1 Reply Last reply
                            0
                            • nebulonN Offline
                              nebulonN Offline
                              nebulon
                              Staff
                              wrote on last edited by
                              #76

                              [1.32.0]

                              • Update Immich to 1.70.0
                              • Full changelog
                              • The shortcut panel can be toggled using Shift + ? on the web
                              • Facial recognition job will now start from the most recent assets instead of the oldest assets, solving the issue of different babies getting recognized as the same person.
                              1 Reply Last reply
                              0
                              • girishG Offline
                                girishG Offline
                                girish
                                Staff
                                wrote on last edited by
                                #77

                                [1.33.0]

                                • Update Immich to 1.71.0
                                • Full changelog
                                • Add initial support for 360 degrees panoramas viewer on the web
                                • Merge faces suggestion based on name
                                1 Reply Last reply
                                0
                                • girishG Offline
                                  girishG Offline
                                  girish
                                  Staff
                                  wrote on last edited by
                                  #78

                                  [1.34.0]

                                  • Update Immich to 1.72.0
                                  • Full changelog
                                  • Initial support for hardware transcoding.
                                  • Manually upload assets from the mobile app.
                                  • Optimized views on the web.
                                  • Album description.
                                  1 Reply Last reply
                                  0
                                  • nebulonN Offline
                                    nebulonN Offline
                                    nebulon
                                    Staff
                                    wrote on last edited by
                                    #79

                                    [1.34.1]

                                    • Update Immich to 1.72.1
                                    • Full changelog
                                    1 Reply Last reply
                                    0
                                    • nebulonN Offline
                                      nebulonN Offline
                                      nebulon
                                      Staff
                                      wrote on last edited by
                                      #80

                                      [1.34.2]

                                      • Update Immich to 1.72.2
                                      • Full changelog
                                      • Add admin-cli command to manage the instance via webterminal
                                      1 Reply Last reply
                                      0
                                      • nebulonN Offline
                                        nebulonN Offline
                                        nebulon
                                        Staff
                                        wrote on last edited by
                                        #81

                                        [1.34.3]

                                        • Update ffmpeg to version 6
                                        1 Reply Last reply
                                        0
                                        • nebulonN Offline
                                          nebulonN Offline
                                          nebulon
                                          Staff
                                          wrote on last edited by
                                          #82

                                          [1.35.0]

                                          • Update Immich to 1.73.0
                                          • Full changelog
                                          • Optimized viewing experience for the Album page.
                                          • Added option to configure the generated thumbnail resolution.
                                          • Added option to toggle visibility of the memory reel.
                                          • Better quality for thumbnails and generated videos.
                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search