From dfff4c80d4cc7f73a608494c91d52a6d9bc6dcf5 Mon Sep 17 00:00:00 2001 From: Nick Logozzo Date: Tue, 1 Oct 2024 14:10:28 -0400 Subject: [PATCH] V2024.10.0-rc2 --- libparabolic/src/controllers/mainwindowcontroller.cpp | 2 +- resources/linux/org.nickvision.tubeconverter.metainfo.xml.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libparabolic/src/controllers/mainwindowcontroller.cpp b/libparabolic/src/controllers/mainwindowcontroller.cpp index dd6dae5a1..e1de7ea04 100644 --- a/libparabolic/src/controllers/mainwindowcontroller.cpp +++ b/libparabolic/src/controllers/mainwindowcontroller.cpp @@ -39,7 +39,7 @@ namespace Nickvision::TubeConverter::Shared::Controllers m_keyring{ m_appInfo.getId() }, m_downloadManager{ m_dataFileManager.get("config").getDownloaderOptions(), m_dataFileManager.get("history"), m_logger } { - m_appInfo.setVersion({ "2024.10.0-rc1" }); + m_appInfo.setVersion({ "2024.10.0-rc2" }); 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 Keyring module was rewritten. As a result, all keyrings have been reset and will need to be reconfigured\n- Audio languages with audio description are now correctly recognized and handled separately from audio languages without audio description\n- Audio download qualities will now list audio bitrates for the user to choose from\n- Playlist downloads will now be saved in a subdirectory with the playlist's title within the chosen save folder\n- When viewing the log of a download, the command used to run the download can now also be copied to the clipboard\n- The length of the kept download history can now be changed in Preferences\n- On non-sandbox platforms, a browser can be selected for Parabolic to fetch cookies from instead of selecting a txt file in Preferences\n- Added an option in Preferences to allow for immediate download after a URL is validated\n- Added an option in Preferences to pick a preferred video codec for when downloading video media\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"); diff --git a/resources/linux/org.nickvision.tubeconverter.metainfo.xml.in b/resources/linux/org.nickvision.tubeconverter.metainfo.xml.in index d83f2c687..44c54cdca 100644 --- a/resources/linux/org.nickvision.tubeconverter.metainfo.xml.in +++ b/resources/linux/org.nickvision.tubeconverter.metainfo.xml.in @@ -36,7 +36,7 @@ @PROJECT_NAME@ - +

- Parabolic has been rewritten in C++ for faster performance

- The Keyring module was rewritten. As a result, all keyrings have been reset and will need to be reconfigured