From 4320ecd560bf047e1cd9ceccf68d0476e3894230 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Mon, 18 Nov 2024 13:48:01 +0100 Subject: [PATCH] Version 2.0.7 --- pyproject.toml | 2 +- resources/flatpak/rocks.syng.Syng.metainfo.xml | 11 +++++++++++ syng/gui.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 994585b..2be0284 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "syng" -version = "2.0.6" +version = "2.0.7" description = "Easily host karaoke events" authors = ["Christoph Stahl "] license = "AGPL-3.0-or-later" diff --git a/resources/flatpak/rocks.syng.Syng.metainfo.xml b/resources/flatpak/rocks.syng.Syng.metainfo.xml index 05de914..0de9461 100644 --- a/resources/flatpak/rocks.syng.Syng.metainfo.xml +++ b/resources/flatpak/rocks.syng.Syng.metainfo.xml @@ -34,6 +34,17 @@ + + +

+ Bug Fixes: +

+
    +
  • Fixed local YT search.
  • +
  • Fixeds metadata fetch for directly added YT videos.
  • +
+
+

diff --git a/syng/gui.py b/syng/gui.py index fe1c841..e8368db 100644 --- a/syng/gui.py +++ b/syng/gui.py @@ -19,7 +19,7 @@ try: if not TYPE_CHECKING: from ctypes import windll - appid = "rocks.syng.Syng.2.0.6" + appid = "rocks.syng.Syng.2.0.7" windll.shell32.SetCurrentProcessExplicitAppUserModelID(appid) except ImportError: pass