From a0315e7d89bb71a89933e3c38a8cbfb614f0fab9 Mon Sep 17 00:00:00 2001 From: Nick Logozzo Date: Sat, 15 Oct 2022 17:33:50 -0400 Subject: [PATCH] V2022.10.2 --- org.nickvision.tubeconverter.json | 2 +- org.nickvision.tubeconverter.metainfo.xml | 2 +- src/ui/application.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/org.nickvision.tubeconverter.json b/org.nickvision.tubeconverter.json index f88d1a5ff..f030aee32 100644 --- a/org.nickvision.tubeconverter.json +++ b/org.nickvision.tubeconverter.json @@ -34,7 +34,7 @@ { "type": "git", "url": "https://github.com/nlogozzo/NickvisionTubeConverter.git", - "tag": "2022.10.2-beta3" + "tag": "2022.10.2" } ] } diff --git a/org.nickvision.tubeconverter.metainfo.xml b/org.nickvision.tubeconverter.metainfo.xml index 7a874fffc..e58d92952 100644 --- a/org.nickvision.tubeconverter.metainfo.xml +++ b/org.nickvision.tubeconverter.metainfo.xml @@ -36,7 +36,7 @@ org.nickvision.tubeconverter - +

- New application icon (Thanks @martin-desktops!)

- Implemented proper stop function for download

diff --git a/src/ui/application.cpp b/src/ui/application.cpp index 2d743519a..861296dda 100644 --- a/src/ui/application.cpp +++ b/src/ui/application.cpp @@ -13,7 +13,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.10.2-beta3"); + m_appInfo.setVersion("2022.10.2"); m_appInfo.setChangelog("
  • New application icon (Thanks @martin-desktops!)
  • Implemented proper stop function for download
  • 'New Filename' is now allowed to be empty. If it is empty, the video title will be used
  • Improved video url checking
"); m_appInfo.setGitHubRepo("https://github.com/nlogozzo/NickvisionTubeConverter"); m_appInfo.setIssueTracker("https://github.com/nlogozzo/NickvisionTubeConverter/issues/new");