diff --git a/data/com.github.unrud.VideoDownloader.metainfo-releases.xml.in b/data/com.github.unrud.VideoDownloader.metainfo-releases.xml.in index 1df7914..03e03d3 100644 --- a/data/com.github.unrud.VideoDownloader.metainfo-releases.xml.in +++ b/data/com.github.unrud.VideoDownloader.metainfo-releases.xml.in @@ -1,5 +1,12 @@ + + +
    +
  • Skip missing thumbnails and subtitles
  • +
+
+
    diff --git a/data/com.github.unrud.VideoDownloader.metainfo.xml.in b/data/com.github.unrud.VideoDownloader.metainfo.xml.in index cadac96..2ca9429 100644 --- a/data/com.github.unrud.VideoDownloader.metainfo.xml.in +++ b/data/com.github.unrud.VideoDownloader.metainfo.xml.in @@ -30,13 +30,13 @@ video-downloader - https://raw.githubusercontent.com/Unrud/video-downloader/v0.12.8/screenshots/1.png + https://raw.githubusercontent.com/Unrud/video-downloader/v0.12.9/screenshots/1.png - https://raw.githubusercontent.com/Unrud/video-downloader/v0.12.8/screenshots/2.png + https://raw.githubusercontent.com/Unrud/video-downloader/v0.12.9/screenshots/2.png - https://raw.githubusercontent.com/Unrud/video-downloader/v0.12.8/screenshots/3.png + https://raw.githubusercontent.com/Unrud/video-downloader/v0.12.9/screenshots/3.png diff --git a/meson.build b/meson.build index 94a5db9..f728d3a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('video-downloader', - version: '0.12.8', + version: '0.12.9', meson_version: '>= 0.62.0', default_options: ['warning_level=2', 'werror=false'], )