Immich - Package Updates
-
[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
-
[1.3.0]
- Update Immich to 1.36.1
- Full changelog
- fix(server): Admin user not created by @alextran1502 in https://github.com/immich-app/immich/pull/996
- fix(web): broken unit tests by @jrasm91 in #947
- build(server): use github-action cache by @jrasm91 in #949
- build(server): refactor multistage builds by @jrasm91 in #955
- feat(server,web): OIDC Implementation by @jrasm91 in #884
- feat(server,web): system config for admin by @zackpollard and @jrasm91 in #959
- feat(server): multi archive downloads by @jrasm91 in #956
- Update Korean translation with the latest version. by @hismethod in #971
- chore(web,mobile): update github repo url by @jrasm91 in #974
- Web: Disallow all robots by @Mortein in #977
- chore(server) refactor serveFile and downloadFile endpoint by @alextran1502 in #978
- Add navbar button to copy image by @bo0tzz in #961
- web(feat): Add support for actions when clicking notifications by @bo0tzz in #966
- feat: support iOS LivePhoto backup by @alextran1502 in #950
- fix(server): Server freezes when getting statistic by @alextran1502 in #994
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