Skip to content

Commit

Permalink
V2023.5.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed May 8, 2023
1 parent 2ec4724 commit 4bbd8a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NickvisionTubeConverter.GNOME/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<ul><li>Added the ability to stop all downloads</li><li>Added the ability to retry all failed downloads</li><li>Added the ability to clear queued downloads</li><li>Fixed an issue where some downloads could not be stopped and retried</li><li>Fixed a random crash users where experiencing when downloading</li><li>Improved UI/UX</li><li>Updated translations (Thanks everyone on Weblate!)</li></ul>";
_mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/NickvisionApps/TubeConverter");
_mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/TubeConverter/issues/new");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</custom>

<releases>
<release version="2023.5.0-next" date="2023-05-01">
<release version="2023.5.0-beta1" date="2023-05-07">
<description>
<p>- Added the ability to stop all downloads</p>
<p>- Added the ability to retry all failed downloads</p>
Expand Down
2 changes: 1 addition & 1 deletion NickvisionTubeConverter.WinUI/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 4bbd8a7

Please sign in to comment.