Skip to content

Commit

Permalink
V2024.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Nov 19, 2024
1 parent e177dba commit b218839
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_dataFileManager.get<DownloadRecoveryQueue>("recovery"), m_logger }
{
m_appInfo.setVersion({ "2024.11.1-next" });
m_appInfo.setVersion({ "2024.11.1" });
m_appInfo.setShortName(_("Parabolic"));
m_appInfo.setDescription(_("Download web video and audio"));
m_appInfo.setChangelog("- Fixed an issue where file names that included a period were truncated\n- Fixed an issue where long file names caused the application to crash\n- Fixed an issue where external subtitle files were created although embedding was supported\n- Fixed an issue where generic downloads were unable to be opened upon completion\n- Updated yt-dlp to 2024.11.18");
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.11.1-next" date="2024-11-14">
<release version="2024.11.1" date="2024-11-19">
<description translate="no">
<p>- Fixed an issue where file names that included a period were truncated</p>
<p>- Fixed an issue where long file names caused the application to crash</p>
Expand Down

0 comments on commit b218839

Please sign in to comment.