diff --git a/NickvisionTagger.Shared/org.nickvision.tagger.metainfo.xml.in b/NickvisionTagger.Shared/org.nickvision.tagger.metainfo.xml.in index ad943896..9dd04cad 100644 --- a/NickvisionTagger.Shared/org.nickvision.tagger.metainfo.xml.in +++ b/NickvisionTagger.Shared/org.nickvision.tagger.metainfo.xml.in @@ -41,7 +41,8 @@ -

- Fixed an issue where specifying the directory separator in Tag to File Name when Limit Filename Characters was enabled caused new directories to not be made

+

- On GNOME, fixed an issue where specifying the directory separator in Tag to File Name when Limit Filename Characters was enabled caused new directories to not be made

+

- On WinUI, improved the UX of the Lyrics dialog

- Updated translations (Thanks everyone on Weblate!)

diff --git a/NickvisionTagger.WinUI/App.xaml.cs b/NickvisionTagger.WinUI/App.xaml.cs index 54580ee2..c580ce50 100644 --- a/NickvisionTagger.WinUI/App.xaml.cs +++ b/NickvisionTagger.WinUI/App.xaml.cs @@ -23,7 +23,7 @@ public App() InitializeComponent(); _controller = new MainWindowController(Array.Empty()); _controller.AppInfo.Changelog = - @"- Improved the UX of the LyricsDialog + @"- Improved the UX of the Lyrics dialog - Updated translations (Thanks everyone on Weblate!)"; if (_controller.Theme != Theme.System) { diff --git a/NickvisionTagger.WinUI/Views/LyricsDialog.xaml b/NickvisionTagger.WinUI/Views/LyricsDialog.xaml index 96f59b3b..2f91dfb0 100644 --- a/NickvisionTagger.WinUI/Views/LyricsDialog.xaml +++ b/NickvisionTagger.WinUI/Views/LyricsDialog.xaml @@ -11,7 +11,7 @@ mc:Ignorable="d" Style="{StaticResource DefaultContentDialogStyle}" DefaultButton="Primary" Loaded="Dialog_Loaded"> - + @@ -64,7 +64,7 @@ -