Skip to content

RustTracker v0.9.16

Choose a tag to compare

@Soddentrough Soddentrough released this 21 Aug 15:00
· 6 commits to master since this release

RustTracker v0.9.16 Release Notes

  • 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.