chore(credits): catch up Settings contributors for 1.45.0 cycle (#431)

Adds the contributions that landed since the last credits sync:

* kveld9 — PR #419 (queue UX improvements)
* Psychotoxical — PRs #365, #384, #390, #392+#394, #395, #423, #425, #426
* cucadmuh — PRs #337, #344, #357, #380, #397, #420, #422
This commit is contained in:
Frank Stellmacher
2026-05-02 22:40:18 +02:00
committed by GitHub
parent c28cc58185
commit 0785385c7f
+16
View File
@@ -197,6 +197,13 @@ const CONTRIBUTORS = [
'Queue undo/redo — hotkeys, playback-aware restore, scroll restoration (PR #331)',
'Lucky Mix + mix rating filter (Navidrome / OpenSubsonic) (PR #332)',
'Loudness: target sync, effective pre-analysis trim, queue/settings copy (PR #333)',
'CLI logs mode with tail/follow and shell completions (PR #337)',
'Player: reserve preview row space in delay modal (PR #344)',
'Infinite queue: respect rating filter in top-up (PR #357)',
'NixOS install guide refresh for channels and CI (PR #380)',
'UI refinements — sidebar discovery indicators, adaptive header, interaction polish (PR #397)',
'Queue: drag rows outside to remove with trash ghost (PR #420)',
'Tauri: modularize audio and lib command layers (PR #422)',
],
},
{
@@ -240,6 +247,7 @@ const CONTRIBUTORS = [
'Linux GPU-vendor auto-detection to configure the WebKitGTK DMA-BUF renderer (disabled on NVIDIA proprietary) (PR #217)',
'Artist page: continue playback when starting top songs (PR #220)',
'Floating player bar: scroll-padding fix (PR #221)',
'Queue Panel — position counter, tri-state duration toggle (total/remaining/ETA), persistent Now Playing collapse, animated EQ indicator (PR #419)',
],
},
{
@@ -330,6 +338,14 @@ const CONTRIBUTORS = [
'Playlists: confirm before re-adding songs already in the playlist (PR #329)',
'Discord: debug-build logging for Rich Presence IPC path (PR #330)',
'Player: persist queue panel visibility + drop dead loudness binding (PR #336)',
'Playlists: suggestion-row preview UX (PR #365)',
'macOS: Equalizer canvas blanking fix when laid-out dimensions are missing (PR #384)',
'Themes: Kanagawa, Atom One and 1984 palettes; OSS Classics regrouped by family (PR #390)',
'Rust track preview engine + player-bar preview indicator with smart stop semantics (PRs #392, #394)',
'Tray: now-playing track tooltip + i18n menu labels (PR #395)',
'Preview: audio start sync, ring animation, download timeout (PR #423)',
'Statistics: shareable Top-Albums card export (PR #425)',
'Windows: playback stutter under GPU load — MMCSS Pro Audio promotion + animation pause + reduce-animations toggle (PR #426)',
],
},
] as const;