diff --git a/NickvisionTubeConverter.Shared/Controllers/MainWindowController.cs b/NickvisionTubeConverter.Shared/Controllers/MainWindowController.cs index 8b500d5b1..885a61ac8 100644 --- a/NickvisionTubeConverter.Shared/Controllers/MainWindowController.cs +++ b/NickvisionTubeConverter.Shared/Controllers/MainWindowController.cs @@ -87,7 +87,7 @@ public MainWindowController() } Aura.Active.SetConfig("config"); Aura.Active.SetConfig("downloadHistory"); - AppInfo.Version = "2023.8.0-rc1"; + AppInfo.Version = "2023.8.0-rc2"; AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Parabolic"); AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/Parabolic/issues/new"); AppInfo.SupportUrl = new Uri("https://github.com/NickvisionApps/Parabolic/discussions"); diff --git a/NickvisionTubeConverter.Shared/Models/DownloadOptions.cs b/NickvisionTubeConverter.Shared/Models/DownloadOptions.cs index a4523c0ba..617016287 100644 --- a/NickvisionTubeConverter.Shared/Models/DownloadOptions.cs +++ b/NickvisionTubeConverter.Shared/Models/DownloadOptions.cs @@ -61,7 +61,7 @@ public DownloadOptions(bool overwriteExistingFiles, bool useAria, int ariaMaxCon AriaMaxConnectionsPerServer = ariaMaxConnectionsPerServer; AriaMinSplitSize = ariaMinSplitSize; SubtitleLangs = subtitleLangs; - ProxyUrl = ""; + ProxyUrl = proxyUrl; CookiesPath = cookiesPath; EmbedMetadata = embedMetadata; EmbedChapters = embedChapters; diff --git a/NickvisionTubeConverter.Shared/org.nickvision.tubeconverter.metainfo.xml.in b/NickvisionTubeConverter.Shared/org.nickvision.tubeconverter.metainfo.xml.in index 9ab8d00b8..b8e1aaf9f 100644 --- a/NickvisionTubeConverter.Shared/org.nickvision.tubeconverter.metainfo.xml.in +++ b/NickvisionTubeConverter.Shared/org.nickvision.tubeconverter.metainfo.xml.in @@ -50,7 +50,7 @@ - +

- Added buttons to select or deselect all items in a playlist

- Added a proxy setting in Preferences