diff --git a/libparabolic/src/controllers/mainwindowcontroller.cpp b/libparabolic/src/controllers/mainwindowcontroller.cpp index 84416b384..2274eca75 100644 --- a/libparabolic/src/controllers/mainwindowcontroller.cpp +++ b/libparabolic/src/controllers/mainwindowcontroller.cpp @@ -40,7 +40,7 @@ namespace Nickvision::TubeConverter::Shared::Controllers m_downloadManager{ m_dataFileManager.get("config").getDownloaderOptions(), m_dataFileManager.get("history"), m_dataFileManager.get("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"); diff --git a/resources/linux/org.nickvision.tubeconverter.metainfo.xml.in b/resources/linux/org.nickvision.tubeconverter.metainfo.xml.in index 1c3099a38..f34754136 100644 --- a/resources/linux/org.nickvision.tubeconverter.metainfo.xml.in +++ b/resources/linux/org.nickvision.tubeconverter.metainfo.xml.in @@ -55,7 +55,7 @@ @PROJECT_NAME@ - +

- Parabolic will now display all available video and audio formats for selection by the user when downloading a single media

- Fixed an issue where some video downloads contained no audio