Update ghcr.io/immich-app/immich-server Docker tag to v1.114.0 - autoclosed #174

Closed
renovate wants to merge 1 commits from renovate/ghcr.io-immich-app-immich-server-1.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
ghcr.io/immich-app/immich-server Kustomization minor v1.113.0 -> 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...

v1.113.1

Compare Source

v1.113.1

Hotfixes

This release fixes some bugs introduced in version v1.113.0 and added some enhancements to the new Folders and Tags feature


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

🌟 Enhancements
🐛 Bug fixes
📚 Documentation

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.113.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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/immich-app/immich-server](https://github.com/immich-app/immich) | Kustomization | minor | `v1.113.0` -> `v1.114.0` | --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-server)</summary> ### [`v1.114.0`](https://github.com/immich-app/immich/releases/tag/v1.114.0) [Compare Source](https://github.com/immich-app/immich/compare/v1.113.1...v1.114.0) ### 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](https://github.com/user-attachments/assets/2911ed68-6ea2-4688-9b6e-57df7b801fc8) | ![image](https://github.com/user-attachments/assets/9f7a65f2-6f4a-4112-bc0c-a0f43ca83716) | ##### 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](https://github.com/user-attachments/assets/c0814c51-a4b0-45ac-8875-4c837acdedf9) *** #### Support Immich <p align="center"> <img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!"> </p> If you find the project helpful, you can support Immich by purchasing a product key at <https://buy.immich.app>. Cheers! 🍻 <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### 🚀 Features - feat(server): Import face regions from metadata by [@&#8203;bugfest](https://github.com/bugfest) in https://github.com/immich-app/immich/pull/6455 ##### 🌟 Enhancements - feat(server): support lightroom tags by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/12288 - feat(web): show folder navigation in root directory by [@&#8203;ben-basten](https://github.com/ben-basten) in https://github.com/immich-app/immich/pull/12299 - chore(mobile): handle sync album on duplicated by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/12173 - feat(web): sort albums in modal by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/12331 - feat(web): add skip link to sidebar by [@&#8203;ben-basten](https://github.com/ben-basten) in https://github.com/immich-app/immich/pull/12330 - fix(server): search suggestions include partner assets by [@&#8203;Lukasdotcom](https://github.com/Lukasdotcom) in https://github.com/immich-app/immich/pull/12269 - feat(web): add download shortcut on the timeline & asset viewer by [@&#8203;imondrag](https://github.com/imondrag) in https://github.com/immich-app/immich/pull/12339 ##### 🐛 Bug fixes - fix(server): empty trash for archived assets by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/12281 - feat(server): prefer tagslist by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/12286 - fix: remove public. reference in migration sql by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/12285 - fix(server): public references in migrations by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/12298 - fix(web): paste event in input fields by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/12297 - fix(server): parse time zone with explicit zero offset by [@&#8203;C-Otto](https://github.com/C-Otto) in https://github.com/immich-app/immich/pull/12307 - fix(web): retain selected time zone offset also for +00:00 by [@&#8203;C-Otto](https://github.com/C-Otto) in https://github.com/immich-app/immich/pull/12310 - fix(web): handle RTL languages in the map component by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/12308 - fix(server): auto-reconnect to database by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/12320 - fix(web): correct color for active tree item by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/12318 - refactor(web): upload panel by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/12326 - fix(mobile): background task crashing on Android by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/12314 - fix(server): asset no longer has tags by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/12350 - fix(web): only show valid time zones/offsets, update list based on date by [@&#8203;C-Otto](https://github.com/C-Otto) in https://github.com/immich-app/immich/pull/12315 - fix: flash bug on tag by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/12332 - fix(web): showing album timeline after adding new assets by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/12354 - fix(mobile): download asset to DCIM/Immich folder on Android by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/12355 - fix(web): person asset grid by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/12370 - fix(server): copy video projection metadata for 360 videos by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/12376 - fix(web): auth on navigation from shared link to timeline by [@&#8203;michelheusschen](https://github.com/michelheusschen) in https://github.com/immich-app/immich/pull/12385 - fix(web): broken album thumbnail by [@&#8203;michelheusschen](https://github.com/michelheusschen) in https://github.com/immich-app/immich/pull/12381 - fix(web): ensure shared link covers are full size by [@&#8203;michelheusschen](https://github.com/michelheusschen) in https://github.com/immich-app/immich/pull/12386 - fix(web): show focus outline for asset thumbnails again by [@&#8203;michelheusschen](https://github.com/michelheusschen) in https://github.com/immich-app/immich/pull/12382 ##### 📚 Documentation - docs: Fix link to ioredis docs by [@&#8203;halkeye](https://github.com/halkeye) in https://github.com/immich-app/immich/pull/12291 - docs: Add conditional album storage template information by [@&#8203;feyst](https://github.com/feyst) in https://github.com/immich-app/immich/pull/12218 ##### 🌐 Translations - feat(web): add Malay language by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/12311 - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in https://github.com/immich-app/immich/pull/12265 #### New Contributors - [@&#8203;halkeye](https://github.com/halkeye) made their first contribution in https://github.com/immich-app/immich/pull/12291 - [@&#8203;bugfest](https://github.com/bugfest) made their first contribution in https://github.com/immich-app/immich/pull/6455 - [@&#8203;Lukasdotcom](https://github.com/Lukasdotcom) made their first contribution in https://github.com/immich-app/immich/pull/12269 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.113.1... ### [`v1.113.1`](https://github.com/immich-app/immich/releases/tag/v1.113.1) [Compare Source](https://github.com/immich-app/immich/compare/v1.113.0...v1.113.1) ### v1.113.1 #### Hotfixes This release fixes some bugs introduced in version [v1.113.0](https://github.com/immich-app/immich/releases/tag/v1.113.0) and added some enhancements to the new Folders and Tags feature *** #### Support Immich <p align="center"> <img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!"> </p> If you find the project helpful, you can support Immich by purchasing a product key at <https://buy.immich.app>. Cheers! 🍻 <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### 🌟 Enhancements - feat(web): tag button in album/shared album by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/12172 - feat(web): load original panorama image when zoomed in to 75% or above by [@&#8203;TapuCosmo](https://github.com/TapuCosmo) in https://github.com/immich-app/immich/pull/12222 - feat(web): shared breadcrumbs component for folders and tags by [@&#8203;ben-basten](https://github.com/ben-basten) in https://github.com/immich-app/immich/pull/12215 ##### 🐛 Bug fixes - fix(web): memory view in timeline href by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/12158 - fix(web): unable to scroll timeline after using gesture by [@&#8203;kaziu687](https://github.com/kaziu687) in https://github.com/immich-app/immich/pull/12163 - fix(web): hide tree view text overflow with ellipsis by [@&#8203;ben-basten](https://github.com/ben-basten) in https://github.com/immich-app/immich/pull/12161 - fix: keyword parsing by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/12164 - fix(web): avoid deleting empty album unexpectedly by [@&#8203;michelheusschen](https://github.com/michelheusschen) in https://github.com/immich-app/immich/pull/12175 - fix(server): remove offline assets from trash by [@&#8203;etnoy](https://github.com/etnoy) in https://github.com/immich-app/immich/pull/12199 - fix(server): get assetFiles when retrieving assets WithoutProperty.THUMBNAIL by [@&#8203;mPyKen](https://github.com/mPyKen) in https://github.com/immich-app/immich/pull/12225 - fix(mobile): Android back gesture closes app by [@&#8203;imondrag](https://github.com/imondrag) in https://github.com/immich-app/immich/pull/12221 - fix(web): auto grow area extend when there is no content by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/12197 - fix(mobile): set SSL options properly in background backup process ([#&#8203;11870](https://github.com/immich-app/immich/issues/11870)) by [@&#8203;yjiang-c](https://github.com/yjiang-c) in https://github.com/immich-app/immich/pull/12206 - fix: hide scrollbar when the asset grid is empty by [@&#8203;martabal](https://github.com/martabal) in https://github.com/immich-app/immich/pull/12217 - fix(server): remove thumbnailAt in asset_job_status for missing thumbnails by [@&#8203;mPyKen](https://github.com/mPyKen) in https://github.com/immich-app/immich/pull/12254 ##### 📚 Documentation - docs(project): lightroom project by [@&#8203;bmachek](https://github.com/bmachek) in https://github.com/immich-app/immich/pull/12149 - docs: update google oauth examples by [@&#8203;malavolti](https://github.com/malavolti) in https://github.com/immich-app/immich/pull/12162 - docs: fixing example docker compose by [@&#8203;Biepa](https://github.com/Biepa) in https://github.com/immich-app/immich/pull/12230 #### New Contributors - [@&#8203;bmachek](https://github.com/bmachek) made their first contribution in https://github.com/immich-app/immich/pull/12149 - [@&#8203;malavolti](https://github.com/malavolti) made their first contribution in https://github.com/immich-app/immich/pull/12162 - [@&#8203;Qhilm](https://github.com/Qhilm) made their first contribution in https://github.com/immich-app/immich/pull/12178 - [@&#8203;niklasfi](https://github.com/niklasfi) made their first contribution in https://github.com/immich-app/immich/pull/12180 - [@&#8203;imondrag](https://github.com/imondrag) made their first contribution in https://github.com/immich-app/immich/pull/12221 - [@&#8203;Biepa](https://github.com/Biepa) made their first contribution in https://github.com/immich-app/immich/pull/12230 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.113.0... </details> --- ### 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNC4wIiwidXBkYXRlZEluVmVyIjoiMzguNjEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.112.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.112.1 2024-08-15 00:31:28 +00:00
renovate force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d961eadcf1 to 770623e11f 2024-08-15 00:31:29 +00:00 Compare
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.112.1 to Update ghcr.io/immich-app/immich-server Docker tag to v1.113.0 2024-08-30 18:01:19 +00:00
renovate force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 770623e11f to e4689eb765 2024-08-30 18:01:20 +00:00 Compare
renovate force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e4689eb765 to 8112c23bbf 2024-09-02 17:02:45 +00:00 Compare
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.113.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.113.0 - abandoned 2024-09-03 09:01:23 +00:00
Author
Collaborator

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

### Autoclosing Skipped This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
renovate force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 8112c23bbf to 710aa176d1 2024-09-07 11:31:17 +00:00 Compare
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.113.0 - abandoned to Update ghcr.io/immich-app/immich-server Docker tag to v1.114.0 2024-09-07 11:31:19 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.114.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.114.0 - autoclosed 2024-09-10 13:31:14 +00:00
renovate closed this pull request 2024-09-10 13:31:14 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: remoll/k3s-infra#174
No description provided.