Skip to content

Update immich-app to v1.114.0#572

Merged
sdwilsh merged 1 commit into
mainfrom
renovate/immich-app
Sep 10, 2024
Merged

Update immich-app to v1.114.0#572
sdwilsh merged 1 commit into
mainfrom
renovate/immich-app

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 6, 2024

This PR contains the following updates:

Package Type Update Change
ghcr.io/immich-app/immich-machine-learning Kustomization minor v1.113.1 -> v1.114.0
ghcr.io/immich-app/immich-server Kustomization minor v1.113.1 -> v1.114.0

Release Notes

immich-app/immich (ghcr.io/immich-app/immich-server)

v1.114.0

Compare Source

v1.114.0
Highlights

Welcome to release v1.114.0 of Immich. Who doesn't love a juicy release on a Friday? This release focuses on additional enhancements and bug fixes for recent new features. Please find some of the highlights below:

  • Tag improvements (including Lightroom support)
  • Import faces from EXIF and XMP sidecars (Digikam format)
  • Better handling of timezones
  • Upload panel **New look**
  • Automatic database reconnection
Tag improvements

Since the last release, when we introduced support for tags, we have made a few changes based on your feedback.

  • We now support reading from HierarchicalSubject. Values will be parsed as hierarchical tags, with | as a delimiter.
  • We now only read from Keywords as a fallback when no hierarchical tag information is available
  • We have fixed a bug where you could not remove the last tag from EXIF/XMP.

NOTE: these changes apply to the metadata extraction job. To apply them to your photos and videos, re-run metadata extraction.

Import faces from metadata

This release adds the ability to read face metadata in Digikam format during metadata extraction, increasing interoperability with other software and laying the foundation for faces from sources other than machine learning.

Note that there are certain limitations with these faces. These limitations may be removed in a later release:

  • Assets that contain face metadata are skipped during face detection
  • Faces from metadata are not considered during facial recognition
  • Faces from metadata are grouped into people based on name
  • Only face metadata in Digikam format is supported

You can enable this feature by going to Administration > Metadata Settings.

Better handling of timezones

This version fixes some issues related to how timezone offsets are parsed and how timezones and offsets are displayed. The offset is now parsed correctly for photos and videos taken with the "+00:00" offset (e.g., several African countries, Iceland, Portugal/UK/Ireland in winter).

If you notice that the "+00:00" offset is not shown correctly, please re-run the "Extract Metadata" job on all photos and videos.

Upload panel

The upload panel has a new look! It works the same as before, except that duplicates are no longer automatically cleared from the queue. They will remain behind, along with a clickable icon, that links to the deduped image.

Light Dark
image image
Automatic database reconnection

Previously, when the connection to the database was interrupted for any reason (restart, timeout, network interruption, etc.), the server would never reconnect. Restoring the connection required a container restart. Now, the server will automatically try to reconnect every 5 seconds indefinitely.

image


Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app.

Cheers! 🍻

What's Changed
🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors

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


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 PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@sdwilsh sdwilsh merged commit 8e3c84a into main Sep 10, 2024
@sdwilsh sdwilsh deleted the renovate/immich-app branch September 10, 2024 05:02
renovate Bot added a commit that referenced this pull request Apr 11, 2026
##### [\`26.4.1\`](https://github.com/ansible/ansible-dev-tools/releases/tag/v26.4.1)

#### Fixes

- fix: use GitHub Actions variable for REGISTRY\_USERNAME instead of secret ([#574](ansible/ansible-dev-tools#574)) [@NilashishC](https://github.com/NilashishC)

#### Maintenance

- chore(ci): use explicit \_extends path for Release Drafter v7 ([#577](ansible/ansible-dev-tools#577)) [@anusshukla](https://github.com/anusshukla)
- chore(deps): update all dependencies pep621 ([#573](ansible/ansible-dev-tools#573)) [@renovate](https://github.com/renovate)\[bot]
- chore(deps): update all dependencies ([#572](ansible/ansible-dev-tools#572)) [@renovate](https://github.com/renovate)\[bot]

#### Contributors

anusshukla and NilashishC

---
##### [\`26.4.0\`](https://github.com/ansible/ansible-dev-tools/releases/tag/v26.4.0)

#### Fixes

- fix: push arch images to final repo before manifest creation ([#706](ansible/ansible-dev-tools#706)) [@anusshukla](https://github.com/anusshukla)
- fix: bump minimal devtools versions ([#717](ansible/ansible-dev-tools#717)) [@ssbarnea](https://github.com/ssbarnea)
- fix(security): update dependencies \[SECURITY] ([#712](ansible/ansible-dev-tools#712)) @[renovate\[bot\]](https://github.com/apps/renovate)

#### Maintenance

- chore: update ansible-creator to v26.3.3 ([#715](ansible/ansible-dev-tools#715)) [@rockygeekz](https://github.com/rockygeekz)
- chore(deps): update pep621 ([#714](ansible/ansible-dev-tools#714)) @[renovate\[bot\]](https://github.com/apps/renovate)
- chore(deps): update all dependencies ([#713](ansible/ansible-dev-tools#713)) @[renovate\[bot\]](https://github.com/apps/renovate)
- chore(deps): update pep621 ([#711](ansible/ansible-dev-tools#711)) @[renovate\[bot\]](https://github.com/apps/renovate)
- chore(deps): update all dependencies ([#710](ansible/ansible-dev-tools#710)) @[renovate\[bot\]](https://github.com/apps/renovate)
sdwilsh pushed a commit that referenced this pull request Apr 11, 2026
##### [\`26.4.1\`](https://github.com/ansible/ansible-dev-tools/releases/tag/v26.4.1)

#### Fixes

- fix: use GitHub Actions variable for REGISTRY\_USERNAME instead of secret ([#574](ansible/ansible-dev-tools#574)) [@NilashishC](https://github.com/NilashishC)

#### Maintenance

- chore(ci): use explicit \_extends path for Release Drafter v7 ([#577](ansible/ansible-dev-tools#577)) [@anusshukla](https://github.com/anusshukla)
- chore(deps): update all dependencies pep621 ([#573](ansible/ansible-dev-tools#573)) [@renovate](https://github.com/renovate)\[bot]
- chore(deps): update all dependencies ([#572](ansible/ansible-dev-tools#572)) [@renovate](https://github.com/renovate)\[bot]

#### Contributors

anusshukla and NilashishC

---
##### [\`26.4.0\`](https://github.com/ansible/ansible-dev-tools/releases/tag/v26.4.0)

#### Fixes

- fix: push arch images to final repo before manifest creation ([#706](ansible/ansible-dev-tools#706)) [@anusshukla](https://github.com/anusshukla)
- fix: bump minimal devtools versions ([#717](ansible/ansible-dev-tools#717)) [@ssbarnea](https://github.com/ssbarnea)
- fix(security): update dependencies \[SECURITY] ([#712](ansible/ansible-dev-tools#712)) @[renovate\[bot\]](https://github.com/apps/renovate)

#### Maintenance

- chore: update ansible-creator to v26.3.3 ([#715](ansible/ansible-dev-tools#715)) [@rockygeekz](https://github.com/rockygeekz)
- chore(deps): update pep621 ([#714](ansible/ansible-dev-tools#714)) @[renovate\[bot\]](https://github.com/apps/renovate)
- chore(deps): update all dependencies ([#713](ansible/ansible-dev-tools#713)) @[renovate\[bot\]](https://github.com/apps/renovate)
- chore(deps): update pep621 ([#711](ansible/ansible-dev-tools#711)) @[renovate\[bot\]](https://github.com/apps/renovate)
- chore(deps): update all dependencies ([#710](ansible/ansible-dev-tools#710)) @[renovate\[bot\]](https://github.com/apps/renovate)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant