fix(fireshare): update image docker.io/shaneisrael/fireshare 1.6.5 → 1.6.6 (#47463)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shaneisrael/fireshare](https://redirect.github.com/ShaneIsrael/fireshare) | patch | `04c8bc1` → `f282390` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>ShaneIsrael/fireshare (docker.io/shaneisrael/fireshare)</summary> ### [`v1.6.6`](https://redirect.github.com/ShaneIsrael/fireshare/releases/tag/v1.6.6) [Compare Source](https://redirect.github.com/ShaneIsrael/fireshare/compare/v1.6.5...v1.6.6) #### What's New ##### Image Gallery - Images that scroll out of view are now unloaded to reduce memory usage and keep scrolling smooth for libraries with many images. - Clicking the randomize button no longer causes off-screen images to get stuck as blank placeholders - Image skeletons now use the correct aspect ratio while loading instead of defaulting to 16:9 - Card borders only appear once the image has finished loading ##### Image Modal - The modal now waits for the image to fully load before appearing, eliminating the pop/flicker on open ##### Video Player - Fixed (*allegedly as I don't have an iphone to test it*) the fullscreen button on iOS. If the fix works it should now correctly allow fullscreen from the homepage video modal (iOS Safari requires a different fullscreen API that wasn't being used) - Fixed the copy link button in the video modal, which was copying `[object Object]` instead of the actual URL </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9maXJlc2hhcmUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.6.5
|
||||
appVersion: 1.6.6
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.1.6
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fireshare
|
||||
- https://hub.docker.com/r/shaneisrael/fireshare
|
||||
type: application
|
||||
version: 10.2.3
|
||||
version: 10.2.4
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: docker.io/shaneisrael/fireshare
|
||||
tag: 1.6.5@sha256:04c8bc1faac454c80166dcc8437270eecb252073ab463c1a06d39d99cb116ae4
|
||||
tag: 1.6.6@sha256:f282390a6d8913f48ec3b64177424e2a3f8761f723999fb9131c02bc009b2a91
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user