Skip to content

Commit

Permalink
V2023.11.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Nov 16, 2023
1 parent 5be8267 commit 0543a61
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions NickvisionTubeConverter.GNOME/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public Program(string[] args)
* Fixed an issue where aria's max connections per server preference was allowed to be greater than 16
* Fixed an issue where enabling the ""Download Specific Timeframe"" advanced option would cause a crash for certain media downloads
* Fixed an issue where stopping all downloads would cause the app to crash
* Fixed an issue where some videos were not validated correctly
* Updated to GNOME 45 runtime with latest libadwaita design
* Updated translations (Thanks everyone on Weblate!)";
_application.OnActivate += OnActivate;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public MainWindowController(string[] args)
Aura.Active.SetConfig<Configuration>("config");
Configuration.Current.Saved += ConfigurationSaved;
Aura.Active.SetConfig<DownloadHistory>("downloadHistory");
AppInfo.Version = "2023.11.0-beta2";
AppInfo.Version = "2023.11.0-rc1";
AppInfo.ShortName = _("Parabolic");
AppInfo.Description = _("Download web video and audio");
AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Parabolic");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</custom>

<releases>
<release version="2023.11.0-beta2" date="2023-11-03">
<release version="2023.11.0-rc1" date="2023-11-15">
<description translatable="no">
<p>- Parabolic is now available for Windows using Windows App SDK and WinUI 3</p>
<p>- Added support for auto-generated subtitles from English</p>
Expand All @@ -62,6 +62,7 @@
<p>- Fixed an issue where aria's max connections per server preference was allowed to be greater than 16</p>
<p>- Fixed an issue where enabling the "Download Specific Timeframe" advanced option would cause a crash for certain media downloads</p>
<p>- Fixed an issue where stopping all downloads would cause the app to crash</p>
<p>- Fixed an issue where some videos were not validated correctly</p>
<p>- Updated to GNOME 45 runtime with latest libadwaita design</p>
<p>- Updated translations (Thanks everyone on Weblate!)</p>
</description>
Expand Down
1 change: 1 addition & 0 deletions NickvisionTubeConverter.WinUI/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public App()
- Fixed an issue where aria's max connections per server preference was allowed to be greater than 16
- Fixed an issue where enabling the ""Download Specific Timeframe"" advanced option would cause a crash for certain media downloads
- Fixed an issue where stopping all downloads would cause the app to crash
- Fixed an issue where some videos were not validated correctly
- Updated translations (Thanks everyone on Weblate!)";
if (_controller.Theme != Theme.System)
{
Expand Down

0 comments on commit 0543a61

Please sign in to comment.