Skip to content

Releases: immich-app/immich

v1.22.0_32-dev

13 Aug 01:39
Compare
Choose a tag to compare

What's Changed

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.

Get it on F-Droid

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

10 Aug 00:13
bd5ed1b
Compare
Choose a tag to compare

Hot Fixes

v1.21.0_31-dev

09 Aug 04:56
339f7f7
Compare
Choose a tag to compare

What's Changed

Mobile

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.

Get it on F-Droid

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

07 Aug 23:43
46f4905
Compare
Choose a tag to compare

What changed

  • Up server version to keep track of hotfix patch

v1.20.2_30-dev

07 Aug 23:37
28c7736
Compare
Choose a tag to compare

Hotfix

Full Changelog: v1.20.1_30-dev...v1.20.2_30-dev

v1.20.1_30-dev

07 Aug 13:21
953d18e
Compare
Choose a tag to compare

Hotfix

v1.20.0_30-dev

07 Aug 05:12
3dcdfa0
Compare
Choose a tag to compare

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

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.

Get it on F-Droid

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

31 Jul 21:55
03e7a25
Compare
Choose a tag to compare

Hotfixes

What's Changed

New Contributors

Full Changelog: v1.19.0_29-dev...v1.19.1_29-dev

v1.19.0_29-dev

27 Jul 18:25
1ba998a
Compare
Choose a tag to compare

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.

Get it on F-Droid

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

13 Jul 15:23
72c334e
Compare
Choose a tag to compare

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.

Get it on F-Droid

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