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 = [