Versionbump to 2.0.2

This commit is contained in:
Christoph Stahl 2024-10-06 17:21:37 +02:00
parent b16520c555
commit 7d608d99f2
3 changed files with 13 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "syng"
version = "2.0.1"
version = "2.0.2"
description = "Easily host karaoke events"
authors = ["Christoph Stahl <christoph.stahl@tu-dortmund.de>"]
license = "AGPL-3.0-or-later"

View file

@ -30,6 +30,17 @@
<releases>
<release version="2.0.2" date="2024-10-06">
<description>
<em>Changes</em>:
</p>
<ul>
<li>Simplified user interface (Advanced)</li>
<li>Added config option to add parameters to mpv</li>
<li>Index files are now updated in the background after starting</li>
</ul>
</description>
</release>
<release version="2.0.1" date="2024-09-30">
<description>
<p>

View file

@ -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