From c2f7d6d495c583e9f5b50fd61ac7493037e1a0cf Mon Sep 17 00:00:00 2001 From: Psychotoxical Date: Sun, 12 Apr 2026 12:11:17 +0200 Subject: [PATCH] chore(about): add missing contributor entries for v1.34.4 PRs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kilyabin: PR #148 (ru locale), #155 (Build a Mix hub), #156 (FS player perf + settings) cucadmuh: PR #158 (Folder Browser keyboard nav + context menus) kveld9: new contributor — PR #159 (Spanish translation), #160 (column sorting) Co-Authored-By: Claude Sonnet 4.6 --- src/pages/Settings.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index d9844e9b..f38ed87a 100644 --- a/src/pages/Settings.tsx +++ b/src/pages/Settings.tsx @@ -104,6 +104,7 @@ const CONTRIBUTORS = [ 'Statistics: scope album and song totals to selected music library (PR #138)', 'AudioMuse-AI discovery integration for Navidrome (PR #147)', 'Hot playback cache — eviction budgeting, grace period, and live Audio settings readout (PR #153)', + 'Folder Browser: keyboard navigation, context menus, now-playing path emphasis, and adaptive column layout (PR #158)', ], }, { @@ -115,6 +116,17 @@ const CONTRIBUTORS = [ 'Album cover art in Discord Rich Presence via iTunes API (PR #111)', 'Tiling WM detection: hide custom TitleBar on Hyprland/Sway/i3/etc. (PR #134)', 'Russian translation: lyricsServerFirst settings strings (PR #140)', + 'Russian translation refinements (PR #148)', + 'Merge Random Mix & Albums into a single Build a Mix hub (PR #155)', + 'Fullscreen player: software-rendering performance fixes + portrait toggle & dimming setting (PR #156)', + ], + }, + { + github: 'kveld9', + since: '1.34.4', + contributions: [ + 'Spanish (es) translation — 964 strings (PR #159)', + 'Column-header sorting for albums & playlists (PR #160)', ], }, {