Skip to content

Commit

Permalink
V2025.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jan 9, 2025
1 parent 7d0ec47 commit c7517e8
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.0-next" });
m_appInfo.setVersion({ "2025.1.0" });
m_appInfo.setShortName(_("Parabolic"));
m_appInfo.setDescription(_("Download web video and audio"));
m_appInfo.setChangelog("- Parabolic will now display all available video and audio formats for selection by the user when downloading a single media\n- Fixed an issue where some video downloads contained no audio\n- Fixed an issue where progress was incorrectly reported for some downloads\n- Fixed an issue where downloads would not stop on Windows\n- Fixed an issue where paths with accent marks were not handled correctly on Windows\n- Fixed an issue where the bundled ffmpeg did not work correctly on some Windows systems");
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.0-next" date="2025-01-03">
<release version="2025.1.0" date="2025-01-09">
<description translate="no">
<p>- Parabolic will now display all available video and audio formats for selection by the user when downloading a single media</p>
<p>- Fixed an issue where some video downloads contained no audio</p>
Expand Down

0 comments on commit c7517e8

Please sign in to comment.