diff --git a/NickvisionTubeConverter.GNOME/Program.cs b/NickvisionTubeConverter.GNOME/Program.cs index 8da076997..1adf2bd4e 100644 --- a/NickvisionTubeConverter.GNOME/Program.cs +++ b/NickvisionTubeConverter.GNOME/Program.cs @@ -47,7 +47,7 @@ public Program() _mainWindowController.AppInfo.Name = "Nickvision Tube Converter"; _mainWindowController.AppInfo.ShortName = _mainWindowController.Localizer["ShortName"]; _mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}."; - _mainWindowController.AppInfo.Version = "2023.5.0-next"; + _mainWindowController.AppInfo.Version = "2023.5.0-beta1"; _mainWindowController.AppInfo.Changelog = ""; _mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/NickvisionApps/TubeConverter"); _mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/TubeConverter/issues/new"); diff --git a/NickvisionTubeConverter.GNOME/org.nickvision.tubeconverter.metainfo.xml b/NickvisionTubeConverter.GNOME/org.nickvision.tubeconverter.metainfo.xml index f314de581..f170bd0ca 100644 --- a/NickvisionTubeConverter.GNOME/org.nickvision.tubeconverter.metainfo.xml +++ b/NickvisionTubeConverter.GNOME/org.nickvision.tubeconverter.metainfo.xml @@ -50,7 +50,7 @@ - +

- Added the ability to stop all downloads

- Added the ability to retry all failed downloads

diff --git a/NickvisionTubeConverter.WinUI/App.xaml.cs b/NickvisionTubeConverter.WinUI/App.xaml.cs index aab02d9cb..9c1425f36 100644 --- a/NickvisionTubeConverter.WinUI/App.xaml.cs +++ b/NickvisionTubeConverter.WinUI/App.xaml.cs @@ -27,7 +27,7 @@ public App() _mainWindowController.AppInfo.Name = "Nickvision Tube Converter"; _mainWindowController.AppInfo.ShortName = _mainWindowController.Localizer["ShortName"]; _mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}."; - _mainWindowController.AppInfo.Version = "2023.5.0-next"; + _mainWindowController.AppInfo.Version = "2023.5.0-beta1"; _mainWindowController.AppInfo.Changelog = "- Redesigned UI\n- Added the ability to stop all downloads\n- Added the ability to retry all failed downloads\n- Added the ability to clear queued downloads\n- Fixed an issue where some downloads could not be stopped and retried\n- Updated translations (Thanks everyone on Weblate!)"; _mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/NickvisionApps/TubeConverter"); _mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/TubeConverter/issues/new");