diff --git a/org.nickvision.tubeconverter.json b/org.nickvision.tubeconverter.json index 0f04657b4..328f2c84d 100644 --- a/org.nickvision.tubeconverter.json +++ b/org.nickvision.tubeconverter.json @@ -195,7 +195,7 @@ { "type": "git", "url": "https://github.com/nlogozzo/NickvisionTubeConverter.git", - "tag": "2022.11.0-beta2" + "tag": "2022.11.0" } ] } diff --git a/org.nickvision.tubeconverter.metainfo.xml b/org.nickvision.tubeconverter.metainfo.xml index df0235c23..db6622dba 100644 --- a/org.nickvision.tubeconverter.metainfo.xml +++ b/org.nickvision.tubeconverter.metainfo.xml @@ -36,7 +36,7 @@ org.nickvision.tubeconverter - +

- Fixed an issue where videos could not be downloaded on ARM64

- Fixed an issue where 'Best' and 'Good' would download the same video quality

diff --git a/src/ui/application.cpp b/src/ui/application.cpp index f4eabb291..24b9d0e75 100644 --- a/src/ui/application.cpp +++ b/src/ui/application.cpp @@ -14,7 +14,7 @@ Application::Application(const std::string& id, GApplicationFlags flags) : m_adw m_appInfo.setName("Nickvision Tube Converter"); m_appInfo.setShortName("Tube Converter"); m_appInfo.setDescription(_("An easy-to-use YouTube video downloader.")); - m_appInfo.setVersion("2022.11.0-beta2"); + m_appInfo.setVersion("2022.11.0"); m_appInfo.setChangelog("
  • Fixed an issue where videos could not be downloaded on ARM64
  • Fixed an issue where 'Best' and 'Good' would download the same video quality
  • Improved design of the Logs dialog
  • Added translation support
  • Added Arabic translation (Thanks @fawaz006!)
  • Added Dutch translation (Thanks @Vistaus!)
  • Added French translation (Thanks @zothma!)
  • Added Russian translation (Thanks @fsobolev!)
"); m_appInfo.setGitHubRepo("https://github.com/nlogozzo/NickvisionTubeConverter"); m_appInfo.setIssueTracker("https://github.com/nlogozzo/NickvisionTubeConverter/issues/new");