From 1c761682f4c7e79eb43231df5695e1c4e0adfb72 Mon Sep 17 00:00:00 2001 From: Frank Stellmacher <171614930+Psychotoxical@users.noreply.github.com> Date: Fri, 24 Apr 2026 01:03:51 +0200 Subject: [PATCH] chore(credits): catch up Settings contributors list (#285) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Brings the Settings → System → About contributors panel back in sync with the merged PRs since v1.43.0: - cucadmuh: +#235 (UA sync) +#255 (overlay scrollbars / Linux mini-wheel) +#258 (server invites + Navidrome admin) +#268 (Wayland DnD ghost) +#269 (sidebar reorder) +#270 (sleep timer + delayed start) +#278 (Lucky Mix). - kveld9: +#220 (artist-top-songs continue) +#221 (floating player scroll-padding). - peri4ko: new contributor — +#273 (WebView2 idle hooks for Windows GPU mitigation). --- src/pages/Settings.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index f7a7713a..9aede1c7 100644 --- a/src/pages/Settings.tsx +++ b/src/pages/Settings.tsx @@ -143,6 +143,13 @@ const CONTRIBUTORS = [ 'WebKitGTK wheel scroll mode: smooth (kinetic) default with optional linear toggle (PR #207)', 'ArtistCardLocal i18n: use plural-aware artists.albumCount key instead of hardcoded German', 'NixOS / flake install guide with Cachix setup (PR #209)', + 'Subsonic: align Rust HTTP UA with main WebView UA (PR #235)', + 'UI: overlay scrollbars, resizer hit-test, and Linux mini-wheel (PR #255)', + 'Server invites: magic-string paste, Navidrome admin share, add-user validation (PR #258)', + 'Linux: stop Wayland GTK drag proxy and PsyDnD ghost (PR #268)', + 'Sidebar: long-press drag to reorder and hide nav items (PR #269)', + 'Sleep timer and delayed start via long-press on play/pause (PR #270)', + 'Lucky Mix — instant queue from listening history, ratings, and AudioMuse similar tracks (PR #278)', ], }, { @@ -184,6 +191,8 @@ const CONTRIBUTORS = [ 'Click-to-toggle duration / remaining time in player bar with persisted preference (PR #212)', 'Opt-in floating player bar with themed background, accent-colored border, rounded album art, and centered volume section (PR #216)', '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)', ], }, { @@ -195,6 +204,13 @@ const CONTRIBUTORS = [ 'ICY stream metadata & AzuraCast Now Playing support (PR #146)', ], }, + { + github: 'peri4ko', + since: '1.43.0', + contributions: [ + 'WebView2 idle hooks when Tauri windows are hidden — Windows GPU and compositor mitigation (PR #273)', + ], + }, ] as const; const MAINTAINERS = [