diff --git a/.gitignore b/.gitignore index 0111a3c40..e62ff2f11 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ *.rsuser *.suo *.user +*.user.* *.userosscache *.sln.docstates diff --git a/libparabolic/src/controllers/mainwindowcontroller.cpp b/libparabolic/src/controllers/mainwindowcontroller.cpp index 4fa7e72fb..c77a9b91f 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({ "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"); diff --git a/resources/linux/org.nickvision.tubeconverter.metainfo.xml.in b/resources/linux/org.nickvision.tubeconverter.metainfo.xml.in index 665140fc0..a132d170e 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@ - +

- Fixed an issue where generic video downloads would sometimes incorrectly convert to another file type

- Fixed an issue where subtitles were not downloaded properly