Immich - Package Updates
Pinned
Immich
-
[0.5.0]
- Update Immich to 1.26.0
- Full changelog
- Feature - Support tiff uploading by @panoti in #513
- Refactor - move constants into the shared library by @panoti in #522
- Fixed - Large file size cannot be saved to EXIF table due to incorrect data type (integer vs bigint) in the Exif table by @alextran1502 in #534
- Feature - Video player is buffered for faster startup time and reduces network usage by @panoti in #520
- Fixed - Skipping assets when navigating with the keyboard by @alextran1502 in #531
- Migrate SvelteKit to the latest version 431 by @alextran1502 in #526
- Fixed - Show the first two letter of user first and last name when profile image not existed by @alextran1502 in #532
- Feature - Implemented notification box for web by @alextran1502 in #533
- Fixed - Limit number of file upload on web by @alextran1502 in #535
- Optimization - Added error handling notification by @alextran1502 in #536
-
[0.6.0]
- Update Immich to 1.27.0
- Full changelog
- optimization(server): add asset repository and refactor asset service by @alextran1502 in #540
- fix(server): avoid loading all file content on memory by @panoti in #545
- fix(server): parse all image formats and enrich metadata by @panoti in #547
- feat(server): calculate sha1 checksum by @panoti in #525
- feat(server): generate a checksum for previously uploaded assets by @panoti in #558
- feat(server): support 3gpp format by @panoti in #582
- feat(server): de-duplication by @panoti in #557
- hotfix(server): skip EXIF extraction on duplicate file by @panoti in #590
- fix(server): change the createdAt and modifiedAt to the correct type in the database by @alextran1502 in #591
-
[0.7.0]
- Update Immich to 1.28.0
- Full changelog
- Update README.md by @godismyjudge95 in #599
- fix(mobile): remove empty translations by @bo0tzz in #620
- fix(mobile): search page crashes the app on some Android models by @alextran1502 in #610
- fix(web): add scroll bar into detail panel by @panoti in #615
- feat(web): add asset and album count info by @alextran1502 in #623
- feat(web): add web test setup by @jbaez in #597
- fix(web): stop showing version announcement on the first run of a new web instance by @alextran1502 in #609
-
[0.8.0]
- Update Immich to 1.28.1
- Full changelog
- feat(web) add all server checks to CI - fix lint issues by @jbaez in https://github.com/immich-app/immich/pull/633
- feat(web) add web UI components tests setup by @jbaez in https://github.com/immich-app/immich/pull/612
- feat(web) add web test / check commands and workflow to run in CI by @jbaez in https://github.com/immich-app/immich/pull/642
- fix(web) fix Notification components possible memory leaks by @jbaez in https://github.com/immich-app/immich/pull/650
- feat(web) add scrollbar with timeline information by @alextran1502 in https://github.com/immich-app/immich/pull/658
-
[0.8.1]
- Update Immich to 1.28.2
- Full changelog
- fix(mobile): Background backup not running in release mode by @alextran1502 in https://github.com/immich-app/immich/pull/664
- fix(server): loop on checksum generation by @panoti in https://github.com/immich-app/immich/pull/662
-
[0.8.2]
- Update Immich to 1.28.3
- Full changelog
- fix(web) incorrect shared album count by @alextran1502 in https://github.com/immich-app/immich/pull/677
-
[0.8.3]
- Update Immich to 1.28.4
- Full changelog
- Added Log level to background service (#685)
- fix(web): datetime display and add TZ into environment by @panoti in #618
- fix(server): remove album thumbnail when the asset is deleted from the database by @alextran1502 in #681
- fix(server): harden inserting process, healing datetime info to insert to database by @alextran1502 in #682
- feat(server): add additional logging level by @alextran1502 in #685
-
[0.9.2]
- Update Immich to 1.29.4
- Full changelog
- Fix error with the API to get asset on the device returning only image, photo is omtted.
- fix(server): query only image when get asset on device by @alextran1502 in https://github.com/immich-app/immich/pull/724
-
[1.0.1]
- Update Immich to 1.30.2
- Full changelog
- chore(server): Add docker volumes to services by @PixelJonas in https://github.com/immich-app/immich/pull/766
- fix(server): Fix resized thumbnail path not parse correctly by @deepesh16b in https://github.com/immich-app/immich/pull/780
-
[1.1.0]
- Update Immich to 1.31.0
- Full changelog
- New background jobs UI
- fix(server): Use boolean comparison for DISABLE_REVERSE_GEOCODING config by @bo0tzz in #787
- feat(server/web): Add manual job trigger mechanism to the web by @alextran1502 in #767
-
[1.1.1]
- Update Immich to 1.31.1
- Full changelog
- fix(server): Delete encoded video when deleting file by @alextran1502 in https://github.com/immich-app/immich/pull/794
- fix(server): Update local-reverse-geocoder to 0.12.5 by @bo0tzz in https://github.com/immich-app/immich/pull/793
- fix(web): Fix z-index ordering of Account Info Box and date-sidebar on web by @AnTheMaker in https://github.com/immich-app/immich/pull/799
-
[1.2.0]
- Update Immich to 1.32.0
- Full changelog
- chore(repo): Typo/minor cosmetics in README.md by @EvilOlaf in https://github.com/immich-app/immich/pull/801
- feat(server): Remove default JWT_SECRET value in .env by @bo0tzz in https://github.com/immich-app/immich/pull/810
- chore(deps): bump docker/setup-buildx-action from 2.0.0 to 2.1.0 by @dependabot in https://github.com/immich-app/immich/pull/815
- chore(deps): bump docker/build-push-action from 3.1.1 to 3.2.0 by @dependabot in https://github.com/immich-app/immich/pull/816
- chore(deps): bump docker/setup-qemu-action from 2.0.0 to 2.1.0 by @dependabot in https://github.com/immich-app/immich/pull/820
- feat(server): Log a warning if JWT_SECRET key does not have enough bits by @bo0tzz in https://github.com/immich-app/immich/pull/821
-
[1.2.3]
- Update Immich to 1.33.3
- Full changelog
- chore(server) revert Dockerfile by @alextran1502 in #878
- feat(app) add documentation site template by @alextran1502 in #879
- refactor(server): merge auth guards to authentication guard (#877) by @jrasm91 in #877
- feat(server) Extend PUT /album/:id/assets endpoint (#857) by @matthinc in #857
- fix(web) prevent create multiple user when the instance is lagging by @alextran1502 in #882
-
[1.2.4]
- Update Immich to 1.34.0
- Full changelog
- fix(web) getting asset with available thumbnail when getting asset count by time bucket by @alextran1502 in #900
- feat(web): add a delete button to asset viewer by @anbraten in #896
- feat(server/web): download entire album as zip archive by @zoodyy in #897
- feat(web): add mechanism to add current view asset to an album by @jrasm91 in #923
- chore(web): Modified styling for add to album panel by @alextran1502 in #924
- fix(web): album download progress bar by @jrasm91 in #925
- feat(web): add selected asset on the main timeline to album from selection by @jrasm91 in #926
- fix(server): download album error handling by @jrasm91 in #917
- test(server): add more the tests by @jrasm91 in #911
- fix(server): harden auto pick album thumbnails (#918) by @jrasm91 in #918
- feat(server): reset admin password using CLI command in the server container by @jrasm91 in #928
-
[1.2.5]
- Update Immich to 1.35.0
- Full changelog
- feat(server, web): Delete and restore user from the admin portal by @zkhan93 in #935
- fix(server): increase JSON body payload limit by @jrasm91 in #941
- feat(web): favorite an asset by @jrasm91 in #939