Psysonic v1.34.5 #135
Psychotoxical
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🚨 Critical Fix
Added
Theme Scheduler (Settings → Appearance): Automatically switches the active theme at configurable times of day. Two time slots (e.g. a light theme during the day, a dark one at night). English locale displays hours in 12-hour AM/PM format; all other languages use 24-hour format.
Theme Scheduler hint: When the scheduler is active, a notice appears at the top of the Theme Picker explaining why manually selecting a theme has no immediate effect.
UI Scale (Settings → Appearance): Adjust the global interface scale (80 % – 125 %) without changing the system font size.
Folder Browser: New sidebar section with Miller-columns directory navigation. Browse the server's music folder tree and play or queue folders directly.
Seekbar — Waveform fade edges: The Waveform seekbar style now fades out at both ends, giving it a cleaner, less abrupt look.
Cover art fallback logo: When a cover art image fails to load (broken URL, server error), the Psysonic logo is shown as a placeholder instead of a broken image icon.
Tiling WM support (PR #134): On tiling window managers (Hyprland, Sway, i3, bspwm, AwesomeWM, etc.) the custom title bar is automatically hidden — the WM manages window decorations. The title bar toggle in Settings is also hidden on tiling WMs. Detection is based on environment variables (
HYPRLAND_INSTANCE_SIGNATURE,SWAYSOCK,I3SOCK,XDG_CURRENT_DESKTOP).Changed
Fixed
Custom title bar (Linux) — drag & resize: Window dragging via the title bar now works correctly (missing Tauri
core:window:allow-start-draggingcapability was silently blocking it). CSS resize grips are now shown at the bottom corners to compensate for the removed native GTK grips. The title bar no longer misplaces itself when the window is resized to a small width (mobile-grid layout now includes the title bar row).Fullscreen Player — accent color delay: The dynamic accent color extracted from album artwork now appears in ~200–300 ms instead of up to 18 seconds. The previous implementation queued the cover fetch behind up to 5 concurrent image loads via the app-wide image cache. It now fetches the cover directly and independently. The extracted color is also cached per cover ID, so switching between tracks on the same album is instant.
Artist Detail page — slow initial render (closes #132): Artist info and biography are now fetched independently of the main artist data, so the page renders immediately and the bio fades in once available. Previously, a slow
getArtistInforesponse blocked the entire page from rendering.Seekbar — Pulse Wave & Retro Tape styles: Pulse Wave no longer leaves a stray connecting line at the playhead position. Retro Tape's rolling wheel is now anchored at the playhead instead of the center of the bar.
Statistics — Top Rated Songs/Artists sections removed: These sections were incorrectly added in v1.34.4 and have been removed. All other rating features from that release remain fully intact.
This discussion was created from the release Psysonic v1.34.5.
All reactions