From 08e30f487789eb75baf727d077df45af2e27dac9 Mon Sep 17 00:00:00 2001 From: Nick Logozzo Date: Fri, 16 Jun 2023 08:15:22 -0400 Subject: [PATCH] V2023.6.1 --- NickvisionTubeConverter.GNOME/Program.cs | 2 +- .../org.nickvision.tubeconverter.metainfo.xml.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NickvisionTubeConverter.GNOME/Program.cs b/NickvisionTubeConverter.GNOME/Program.cs index 0e4d17eb5..cbee3dd31 100644 --- a/NickvisionTubeConverter.GNOME/Program.cs +++ b/NickvisionTubeConverter.GNOME/Program.cs @@ -48,7 +48,7 @@ public Program() _mainWindowController.AppInfo.Name = "Nickvision Tube Converter"; _mainWindowController.AppInfo.ShortName = _("Tube Converter"); _mainWindowController.AppInfo.Description = $"{_("Download web video and audio")}."; - _mainWindowController.AppInfo.Version = "2023.6.1-rc1"; + _mainWindowController.AppInfo.Version = "2023.6.1"; _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.Shared/org.nickvision.tubeconverter.metainfo.xml.in b/NickvisionTubeConverter.Shared/org.nickvision.tubeconverter.metainfo.xml.in index a917e0788..244c5b799 100644 --- a/NickvisionTubeConverter.Shared/org.nickvision.tubeconverter.metainfo.xml.in +++ b/NickvisionTubeConverter.Shared/org.nickvision.tubeconverter.metainfo.xml.in @@ -50,7 +50,7 @@ - +

- Added authentication options when adding a download if needed

- Added a Keyring to store credentials that can be used when authenticating