Skip to content

Commit

Permalink
V2024.9.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Sep 5, 2024
1 parent a47db37 commit 9c13687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libparabolic/src/controllers/mainwindowcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace Nickvision::TubeConverter::Shared::Controllers
m_keyring{ m_appInfo.getId() },
m_downloadManager{ m_dataFileManager.get<Configuration>("config").getDownloaderOptions(), m_dataFileManager.get<DownloadHistory>("history"), m_logger }
{
m_appInfo.setVersion({ "2024.9.0-beta1" });
m_appInfo.setVersion({ "2024.9.0-beta2" });
m_appInfo.setShortName(_("Parabolic"));
m_appInfo.setDescription(_("Download web video and audio"));
m_appInfo.setChangelog("- Parabolic has been rewritten in C++ for faster performance\n- The length of the kept download history can now be changed in the app's preferences\n- Cookies can now be fetched from a selected browser in Preferences instead of selecting a TXT cookies file\n- Parabolic's Keyring module was rewritten. As a result, all keyrings have been reset and will need to be reconfigured\n- Parabolic will now correctly recognize audio languages with audio description and handle them separately from audio languages without audio description\n- Parabolic will now place playlist downloads into a subdirectory with the playlist's title within the chosen save folder\n- Fixed validation issues with various sites\n- Fixed an issue where a specified video password was not being used\n- Redesigned user interface\n- Updated yt-dlp");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<binary>@PROJECT_NAME@</binary>
</provides>
<releases>
<release version="2024.9.0-beta1" date="2024-09-04">
<release version="2024.9.0-beta2" date="2024-09-04">
<description translate="no">
<p>- Parabolic has been rewritten in C++ for faster performance</p>
<p>- The length of the kept download history can now be changed in the app's preferences</p>
Expand Down

0 comments on commit 9c13687

Please sign in to comment.