Skip to content

Commit

Permalink
V2023.8.3-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Aug 24, 2023
1 parent eb10f09 commit 90f8cfb
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -36,6 +36,7 @@ public Program(string[] args)
_mainWindowController = new MainWindowController();
_mainWindowController.AppInfo.Changelog =
@"* Added a new advanced download option to split chapters
* Added a new preference to enable SponsorBlock for YouTube downloads
* Updated translations (Thanks everyone on Weblate!)";
_application.OnActivate += OnActivate;
if (File.Exists(Path.GetFullPath(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location)) + "/org.nickvision.tubeconverter.gresource"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public MainWindowController()
Aura.Active.SetConfig<Configuration>("config");
Configuration.Current.Saved += ConfigurationSaved;
Aura.Active.SetConfig<DownloadHistory>("downloadHistory");
AppInfo.Version = "2023.8.3-next";
AppInfo.Version = "2023.8.3-rc1";
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
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@
</custom>

<releases>
<release version="2023.8.3-next" date="2023-08-17">
<release version="2023.8.3-rc1" date="2023-08-23">
<description translatable="no">
<p>- Added a new advanced download option to split chapters</p>
<p>- Added a new preference to enable SponsorBlock for YouTube downloads<p>
<p>- Updated translations (Thanks everyone on Weblate!)</p>
</description>
</release>
Expand Down

0 comments on commit 90f8cfb

Please sign in to comment.