Skip to content

Commit

Permalink
Fix Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Sep 4, 2024
1 parent 32afa91 commit a47db37
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 @@ -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");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<p>- Cookies can now be fetched from a selected browser in Preferences instead of selecting a TXT cookies file</p>
<p>- Parabolic's Keyring module was rewritten. As a result, all keyrings have been reset and will need to be reconfigured</p>
<p>- Parabolic will now correctly recognize audio languages with audio description and handle them separately from audio languages without audio description</p>
<p>- Parabolic will now place playlist downloads into a subdirectory with the playlist's title within the choosen save folder</p>
<p>- Parabolic will now place playlist downloads into a subdirectory with the playlist's title within the chosen save folder</p>
<p>- Fixed validation issues with various sites</p>
<p>- Fixed an issue where a specified video password was not being used</p>
<p>- Redesigned user interface</p>
Expand Down

0 comments on commit a47db37

Please sign in to comment.