Skip to content

Commit

Permalink
V2023.8.0-rc2
Browse files Browse the repository at this point in the history
Fix proxy not working (#485 (comment))
  • Loading branch information
nlogozzo committed Jul 31, 2023
1 parent 7194a7a commit d529420
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public MainWindowController()
}
Aura.Active.SetConfig<Configuration>("config");
Aura.Active.SetConfig<DownloadHistory>("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");
Expand Down
2 changes: 1 addition & 1 deletion NickvisionTubeConverter.Shared/Models/DownloadOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</custom>

<releases>
<release version="2023.8.0-rc1" date="2023-07-30">
<release version="2023.8.0-rc2" date="2023-07-31">
<description translatable="no">
<p>- Added buttons to select or deselect all items in a playlist</p>
<p>- Added a proxy setting in Preferences</p>
Expand Down

0 comments on commit d529420

Please sign in to comment.