ImageGenius Changes:
deprecate postgresql docker mod
immich Changes:
Highlights
This release focuses on
- Refactored the code base
- Fixed bugs
And new changes
- 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.
As always, please consider supporting the project.
🎉 Cheer! 🎉
Support
If you find the project helpful and it helps you in some ways, you can support the project one time or monthly from GitHub Sponsors
It is a great way to let me know that you want me to continue developing and working on this project for years to come.
What's Changed
Server
- fix(server): missing faces job by @jrasm91 in immich-app/immich#2618
- fix(server): remove mbtree files after transcoding by @brighteyed in immich-app/immich#2620
- fix(server): without queries by @jrasm91 in immich-app/immich#2621
- chore(server,ml): remove object detection job and endpoint by @mertalev in immich-app/immich#2627
- refactor(server): tags by @jrasm91 in immich-app/immich#2589
- feat(server): dynamic job concurrency by @jrasm91 in immich-app/immich#2622
- test(server): job service by @jrasm91 in immich-app/immich#2634
- feat(server): use base64 shared links by @jrasm91 in immich-app/immich#2633
- refactor(server): app init by @jrasm91 in immich-app/immich#2638
- refactor(server): handle download by @jrasm91 in immich-app/immich#2637
- refactor(server): shared links by @jrasm91 in immich-app/immich#2632
- refactor(server): use swagger by @jrasm91 in immich-app/immich#2639
- refactor(server): use UUID dto in asset controller by @jrasm91 in immich-app/immich#2641
- fix(server): handle invalid coordinates by @michelheusschen in immich-app/immich#2648
- refactor(server): remove invalid exif coordinates by @michelheusschen in immich-app/immich#2651
- fix(server): add executable permission to start scripts by @jrasm91 in immich-app/immich#2650
- fix(web+server): showing assets without thumbnail by @michelheusschen in immich-app/immich#2652
- fix(server): better metadata extraction for images by @michelheusschen in immich-app/immich#2653
Web
- fix(web): use id instead of assetId by @michelheusschen in immich-app/immich#2643
- chore(web): improve type checking by @michelheusschen in immich-app/immich#2644
Others
- Allow docker image version pinning by @twomoses in immich-app/immich#2617
- feat(ml): env variables for tags, faces and eager startup by @mertalev in immich-app/immich#2626
New Contributors
- @twomoses made their first contribution in immich-app/immich#2617
Full Changelog: immich-app/immich@v1.59.1...v1.60.0