Releases: immich-app/immich
v1.22.0_32-dev
What's Changed
- Modify Album API endpoint to return a count attribute instead of a full assets array by @alextran1502 in #454
- Fix sharing on iPad by @matthinc in #453
- Edit user on the web by @alextran1502 in #458
New Contributors
Support
If you find the project helpful and help you in some ways, you can support the project one time or monthly from Github Sponsor
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.
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.
Cheers! 🎉
v1.21.1_31-dev
Hot Fixes
- Fixed checkbox render performance (#446) by @alextran1502 in #448
v1.21.0_31-dev
What's Changed
Mobile
- Mobile performance improvements by @matthinc in #417
- Fix/album title by @matthinc in #440
- Share assets from mobile to other apps by @matthinc in #435
Web
- Feature - Delete asset on the web by @alextran1502 in #436
Support
If you find the project helpful and help you in some ways, you can support the project one time or monthly from Github Sponsor
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.
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.
Cheers! 🎉
v1.20.3_30-dev
What changed
- Up server version to keep track of hotfix patch
v1.20.2_30-dev
Hotfix
- Fix error in logout procedure and guard for each route by @alextran1502 in #439
Full Changelog: v1.20.1_30-dev...v1.20.2_30-dev
v1.20.1_30-dev
Hotfix
- Fixed upload endpoint for the web by @alextran1502 in #434
v1.20.0_30-dev
What's Changed
Server
Remove VITE_SERVER_ENDPOINT
. This value in the .env
file has been the source of headache and setup errors, removing this is a step to simplify the process of spinning up the application. No action needs to be taken on the user's side. The web is still accessible from http://<your-machine-ip>:2283
, and the server endpoint for the mobile is still http://<your-machine-ip>:2283/api
.
This update allows users using a reverse proxy setup to access the server from the domain name, and also make it accessible from the local IP address when connected to the local network to speed up the browsing and uploading experience.
Mobile
- Implement album feature on mobile by @alextran1502 in #420
- Enable swiping between assets by @TCVinNYC in #381
- Fixed a bug in the selected albums that caused duplication in uploading asset
Deployment
- Update installation method and documentation by @alextran1502 in #424
Support
If you find the project helpful and help you in some ways, you can support the project one time or monthly from Github Sponsor
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.
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.
Cheers! 🎉
New Contributors
Full Changelog: v1.19.1_29-dev...v1.20.0_30-dev
v1.19.1_29-dev
Hotfixes
- Fixed logging out not redirect correctly in reverse proxy by @alextran1502 in #414
What's Changed
- Fixed some German translations by @MalteKiefer in #399
- Load low- and high-quality thumbnails in the same img tag by @matthinc in #413
New Contributors
- @MalteKiefer made their first contribution in #399
Full Changelog: v1.19.0_29-dev...v1.19.1_29-dev
v1.19.0_29-dev
What's Changed
Mobile
- Added French, Danish, Spanish, French, Japanese, Polish, and Finish translation to the app
Server
- Added email validation on the server
- Added cookie as an authentication method along with Authentication header
- Resolved issue with Tensorflow build on Raspberry Pi 4 #368
Web
- Use cookie for client-side authentication request
- Add album feature to the web app. User can create/edit/delete/share albums. #342
- Improve the load speed of thumbnail on the web
Support
If you find the project helpful and help you in some ways, you can support the project one time or monthly from Github Sponsor
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.
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.
Cheers! 🎉
New Contributors
Full Changelog: v1.18.0_27-dev...v1.19.0_29-dev
v1.18.0_27-dev
Breaking Change
First and foremost. No data will be lost
You will need to have your server and mobile app on version v1.18.0
to restore all functionalities
The API endpoints on the server have gone through a complete rework to make them compatible with OpenAPI specifications so that we can generate SDK for a variety of programming languages. This will be the base of further expanding Immich into different platforms/plugins and application types. The first two SDKs are Typescript and Dart which are now being used on the web and the mobile app. This ensures the strong type and uniform data schema that is received when making the request to the backend.
What's Changed
- [MOBILE] Internationalization (German) of the mobile app. by @matthinc in #246
- [MOBILE] Add translation keys for upload info section by @matthinc in #319
- [MOBILE] Change localizely format to json by @matthinc in #323
- [SERVER] Add OpenAPI Specs and Response DTOs by @alextran1502 in #320
- [WEB] Refactor web to use OpenAPI SDK by @alextran1502 in #326
- [WEB] Add message to login screen (useful for demo instances) by @matthinc in #329
- [MOBILE] Localizely: Translations update by @alextran1502 in #324
- [README] Remove advice regarding running immich-server with scaling by @zackpollard in #334
- [SERVER] Fix #331 - Video with no date information in EXIF upload via web caused mobile client not able to render other assets by @alextran1502 in #335
- [SERVER] Add extended Redis & DB port configuration via environment variables by @zoodyy in #330
- [MOBILE] Refactor mobile to use OpenApi generated SDK by @alextran1502 in #336
Support
If you find the project helpful and help you in some ways, you can support the project one time or monthly from Github Sponsor
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.
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.
Cheers! 🎉
New Contributors
- @zoodyy made their first contribution in #330
Full Changelog: v1.17.0_25-dev...v1.18.0_26-dev