Skip to content

Commit

Permalink
V2023.6.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed May 29, 2023
1 parent 6930d40 commit 81dbf5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NickvisionTubeConverter.GNOME/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public Program()
_mainWindowController.AppInfo.Name = "Nickvision Tube Converter";
_mainWindowController.AppInfo.ShortName = _("Tube Converter");
_mainWindowController.AppInfo.Description = $"{_("Get video and audio from the web")}.";
_mainWindowController.AppInfo.Version = "2023.6.0-beta1";
_mainWindowController.AppInfo.Changelog = "<ul><li>Added the ability to upload a cookie file to use for media downloads that require a login</li><li>Added support for downloading media as M4A</li><li>Added more configurable options for aria2 downloader</li><li>Added options to configure when completed download notifications are shown</li><li>Added the ability to clear completed downloads</li><li>Tube Converter will check the clipboard for a valid media url on startup and when AddDownloadDialog is opened</li><li>Fixed an issue that prevented downloading m3u8 streams</li><li>Fixed an issue that prevented downloading media to NTFS drives</li><li>Updated translations (Thanks everyone on Weblate!)</li></ul>";
_mainWindowController.AppInfo.Version = "2023.6.0-beta2";
_mainWindowController.AppInfo.Changelog = "<ul><li>Added the ability to upload a cookie file to use for media downloads that require a login</li><li>Added support for downloading media as M4A</li><li>Added more configurable options for aria2 downloader</li><li>Added options to configure when completed download notifications are shown</li><li>Added the ability to clear completed downloads</li><li>Tube Converter will check the clipboard for a valid media url on startup and when AddDownloadDialog is opened</li><li>Fixed an issue that prevented downloading m3u8 streams</li><li>Fixed an issue that prevented downloading media to NTFS drives</li><li>Updated 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");
_mainWindowController.AppInfo.SupportUrl = new Uri("https://github.com/NickvisionApps/TubeConverter/discussions");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</custom>

<releases>
<release version="2023.6.0-beta1" date="2023-05-28">
<release version="2023.6.0-beta2" date="2023-05-28">
<description translatable="no">
<p>- Added the ability to upload a cookie file to use for media downloads that require a login</p>
<p>- Added support for downloading media as M4A</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.6.0-beta1' # just for humans, typically '1.2+git' or '1.3.2'
version: '2023.6.0-beta2' # 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 81dbf5f

Please sign in to comment.