From 9c13687e0795e8f0042a5f70017e4b1650f66a60 Mon Sep 17 00:00:00 2001 From: Nick Logozzo Date: Wed, 4 Sep 2024 21:05:58 -0400 Subject: [PATCH] V2024.9.0-beta2 --- 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 12dfc6dec..275a532c3 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.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"); diff --git a/resources/linux/org.nickvision.tubeconverter.metainfo.xml.in b/resources/linux/org.nickvision.tubeconverter.metainfo.xml.in index f6d7ba944..86f56988e 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 length of the kept download history can now be changed in the app's preferences