From a47db3735ec6560bedc1bdbc6e2ba27143f6b0a1 Mon Sep 17 00:00:00 2001 From: Nick Logozzo Date: Wed, 4 Sep 2024 18:40:54 -0400 Subject: [PATCH] Fix Spelling --- 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 59383a1f7..12dfc6dec 100644 --- a/libparabolic/src/controllers/mainwindowcontroller.cpp +++ b/libparabolic/src/controllers/mainwindowcontroller.cpp @@ -42,7 +42,7 @@ namespace Nickvision::TubeConverter::Shared::Controllers m_appInfo.setVersion({ "2024.9.0-beta1" }); 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 choosen 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"); + 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"); m_appInfo.setSourceRepo("https://github.com/NickvisionApps/Parabolic"); m_appInfo.setIssueTracker("https://github.com/NickvisionApps/Parabolic/issues/new"); m_appInfo.setSupportUrl("https://github.com/NickvisionApps/Parabolic/discussions"); diff --git a/resources/linux/org.nickvision.tubeconverter.metainfo.xml.in b/resources/linux/org.nickvision.tubeconverter.metainfo.xml.in index e5f5ef9de..f6d7ba944 100644 --- a/resources/linux/org.nickvision.tubeconverter.metainfo.xml.in +++ b/resources/linux/org.nickvision.tubeconverter.metainfo.xml.in @@ -43,7 +43,7 @@

- Cookies can now be fetched from a selected browser in Preferences instead of selecting a TXT cookies file

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

- Parabolic will now correctly recognize audio languages with audio description and handle them separately from audio languages without audio description

-

- Parabolic will now place playlist downloads into a subdirectory with the playlist's title within the choosen save folder

+

- Parabolic will now place playlist downloads into a subdirectory with the playlist's title within the chosen save folder

- Fixed validation issues with various sites

- Fixed an issue where a specified video password was not being used

- Redesigned user interface