What's Changed
This release introduces new features like "Open in File Explorer" in context menus and sorting options that stay just the way you left them, so songs and albums always appear in your preferred order. It also includes bug fixes for stability, refactoring for better code maintainability, localization updates, and performance optimizations.
New Features
- feat: Add "Open in File Explorer" to right-click context menus by @huynhsontung with @Copilot in #1046
- feat: implement persistent sorting preference on songs and albums pages by @huynhsontung in #1059
Bug Fixes
- fix: ArgumentException in PlayerElement.VideoViewButton_OnPointerPressed by @sentry[bot] in #1052
- fix: CultureInfo.CurrentCulture doesn't respect language override by @huynhsontung in #1069
- fix: shuffle button in playlist details page by @United600 in #1071
- fix: refresh PlaylistDetailsPage button availability on collection changes by @United600 in #1073
Localization
- l10n: New Crowdin updates by @github-actions[bot] in #1062
User Experience
- refactor: player OSD messaging and status badges by @United600 in #1049
- perf(core): introduce RecentContext to optimize homepage recent items load time by @huynhsontung in #1072
Other Improvements
- chore: update copilot instructions by @United600 in #1048
- refactor(logging): route Screenbox logging through Microsoft.Extensions.Logging + Sentry provider by @huynhsontung with @Copilot in #1050
- refactor: controls project name and folder layout by @United600 in #1053
- chore(agents): add AGENTS.md referencing canonical instructions by @huynhsontung in #1054
- fix: use LibVLCSharp.UWP instead of the core LibVLCSharp by @huynhsontung in #1055
- chore: bump ReswPlus version and refactor markup extension usage by @United600 in #1064
- refactor(videoview): migrate from Silk.NET to Vortice.Windows by @huynhsontung in #1065
- chore: update VS 2026 references in docs and enforce MSBuild for AI agents by @huynhsontung in #1067
- chore: remove unnecessary resource lookup enum by @United600 in #1075
Full Changelog: v0.21.0...v0.22.0