Skip to content

Commit

Permalink
V2023.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Sep 29, 2023
1 parent 8b2cbd6 commit 27dd4c3
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 @@ -40,6 +40,7 @@ public Program(string[] args)
* Fixed an issue where empty subtitles were sometimes embedded
* Fixed an issue where arte.tv links were not validating thanks to a yt-dlp update
* If embedding subtitles fails, Parabolic will automatically save them to separate files instead
* Improved Parabolic's display of progress in the taskbar (dock)
* 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 @@ -104,7 +104,7 @@ public MainWindowController()
Aura.Active.SetConfig<Configuration>("config");
Configuration.Current.Saved += ConfigurationSaved;
Aura.Active.SetConfig<DownloadHistory>("downloadHistory");
AppInfo.Version = "2023.9.1-rc3";
AppInfo.Version = "2023.9.1";
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,13 +50,14 @@
</custom>

<releases>
<release version="2023.9.1-rc3" date="2023-09-27">
<release version="2023.9.1" date="2023-09-29">
<description translatable="no">
<p>- Added an option to disable embedding subtitles in a file and instead download them in a separate file</p>
<p>- Added the ability to specify ""all"" in the subtitle languages list to download all available languages</p>
<p>- Fixed an issue where empty subtitles were sometimes embedded</p>
<p>- Fixed an issue where arte.tv links were not validating thanks to a yt-dlp update</p>
<p>- If embedding subtitles fails, Parabolic will automatically save them to separate files instead</p>
<p>- Improved Parabolic's display of progress in the taskbar (dock)</p>
<p>- Updated translations (Thanks everyone on Weblate!)</p>
</description>
</release>
Expand Down

0 comments on commit 27dd4c3

Please sign in to comment.