immich

High performance self-hosted photo and video management solution.

AGPL-3.0 License

Downloads
47.7K
Stars
37.8K
Committers
460

Bot releases are hidden (Show)

immich - v1.13.0_20-dev

Published by alextran1502 over 2 years ago

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

  1. You will need to modify VITE_SERVER_ENDPOINT in your .env file by adding /api at the end.
  2. 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

IMG_5F409B599B84-1 Large

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

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 "Buy Me A Coffee"

Full Changelog: https://github.com/alextran1502/immich/compare/v1.12.0_18-dev...v1.12.2_20-dev

immich - v1.12.0_18-dev

Published by alextran1502 over 2 years ago

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

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 "Buy Me A Coffee"

Full Changelog: https://github.com/alextran1502/immich/compare/v1.11.0_17-dev...v1.12.0_18-dev

immich - v1.11.0_17-dev

Published by alextran1502 over 2 years ago

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

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 "Buy Me A Coffee"

Full Changelog: https://github.com/alextran1502/immich/compare/v1.10.0_15-dev...v1.11.0_17-dev

immich - v1.10.0_15-dev

Published by alextran1502 over 2 years ago

What's Changed

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 "Buy Me A Coffee"

Full Changelog: https://github.com/alextran1502/immich/compare/v1.9.1_14-dev...v1.10.0_15-dev

immich - v1.9.1_14-dev

Published by alextran1502 over 2 years ago

What's Changed

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 "Buy Me A Coffee"

Full Changelog: https://github.com/alextran1502/immich/compare/v1.9.0_13-dev...v1.9.1_14-dev

immich - v1.9.0_13-dev

Published by alextran1502 over 2 years ago

What's Changed

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 "Buy Me A Coffee"

Full Changelog: https://github.com/alextran1502/immich/compare/v1.8.0_12-dev...v1.9.0_13-dev

immich - v1.8.0_12-dev

Published by alextran1502 over 2 years ago

What's Changed

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 "Buy Me A Coffee"

Full Changelog: https://github.com/alextran1502/immich/compare/v1.7.0_11-dev...v1.8.0_12-dev

immich - v1.7.0_11-dev

Published by alextran1502 over 2 years ago

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: https://github.com/alextran1502/immich/compare/v1.6.0_10-dev...v1.7.0_11-dev

immich - v1.6.0_10-dev

Published by alextran1502 over 2 years ago

What's Changed

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: https://github.com/alextran1502/immich/compare/v1.5.0+8-dev...v1.6.0_10-dev

immich - V1.5.0+8-dev

Published by alextran1502 over 2 years ago

What's Changed

  • Update photo_manager pub package
  • Added download endpoint for assets
  • Successfully save a photo to the local device's gallery
  • Successfully save a video to the local device's gallery
  • Fixed #97
  • Added download loading indicator
  • Refactor and increase the font size for curated search thumbnail images
  • Reposition loading animation on the search result page
  • Modify the docker-compose file to fix the problem of the relative path in some distro in #90

Full Changelog: https://github.com/alextran1502/immich/compare/v1.4.0+7-dev...v1.5.0+8-dev

immich - v1.4.0+7-dev

Published by alextran1502 over 2 years ago

What's Changed

Full Changelog: https://github.com/alextran1502/immich/compare/v1.4.0-dev...v1.4.0+7-dev

immich - V1.4.0-dev

Published by alextran1502 over 2 years ago

What's Changed

iOS

You can download the app from Apple AppStore here.

Android

You can download the app from the release tab.

Support

You can support the project using Github Sponsor

Full Changelog: https://github.com/alextran1502/immich/compare/v1.3.0-dev...v1.4.0-dev

immich - V1.3.0-dev

Published by alextran1502 over 2 years ago

The version of the server, iOS, and Android app now start with 1.x.x to accommodate version checking in the mobile app. This is still a pre-release.

Breaking Changed

  • Multipart upload form now has two fields, assetData and thumbnailData to receive both asset data and thumbnail data from the mobile app, thus, reducing dependency on the server (sharp.js and FFmpeg) to create a template for an asset. This change requires the app and server to be on version 1.3.0 to work properly.

What's Changed

iOS

You can download the app from Apple AppStore here.

Android

You can download the app from the release tab.

Support

You can support the project using Github Sponsor

immich - v0.5-dev

Published by alextran1502 over 2 years ago

What's Changed

Full Changelog: https://github.com/alextran1502/immich/compare/v0.4-dev...v0.5-dev

immich - v0.4-dev

Published by alextran1502 over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/alextran1502/immich/compare/v0.3-dev...v0.4-dev

immich - v0.3-dev

Published by alextran1502 over 2 years ago

What's Changed

Full Changelog: https://github.com/alextran1502/immich/compare/v0.2-dev...v0.3-dev

immich - v0.2-dev

Published by alextran1502 over 2 years ago

Features

  • Auto Backup
  • Group Selection
  • Multiple Selection
  • Video Player

What's Changed

New Contributors

Full Changelog: https://github.com/alextran1502/immich/compare/first-android-release...v0.2-dev