Skip to content

v1.0d-HotFix

Latest
Compare
Choose a tag to compare
@YBTopaz8 YBTopaz8 released this 04 Jan 01:19
· 11 commits to main since this release
d7433ee

What's Changed

  • Fixed Crash on Startup (It was an oversight - Sorry!😅)
  • Fixed an Issue where resuming an external song in focus mode will crash.
  • Refactored grouping logic in SongsManagementService.cs to use a manual process and added a null check for SongId.
  • Updated debug framework and profile in Dimmer-MAUI.csproj.user.
  • Simplified null checks in ArtistsSection.HomePageVM.cs.
  • Replaced lastSongLink with a list in SongShellPage.HomePageVM.cs and added a check for non-empty list.
  • Updated subtitle version in DimmerWindow.xaml.cs.
  • Increased font size and added tooltip and tap gesture recognizer in SingleSongShellPageD.xaml.
  • Added NPSongImage_Tapped method in SingleSongShellPageD.xaml.cs to handle tap events with animations.