Skip to content

Commit

Permalink
V2024.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Oct 13, 2024
1 parent e5e5c89 commit 4e3d6a3
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 @@ -38,7 +38,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.10.1-next" });
m_appInfo.setVersion({ "2024.10.1" });
m_appInfo.setShortName(_("Parabolic"));
m_appInfo.setDescription(_("Download web video and audio"));
m_appInfo.setChangelog("- Added the ability to specify the number of threads to use for postprocessing operations\n- Fixed an issue where the Add Download action was disabled incorrectly\n- Fixed an issue where a selected video resolution was ignored when downloading\n- Fixed an issue where the app crashed when attempting to use aria2c\n- Fixed an issue where the GNOME version of the app did not allow for scrolling on the download pages\n- Fixed an issue where the Qt version of the app did not display subtitle and playlist item rows correctly\n- Fixed an issue where the Qt version of the app did not respect dark mode on Windows 10\n- Updated yt-dlp to 2024.10.07");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<binary>@PROJECT_NAME@</binary>
</provides>
<releases>
<release version="2024.10.1-next" date="2024-10-04">
<release version="2024.10.1" date="2024-10-13">
<description translate="no">
<p>- Added the ability to specify the number of threads to use for postprocessing operations</p>
<p>- Fixed an issue where the Add Download action was disabled incorrectly</p>
Expand Down

0 comments on commit 4e3d6a3

Please sign in to comment.