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.33.1_52-dev

Published by alextran1502 almost 2 years ago

v1.33.1_52-dev

This release includes bug fixes for web and server. There is no mobile release for this version.

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.

What's Changed

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.33.0_52-dev...v1.33.1_53-dev

immich - v1.33.0_52-dev

Published by alextran1502 almost 2 years ago

v1.33.0_52-dev

Dark mode for web

A lot of us are blinded by the light theme of Immich's web - worry not, the savior is here. Introducing beautiful dark mode for Immich on the web

image

Server Statistic

We are now have the server statistic to show the total number of videos, photos and usage per user thanks to @zkhan93

image

Additional, we have resolved and fixed many bugs in this release as well. See the change list below for more detail

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.

What's Changed

Full Changelog: https://github.com/immich-app/immich/compare/v1.32.1_51-dev...v1.33.0_52-dev

immich - v1.32.1_51-dev

Published by alextran1502 almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.32.0_50-dev...v1.32.1_51-dev

immich - v1.32.0_50-dev

Published by alextran1502 about 2 years ago

What's Changed

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.

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.31.1_49-dev...v1.32.0_50-dev

immich - v1.31.1_49-dev

Published by alextran1502 about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.31.0_49-dev...v1.31.1_49-dev

immich - v1.31.0_49-dev

Published by alextran1502 about 2 years ago

v1.31.0_49-dev

In this release, we added a feature for the admin to trigger job manually in case there is something wrong with the microservices container while the asset is uploaded.

Job Feature

Additionally, Shout out to @zoodyy for continuing to improve the background backup feature on Android to solve edge cases problem on limited resource phone models

What's Changed

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.

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.30.2_48-dev...v1.31.0_49-dev

immich - v1.30.2_48-dev

Published by alextran1502 about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.30.0_46-dev...v1.30.2_48-dev

immich - v1.30.0_46-dev

Published by alextran1502 about 2 years ago

v1.30.0_46-dev

This release includes an experimental feature on the mobile app that will help with performance improvement for viewing a large amount of assets (ten of thousands). Please visit the Settings page, turn on the feature, then sign out and sign back in for the new feature to take effect. Thanks @matthinc for this spectacular improvement work.

We are looking forward to your feedback on this feature.

What's Changed

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.

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.29.6_45-dev...v1.30.0_46-dev

immich - v1.29.6_45-dev

Published by alextran1502 about 2 years ago

v1.29.6_45-dev

This release introduces many QoS improvements including correctly infer time based on timezone, removing MapBox dependency and some UI fix on the web.

What's Changed

Full Changelog: https://github.com/immich-app/immich/compare/v1.29.5_44-dev...v1.29.6_44-dev

immich - v1.29.5_44-dev

Published by alextran1502 about 2 years ago

What's Changed

Full Changelog: https://github.com/immich-app/immich/compare/v1.29.4_44-dev...v1.29.5_44-dev

immich - v1.29.4_44-dev

Published by alextran1502 about 2 years ago

What's Changed

Full Changelog: https://github.com/immich-app/immich/compare/v1.29.3_43-dev...v1.29.4_44-dev

immich - v1.29.3_43-dev

Published by alextran1502 about 2 years ago

Hotfix

Fix error with the API to get asset on the device returning only image, photo is omtted.

What changed

Full Changelog: https://github.com/immich-app/immich/compare/v1.29.2_43-dev...v1.29.3_43-dev

immich - v1.29.2_43-dev

Published by alextran1502 about 2 years ago

What's Changed

Full Changelog: https://github.com/immich-app/immich/compare/v1.29.1_43-dev...v1.29.2_43-dev

immich - [Security Patch] v1.29.1_43-dev

Published by alextran1502 about 2 years ago

Security Patch

⚠️ This release include security fixes for the server. It is highly recommended to update all instance to this version ASAP

What's Changed

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.29.0_42-dev...v1.29.1_42-dev

immich - v1.29.0_42-dev

Published by alextran1502 about 2 years ago

Breaking change

#651 Breaking Change
immich-proxy switched from using port 80 which was used inside of the container to 8080 to drop dependency on a privileged user inside the container. This reduces a potential security risk of someone being able to impersonate that user on the host.

As a result you will need to change your docker-compose.yaml to reflect this change, by changing the port-binding from

  immich-proxy:
    container_name: immich_proxy
    image: altran1502/immich-proxy:release
    ports:
      - 2283:80

to

  immich-proxy:
    container_name: immich_proxy
    image: altran1502/immich-proxy:release
    ports:
      - 2283:8080

a full example of the always-up-to-date docker-compose.yaml can be found in our repo

What's Changed

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.28.4_41-dev...v1.29.0_42-dev

immich - v1.28.4_41-dev

Published by alextran1502 about 2 years ago

There is no mobile release for this version

What's Changed

Full Changelog: https://github.com/immich-app/immich/compare/v1.28.3_41-dev...v1.28.4_41-dev

immich - v1.28.3_41-dev

Published by alextran1502 about 2 years ago

What's Changed

Full Changelog: https://github.com/immich-app/immich/compare/v1.28.2_40-dev...v1.28.3_41-dev

immich - v1.28.2_40-dev

Published by alextran1502 about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.28.1_39-dev...v1.28.2_40-dev

immich - v1.28.1_39-dev

Published by alextran1502 about 2 years ago

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.

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! 🎉

Full Changelog: https://github.com/immich-app/immich/compare/v1.28.0_38-dev...v1.29.0_39-dev

immich - v1.28.0_38-dev

Published by alextran1502 about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.27.0_37-dev...v1.28.0_38-dev