diff --git a/pyproject.toml b/pyproject.toml index 994585be3960b09556fcb5e620e408501e1a2464..2be028455796a8382691b85e386269e8f320aff0 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 <christoph.stahl@tu-dortmund.de>"] 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 05de91450930ec58240e45eba20f4be3b5953bd7..0de9461686c397cb7af1e2ba749589caa78ff804 100644 --- a/resources/flatpak/rocks.syng.Syng.metainfo.xml +++ b/resources/flatpak/rocks.syng.Syng.metainfo.xml @@ -34,6 +34,17 @@ <releases> + <release version="2.0.7" date="2024-11-18"> + <description> + <p> + <em>Bug Fixes</em>: + </p> + <ul> + <li>Fixed local YT search.</li> + <li>Fixeds metadata fetch for directly added YT videos.</li> + </ul> + </description> + </release> <release version="2.0.6" date="2024-11-18"> <description> <p> diff --git a/syng/gui.py b/syng/gui.py index fe1c8413af3180e4ccaafda2f1da4380ee4a00ab..e8368dbea2b6edb1719f78309a7f81c482b73d2a 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