Skip to content

Commit

Permalink
V2023.10.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Oct 22, 2023
1 parent a3bfd37 commit af4161f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions NickvisionTagger.GNOME/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public Program(string[] args)
* Tagger will now remember previously used format strings for file name to tag and tag to file name conversions
* Fixed an issue where downloaded lyrics would sometimes contain html encoded characters
* Fixed an issue where file names containing the ""<"" character caused the music file row to not display
* Fixed an issue where the duration displayed for multiple selected files was wrong
* Improved create playlist dialog ux
* Updated translations (Thanks everyone on Weblate!)";
_application.OnActivate += OnActivate;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public MainWindowController(string[] args)
}
Aura.Active.SetConfig<Configuration>("config");
Configuration.Current.Saved += ConfigurationSaved;
AppInfo.Version = "2023.10.0-beta2";
AppInfo.Version = "2023.10.0-rc1";
AppInfo.ShortName = _("Tagger");
AppInfo.Description = _("Tag your music");
AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Tagger");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<p>- Tagger will now remember previously used format strings for file name to tag and tag to file name conversions</p>
<p>- Fixed an issue where downloaded lyrics would sometimes contain html encoded characters</p>
<p>- Fixed an issue where file names containing the less than character caused the music file row to not display</p>
<p>- Fixed an issue where the duration displayed for multiple selected files was wrong</p>
<p>- Improved create playlist dialog ux</p>
<p>- Updated translations (Thanks everyone on Weblate!)</p>
</description>
Expand Down
1 change: 1 addition & 0 deletions NickvisionTagger.WinUI/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public App()
- Tagger will now display front album art within a music file row itself if available
- Tagger will now remember previously used format strings for file name to tag and tag to file name conversions
- Fixed an issue where downloaded lyrics would sometimes contain html encoded characters
- Fixed an issue where the duration displayed for multiple selected files was wrong
- Improved create playlist dialog ux
- Updated translations (Thanks everyone on Weblate!)";
if (_controller.Theme != Theme.System)
Expand Down

0 comments on commit af4161f

Please sign in to comment.