diff --git a/pyproject.toml b/pyproject.toml index 5cff4e1..ce580ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "syng" -version = "2.0.1" +version = "2.0.2" 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 3fa75e0..b3900f0 100644 --- a/resources/flatpak/rocks.syng.Syng.metainfo.xml +++ b/resources/flatpak/rocks.syng.Syng.metainfo.xml @@ -30,6 +30,17 @@ + + + Changes: +

+
    +
  • Simplified user interface (Advanced)
  • +
  • Added config option to add parameters to mpv
  • +
  • Index files are now updated in the background after starting
  • +
+
+

diff --git a/syng/gui.py b/syng/gui.py index 404fdc6..c88ac30 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.1" + appid = "rocks.syng.Syng.2.0.2" windll.shell32.SetCurrentProcessExplicitAppUserModelID(appid) except ImportError: pass