Releases: immich-app/immich
v1.14.0_21-dev
What's Changed
- Delete assets from the server if the local deletion fails by @matthinc in #260
- Fix Dev web container port mapping by @jbaez in #264
- Set TypeScript to strict mode and fix issues related to server types by @jbaez in #261
- Add service provider by @xpwmaosldk in #250
- Fix backup not resuming after closed and reopen by @alextran1502 in #266
- Use APP_UPLOAD_LOCATION constant for disk info by @bo0tzz in #271
- Mechanism to require a password change on the new user on their first log in by @alextran1502 in #272
New Contributors
F-Droid
You can get the app on F-droid by clicking the image below.
Android
You can also download the app from Google Play Store here
The App version might be lagging behind the latest release due to the review process.
iOS
You can download the app from Apple AppStore here:
The App version might be lagging behind the latest release due to the review process.
Support
You can support the project using Github Sponsor or
Full Changelog: v1.13.0_20-dev...v1.14.0_21-dev
v1.13.0_20-dev
Breaking
First and foremost, no data will be lost
Web is now served at http://<your-ip>:2283
Server is now served at http://<your-ip>:2283/api
.
Two actions will need to be taken
- You will need to modify
VITE_SERVER_ENDPOINT
in your.env
file by adding/api
at the end. - Get the new Nginx configuration file from the docker directory of the repo.
For example, before you have the VITE_SERVER_ENDPOINT
as
VITE_SERVER_ENDPOINT=http://192.168.1.216:2283
Now, you need to change the value into
VITE_SERVER_ENDPOINT=http://192.168.1.216:2283/api
Please make sure to reflect this change in your mobile app as well, please see the image below
The purpose is to make sure we don't run into a CORS issue when exposing the service to the external network since both the server and the web are on the same domain. This change is also a stepping stone to a more simplified Docker setup for the app.
Please make sure to perform docker-compose down
then docker-compose pull
and finally docker-compose up
in the docker
directory of Immich's repository to receive the latest update
What's Changed
- Feature - Add upload functionality on Web by @alextran1502 in #231
- Allow zooming in image viewer by @matthinc in #227
- Fix #197 app logged off when closed by @alextran1502 in #239
- Optimize android side gradle settings and clean source by @xpwmaosldk in #240
- Clean code of shared folder by @xpwmaosldk in #249
- chore: improve default setup by @zackpollard in #234
New Contributors
- @xpwmaosldk made their first contribution in #240
F-Droid
You can get the app on F-droid by clicking the image below.
Android
You can also download the app from Google Play Store here
The App version might be lagging behind the latest release due to the review process.
iOS
You can download the app from Apple AppStore here:
The App version might be lagging behind the latest release due to the review process.
Support
You can support the project using Github Sponsor or
Full Changelog: v1.12.0_18-dev...v1.12.2_20-dev
v1.12.0_18-dev
Breaking
First and foremost, no data will be lost
You need to pull the latest server build to restore the sharing functionality.
What's Changed
- [MOBILE] Input validation for email and server endpoint in mobile app by @matthinc in #211
- [WEB] Added account info panel with sign-out button by @alextran1502 in #219
- [SERVER] Fixed ENABLE_MAPBOX value is ignored by @alextran1502 in #223
- [SERVER] Fix 500 error on login with email not in DB by @jbaez in #212
- [MOBILE] fix: out of memory error when uploading large assets on slow internet by @zackpollard in #224
- [MOBILE + SERVER] Refactor API for albums feature by @jbaez in #155
F-Droid
You can get the app on F-droid by clicking the image below.
Android
You can also download the app from Google Play Store here
The App version might be lagging behind the latest release due to the review process.
iOS
You can download the app from Apple AppStore here:
The App version might be lagging behind the latest release due to the review process.
Support
You can support the project using Github Sponsor or
Full Changelog: v1.11.0_17-dev...v1.12.0_18-dev
v1.11.0_17-dev
Breaking
First and foremost, no data will be lost. The users need to update the docker-compose content.
This release includes the improved version of the backend application.
The background tasks for generating webp format for thumbnail, video reformatting (MOV to MP4), dispatching jobs for image tagging, and object detection have moved to the separated microservices container. In addition, the current microservices
container is renamed machine-learning
to serve its true purpose. This change is to prepare for the additional features that will be developed in the future and to guarantee the best I/O performance on the main server.
Therefore, the docker-compose file has additional services added and changed, namely machine-learning
and microservices
. You should update your docker-compose setup to restore the full function of the app.
From this release, users will receive the announcement on the web and mobile application whenever there is a new release from Github as a reminder to check for any changes.
What's Changed
- [MOBILE] Fixed issue #175 back button android return to the login page by @alextran1502 in #193
- [WEB] View assets detail and download operation by @alextran1502 in #198
- [BACKEND] Video conversion for web view by @alextran1502 in #200
- [WEB] Implemented status box on the sidebar by @alextran1502 in #201
- [WEB] Fix sidebar layout by @zackpollard in #204
- [BACKEND] Fix user e2e tests by @jbaez in #194
- [WEB] Minor improvements to the detail-panel component by @matthinc in #205
- [BACKEND] Refactor container and queuing system by @alextran1502 in #206
New Contributors
- @zackpollard made their first contribution in #204
- @matthinc made their first contribution in #205
F-Droid
You can get the app on F-droid by clicking the image below.
Android
You can also download the app from Google Play Store here
The App version might be lagging behind the latest release due to the review process.
iOS
You can download the app from Apple AppStore here:
The App version might be lagging behind the latest release due to the review process.
Support
You can support the project using Github Sponsor or
Full Changelog: v1.10.0_15-dev...v1.11.0_17-dev
v1.10.0_15-dev
What's Changed
- Fixed incorrect microservices URLs after updating dockerfiles by @alextran1502 in #159
- Update to flutter 3 by @alextran1502 in #162
- Fix immich-server service name in README by @Migelo in #166
- Add e2e testing setup by @jbaez in #163
- Add web interface with admin functionality by @alextran1502 in #167
- Show assets on web by @alextran1502 in #168
- Use lodash-es and remove hydration option on photos page fixed the pr… by @alextran1502 in #171
- Add webp thumbnail conversion task to optimize performance of fast scrolling by @alextran1502 in #172
- Added dependency in docker-compose by @alextran1502 in #173
- Fix typos and grammar, plus change Linux to Unix by @shruuub in #180
- Add ability to pass redis hostname as env var by @TheEdgeOfRage in #174
- [WEB] View large images on web by @alextran1502 in #189
- Implemented user profile upload and show on web/mobile by @alextran1502 in #191
New Contributors
- @Migelo made their first contribution in #166
- @jbaez made their first contribution in #163
- @shruuub made their first contribution in #180
- @TheEdgeOfRage made their first contribution in #174
F-Droid
You can get the app on F-droid by clicking the image below.
Android
You can also download the app from Google Play Store here
The App version might be lagging behind the latest release due to the review process.
iOS
You can download the app from Apple AppStore here:
The App version might be lagging behind the latest release due to the review process.
Support
You can support the project using Github Sponsor or
Full Changelog: v1.9.1_14-dev...v1.10.0_15-dev
v1.9.1_14-dev
What's Changed
- Bug/fixed permission not requested android 10 by @alextran1502 in #150
- Modify docker-compose file using a hyphen for services instead of under… by @alextran1502 in #149
F-Droid
You can get the app on F-droid by clicking the image below.
Android
You can also download the app from Google Play Store here
The App version might be lagging behind the latest release due to the review process.
iOS
You can download the app from Apple AppStore here:
The App version might be lagging behind the latest release due to the review process.
Support
You can support the project using Github Sponsor or
Full Changelog: v1.9.0_13-dev...v1.9.1_14-dev
v1.9.0_13-dev
What's Changed
- Bump docker/setup-qemu-action from 1.2.0 to 2.0.0 by @dependabot in #140
- Bump docker/login-action from 1 to 2 by @dependabot in #143
- Bump docker/build-push-action from 2.10.0 to 3.0.0 by @dependabot in #142
- Bump docker/setup-buildx-action from 1.6.0 to 2.0.0 by @dependabot in #141
- Feature #120 #89 selective backup in app by @alextran1502 in #137
F-Droid
You can get the app on F-droid by clicking the image below.
Android
You can also download the app from Google Play Store here
The App version might be lagging behind the latest release due to the review process.
iOS
You can download the app from Apple AppStore here:
The App version might be lagging behind the latest release due to the review process.
Support
You can support the project using Github Sponsor or
Full Changelog: v1.8.0_12-dev...v1.9.0_13-dev
v1.8.0_12-dev
What's Changed
- Implemented remembering login data by @alextran1502 in #126
- Implemented editable album title by @alextran1502 in #130
F-Droid
You can get the app on F-droid by clicking the image below.
Android
You can also download the app from Google Play Store here
The App version might be lagging behind the latest release due to the review process.
iOS
You can download the app from Apple AppStore here:
The App version might be lagging behind the latest release due to the review process.
Support
You can support the project using Github Sponsor or
Full Changelog: v1.7.0_11-dev...v1.8.0_12-dev
v1.7.0_11-dev
What's Changed
- New features
- Share album. Users can now create albums to share with existing people on the network.
- Owner can delete the album.
- Owner can invite the additional users to the album.
- Shared users and the owner can add additional assets to the album.
- In the asset viewer, the user can swipe up to see detailed information and swipe down to dismiss.
- Several UI enhancements.
- The app is now on F-Droid 🔥
F-Droid
You can get the app on F-droid by clicking the image below.
Android
You can also download the app from Google Play Store here
The App version might be lagging behind the latest release due to the review process.
iOS
You can download the app from Apple AppStore here:
The App version might be lagging behind the latest release due to the review process.
Support
You can support the project using Github Sponsor
New Contributors
Full Changelog: v1.6.0_10-dev...v1.7.0_11-dev
v1.6.0_10-dev
What's Changed
- Optimization/fix slow backup when asset list is long by @alextran1502 in #104
- Update inline font for f-droid publication metric by @alextran1502 in #107
- Backup stuck at unsupported format by @alextran1502 in #108
- Fix typo: Reserve -> Reverse (geocoding) by @gruentee in #112
- Build and tag docker image for Dockerhub release by @alextran1502 in #111
- Up minor v1.6.0 by @alextran1502 in #113
iOS
You can download the app from Apple AppStore here (The version might be lagging behind due to the review process).
Android
You can download the app apk from the release tab or from Google Playstore here (The version might be lagging behind due to the review process)
New Contributors
Full Changelog: v1.5.0+8-dev...v1.6.0_10-dev