From 7d608d99f239546eeb2214a4f7d666b526f59f02 Mon Sep 17 00:00:00 2001
From: Christoph Stahl
Date: Sun, 6 Oct 2024 17:21:37 +0200
Subject: [PATCH] Versionbump to 2.0.2
---
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 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