ImageGenius Changes:
move to using seperate immich baseimage
immich Changes:
v1.87.0
Welcome to release v1.87.0
of Immich. This release is the final version where we bid farewell to the immich-web
and immich-proxy
containers. Starting in the next release, the two containers will be consolidated into the immich-server
container for easier deployment and maintenance. For more information on preparing for the next release, please read the following announcement
Recently, I've had a chance to get on the Self-hosted.show podcast to talk about Immich, the team behind it, the project's future and vision, as well as the sustainability of the project. You can have a listen here.
Please find the highlights of this release below:
- You can now use the mobile app without giving it full permission to access media storage, allowing you to access only remote assets that are backed up on the server.
- Machine learning models are now unloaded when unused, reducing the application's memory footprint.
- The
/asset/import
endpoint has been removed in favor of Libraries. - Lower thumbnail resolution options
Please consider supporting the project.
Support
If you find the project helpful, you can support Immich via the following channels.
- Monthly donation via GitHub Sponsors
- One-time donation via GitHub Sponsors
- Librepay
- buymeacoffee
- Bitcoin: 1FvEp6P6NM8EZEkpGUFAN2LqJ1gxusNxZX
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.
Changelogs
Server
- feat(server): asset search endpoint by @jrasm91 in immich-app/immich#4931
- chore(server): pretty print json object in error message by @ishanjain28 in immich-app/immich#5036
- chore(server): improve e2e test speed by @jrasm91 in immich-app/immich#5026
- chore(server): cleanup e2e by @jrasm91 in immich-app/immich#5051
- chore(server): shared link e2e for add/remove assets by @jrasm91 in immich-app/immich#5052
- chore(server): remove asset search endpoint by @jrasm91 in immich-app/immich#5094
- chore(server): remove import file endpoint by @jrasm91 in immich-app/immich#5093
Mobile
- feat(mobile): use app without storage permission by @fyfrey in immich-app/immich#5014
- feat(mobile): Add es-US translations by @adamantike in immich-app/immich#4997
- feat(mobile): remove announcement overlay and show in app bar dialog by @shenlong-tanwen in immich-app/immich#5104
- fix(mobile): partner assets in albums & share by @fyfrey in immich-app/immich#5029
- fix(mobile): rebuild of unified partner timeline by @fyfrey in immich-app/immich#5065
- fix(mobile): update local deleted assets in sync by @fyfrey in immich-app/immich#5099
- chore(mobile): Translations update by @alextran1502 in immich-app/immich#5053
Web
- fix(web): back button from person detail page by @martabal in immich-app/immich#5047
- fix(web): previous url in person page by @martabal in immich-app/immich#5071
- chore(web): annoucement box for breaking change by @alextran1502 in immich-app/immich#5091
- feat(web): add (lower) thumbnail resolution options by @davidacampos in immich-app/immich#5107
Machine Learning
- fix(ml): better model unloading by @mertalev in immich-app/immich#3340
Others
- chore(test): don't set max old space in e2e tests by @etnoy in immich-app/immich#5050
- chore: readme feature list by @alextran1502 in immich-app/immich#5048
- chore(deps): bump actions/github-script from 6 to 7 by @dependabot in immich-app/immich#5032
- fix(deps): update dependency commander to v11.1.0 by @renovate in immich-app/immich#5003
- chore(deps): update postgres:14-alpine docker digest to 50d9be7 by @renovate in immich-app/immich#5054
- chore(deps): update dependency @faker-js/faker to v8 by @renovate in immich-app/immich#5059
- chore(deps): update dependency @testing-library/jest-dom to v6 by @renovate in immich-app/immich#5073
- chore: added new zcash donation option in readme by @JordyEGNL in immich-app/immich#5087
New Contributors
- @ishanjain28 made their first contribution in immich-app/immich#5036
- @davidacampos made their first contribution in immich-app/immich#5107
Full Changelog: immich-app/immich@v1.86.0...v1.87.0