Skip to content

Commit

Permalink
V2025.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jan 28, 2025
1 parent 7c4ed9e commit 9ac95c1
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 @@ -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({ "2025.1.3-next" });
m_appInfo.setVersion({ "2025.1.3" });
m_appInfo.setShortName(_("Parabolic"));
m_appInfo.setDescription(_("Download web video and audio"));
m_appInfo.setChangelog("- Improved progress and log reporting of downloads\n- Fixed an issue where removing source data from metadata was not working\n- Fixed an issue where a media's track number was not included in its metadata for playlist downloads\n- Fixed an issue where downloading media with a specified time frame did not work on Flatpak\n- Fixed an issue where the postprocessing threads setting had no effect on Flatpak\n- Fixed an issue where the video and audio format comboboxes were ellipsed on GNOME\n- Updated yt-dlp");
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="2025.1.3-next" date="2025-01-17">
<release version="2025.1.3" date="2025-01-28">
<description translate="no">
<p>- Improved progress and log reporting of downloads</p>
<p>- Fixed an issue where removing source data from metadata was not working</p>
Expand Down

0 comments on commit 9ac95c1

Please sign in to comment.