Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update image ghcr.io/jeffvli/feishin to v0.5.0 #209

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

spicerabot[bot]
Copy link
Contributor

@spicerabot spicerabot bot commented Oct 31, 2023

This PR contains the following updates:

Package Update Change
ghcr.io/jeffvli/feishin minor 0.4.1 -> 0.5.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jeffvli/feishin (ghcr.io/jeffvli/feishin)

v0.5.0: 0.5.0

Compare Source

0.5.0 is here!

This release introduces localization (multi-language) support which is now hosted on weblate. Visit the link if you would like to contribute a translation.

Added
Changed
  • Changed Rating component functionality from [double click to clear] -> [click on the same rating to clear] (#​332) (Thanks @​kgarner7)
  • (Jellyfin) Change hardcoded Jellyfin DeviceID values to include hostname and username (#​312) (Thanks @​LilyRose2798)
  • Fullscreen player now uses dynamic image resolution based on window size (#​290) (Thanks @​TacoCake)
  • Poster carousel now resets to initial position on data refresh (#​285) (Thanks @​kgarner7)
  • (Navidrome) Artist images are now always attmepted to be fetched even when it is potentially unvailable (#​317) (Thanks @​kgarner7)
  • Window title now displays SONG_NAME — ARTIST_NAME instead of SONG_NAME
Fixed
  • (MPV player) Fixed MPV playing the same track twice after toggling repeat (#​292) (Thanks @​kgarner7)
  • (WEB player) Fixed queue not pausing on the last track when repeat is disabled (#​291)
  • (Navidrome) Fixed artist year filter becoming stuck (#​299) (Thanks @​kgarner7)
  • (Navidrome) Fixed smart playlist query editor unable to scroll (#​322)
  • (Jellyfin) Fixed playing songs from global search menu (#​294) (Thanks @​kgarner7)
  • (Jellyfin) Fixed playlist fetch implementation (reverted to previous)
  • (Jellyfin) Fixed missing Play count filter on Jellyfin album sort
  • (Jellyfin) Fixed "edit playlist" form not working due to invalid fetch (#​327)
  • Removed unused CORS and SSL toggle from web UI (#​305) (Thanks @​kgarner7)
  • Fixed add to playlist logic when attempting to skip duplicates (#​300) (Thanks @​kgarner7)
  • Fixed current track queue position when removing songs from the queue (#​226) (Thanks @​kgarner7)
  • Fixed rate 0 hotkey not working (#​338) (Thanks @​GermanDarknes)

Full Changelog: jeffvli/feishin@v0.4.0...v0.4.1

What's Changed

New Contributors

Full Changelog: jeffvli/feishin@v0.4.1...v0.5.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.

@spicerabot
Copy link
Contributor Author

spicerabot bot commented Oct 31, 2023

--- kubernetes/apps/media/feishin/app Kustomization: flux-system/cluster-apps-feishin HelmRelease: media/feishin

+++ kubernetes/apps/media/feishin/app Kustomization: flux-system/cluster-apps-feishin HelmRelease: media/feishin

@@ -32,13 +32,13 @@

       annotations:
         reloader.stakater.com/auto: 'true'
     env:
       TZ: ${TIMEZONE}
     image:
       repository: ghcr.io/jeffvli/feishin
-      tag: 0.4.1
+      tag: 0.5.0
     ingress:
       main:
         annotations:
           hajimari.io/icon: mdi:headphones
         enabled: true
         hosts:

@spicerabot
Copy link
Contributor Author

spicerabot bot commented Oct 31, 2023

--- kubernetes HelmRelease: media/feishin Deployment: media/feishin

+++ kubernetes HelmRelease: media/feishin Deployment: media/feishin

@@ -27,13 +27,13 @@

       serviceAccountName: default
       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: feishin
-        image: ghcr.io/jeffvli/feishin:0.4.1
+        image: ghcr.io/jeffvli/feishin:0.5.0
         imagePullPolicy: null
         env:
         - name: TZ
           value: ${TIMEZONE}
         ports:
         - name: http

@spiceratops spiceratops merged commit 29a0d26 into main Oct 31, 2023
4 checks passed
@spicerabot spicerabot bot deleted the renovate/ghcr.io-jeffvli-feishin-0.x branch October 31, 2023 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant