Skip to content

Commit

Permalink
V2023.5.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed May 25, 2023
1 parent 95a45ea commit f687b33
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-rc1";
_mainWindowController.AppInfo.Version = "2023.5.0-rc2";
_mainWindowController.AppInfo.Changelog = "<ul><li>Added the per-download option to crop the thumbnail of a video as a square</li><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>When downloading a video, the quality options will be the specific resolutions of the video instead of Best, Good, Worst</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-rc1" date="2023-05-23">
<release version="2023.5.0-rc2" date="2023-05-24">
<description>
<p>- Added the per-download option to crop the thumbnail of a video as a square</p>
<p>- Added the ability to stop all downloads</p>
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tube-converter # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap
version: '2023.5.0-rc1' # just for humans, typically '1.2+git' or '1.3.2'
version: '2023.5.0-rc2' # just for humans, typically '1.2+git' or '1.3.2'
adopt-info: tube-converter
icon: NickvisionTubeConverter.Shared/Resources/org.nickvision.tubeconverter.png
summary: An easy-to-use YouTube video downloader # 79 char long summary
Expand Down

0 comments on commit f687b33

Please sign in to comment.