From 47e61e30531b14f7746924862b75c4646c6fa4ae Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 30 Nov 2024 01:42:44 +0100 Subject: [PATCH] Bump version to 0.12.20 --- ...github.unrud.VideoDownloader.metainfo-releases.xml.in | 9 +++++++++ data/com.github.unrud.VideoDownloader.metainfo.xml.in | 6 +++--- meson.build | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/data/com.github.unrud.VideoDownloader.metainfo-releases.xml.in b/data/com.github.unrud.VideoDownloader.metainfo-releases.xml.in index a379fcb..7ccfef0 100644 --- a/data/com.github.unrud.VideoDownloader.metainfo-releases.xml.in +++ b/data/com.github.unrud.VideoDownloader.metainfo-releases.xml.in @@ -1,5 +1,14 @@ + + +
    +
  • Add Basque translation
  • +
  • Add Portuguese (Brazil) translation
  • +
  • Fix download not starting in rare circumstances
  • +
+
+
    diff --git a/data/com.github.unrud.VideoDownloader.metainfo.xml.in b/data/com.github.unrud.VideoDownloader.metainfo.xml.in index 6745609..e6e34d4 100644 --- a/data/com.github.unrud.VideoDownloader.metainfo.xml.in +++ b/data/com.github.unrud.VideoDownloader.metainfo.xml.in @@ -38,13 +38,13 @@ video-downloader - https://raw.githubusercontent.com/Unrud/video-downloader/v0.12.19/screenshots/1.png + https://raw.githubusercontent.com/Unrud/video-downloader/v0.12.20/screenshots/1.png - https://raw.githubusercontent.com/Unrud/video-downloader/v0.12.19/screenshots/2.png + https://raw.githubusercontent.com/Unrud/video-downloader/v0.12.20/screenshots/2.png - https://raw.githubusercontent.com/Unrud/video-downloader/v0.12.19/screenshots/3.png + https://raw.githubusercontent.com/Unrud/video-downloader/v0.12.20/screenshots/3.png diff --git a/meson.build b/meson.build index 3a864f9..c0a135e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('video-downloader', - version: '0.12.19', + version: '0.12.20', meson_version: '>= 0.62.0', default_options: ['warning_level=2', 'werror=false'], )