Skip to content

chore(deps): update dependency https://github.com/immich-app/immich.git to v1.81.1

This MR contains the following updates:

Package Update Change
https://github.com/immich-app/immich.git minor v1.79.1 -> v1.81.1

Release Notes

immich-app/immich (https://github.com/immich-app/immich.git)

v1.81.1

Compare Source

v1.81.1

There is no mobile release for this version

Hotfixes

  • Fixed issue with timezone volume in the docker-compose file

Support

If you find the project helpful, you can support Immich via the following channels.

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.81.0...v1.81.1

v1.81.0

Compare Source

v1.81.0

Highlights

Welcome to release v1.81.0 of Immich. This release focuses on fixes for the recently discovered bug on the server.

There is no mobile release for this version.


Please consider supporting the project.

Support

If you find the project helpful, you can support Immich via the following channels.

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.80.0...

v1.80.0

Compare Source

V1.80.0

We urge all Immich users to update this release as soon as possible, as it fixes a severe security vulnerability caused by a third-party dependency. See below for more details.

Warning

Breaking Changes (Action Required)

  • The reverse geocoding settings have been moved to the admin settings pages. If you have set the level of accuracy in the .env file, you will need to make the corresponding changes in the settings menu on the administration page on the web.
  • Migrate thumbnails to a new folder structure by running the new migration job Admin > Settings > Migration. See #​4112 for more details)

Highlights

Welcome to release v1.80.0 of Immich. I just returned from a long vacation to visit my family in Vietnam. The team has been working very productively while I was not actively involved in the development. This makes me happy and proves the project is in good hands.

I am excited to share this release with you, emphasizing bug fixing of the recent new library feature and many further QoL improvements. Below are some of the highlights

  • Added mechanism to store generated files for thumbnails and encoded-videos in subfolders.
  • Added an ability to suggest people’s names during name assignment for faces.
  • Added an option to show the sidebar menu for the people page in the user setting on the web.
  • Added week number as an option for path templating.
  • Bugfixes related to External Libraries, metadata processing, and Live Photos
Storing generated files for thumbnails and encoded-videos in subfolders

This feature helps improve the performance by storing generated files in subdirectories. This yields smaller directory sizes (in terms of files per directory), decreasing the size of the inode entry.

New asset and face thumbnails will be stored at i.e. 89/ab/, if their id starts with 89abxxxx-xxxx...

We added a Migration job on the Jobs page to migrate the existing directory to this new structure.

Screenshot 2023-09-17 at 21 38 26

The job will perform the following actions:

  • Migration job to migrate all files to new folder structure (and possibly more migration stuff in the future)
  • Clean up directories if assets/people get deleted
Suggesting people’s names during name assignments for faces

https://github.com/immich-app/immich/assets/74269598/2588b940-cc84-4347-a52a-3ff00e98f6fa

Option to show the sidebar menu for the people page in the user setting on the web.

Add a new account preferenceAccount Settings > Sidebar Settings, which allows a user to enable a sidebar link to "People"

Light Dark
image image

image image

Option to use week number as an option for path templating

You can now use week numbers ('W') and padded week numbers ('WW') patterns for storage templating.

Screenshot 2023-09-28 at 18 59 17 Screenshot 2023-09-28 at 18 58 20

And as always, bugs are fixed, and many other improvements also come with this release.

Please consider supporting the project.

Support

Changelogs

Security
  • Fixes a security vulnerability (CVE-2023-5129) by rebuilding the Docker image with the newest Debian libwebp library
Web
Server
Mobile
Others

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.79.1...v1.80.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.

Edited by Botaniker (Bot)

Merge request reports