Skip to content

Commit

Permalink
V2023.12.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Dec 29, 2023
1 parent 614cca6 commit cf8680b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public MainWindowController(string[] args)
DownloadManager = new DownloadManager(5);
IsWindowActive = false;
//AppInfo
AppInfo.Version = "2023.12.0-beta1";
AppInfo.Version = "2023.12.0-beta2";
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 @@ -43,7 +43,7 @@
<binary>org.nickvision.tubeconverter</binary>
</provides>
<releases>
<release version="2023.12.0-beta1" date="2023-12-24">
<release version="2023.12.0-beta2" date="2023-12-28">
<description translatable="no">
<p>- Fixed an issue where split chapters were not renamed correctly</p>
<p>- Fixed an issue where videos would not download greater than 1080p resolution</p>
Expand Down

0 comments on commit cf8680b

Please sign in to comment.