Skip to content

Commit

Permalink
V2024.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Dec 19, 2024
1 parent b2fa8f2 commit 045bc53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
*.rsuser
*.suo
*.user
*.user.*
*.userosscache
*.sln.docstates

Expand Down
2 changes: 1 addition & 1 deletion libparabolic/src/controllers/mainwindowcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace Nickvision::TubeConverter::Shared::Controllers
m_downloadManager{ m_dataFileManager.get<Configuration>("config").getDownloaderOptions(), m_dataFileManager.get<DownloadHistory>("history"), m_dataFileManager.get<DownloadRecoveryQueue>("recovery"), m_logger },
m_isWindowActive{ false }
{
m_appInfo.setVersion({ "2024.12.1-next" });
m_appInfo.setVersion({ "2024.12.1" });
m_appInfo.setShortName(_("Parabolic"));
m_appInfo.setDescription(_("Download web video and audio"));
m_appInfo.setChangelog("- Fixed an issue where generic video downloads would sometimes incorrectly convert to another file type\n- Fixed an issue where subtitles were not downloaded properly\n- Fixed an issue where desktop notifications were not displayed");
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.12.1-next" date="2024-12-16">
<release version="2024.12.1" date="2024-12-19">
<description translate="no">
<p>- Fixed an issue where generic video downloads would sometimes incorrectly convert to another file type</p>
<p>- Fixed an issue where subtitles were not downloaded properly</p>
Expand Down

0 comments on commit 045bc53

Please sign in to comment.