You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncapped Rendering Performance (2000+ FPS): Removed the automatic monitor-refresh rate sleep throttle; made GPU timestamp profiling strictly opt-in (RUSTTRACKER_PROFILE=1) to eliminate CPU-GPU pipeline barrier stalls.
Desktop UI Restoration: Restored the 3-column top HUD panel (Channels, Heatmap/Lyrics, Track Info, Audio Track selection, and playlist) and draggable split bar on desktop/landscape mode.
Android Mobile Touch Gestures:
Single Tap: Instant Play/Pause toggle with top OSD notification.
Double Tap: HUD visibility toggle.
Two-Finger Tap: Audio track cycling for multi-track audio/video files.
Swipe Controls: Multi-zone pane navigation for visualizer selection and HUD tab cycling.
Android SAF Media Picker Stability: Fixed egui font/texture cache lifecycle panic across Android suspend/resume events. Added automatic caching and pruning of content URIs.
CI / Release Automation: Automated release artifact uploading for Windows, macOS, and Linux.