Version 2.0.7

This commit is contained in:
Christoph Stahl 2024-11-18 13:48:01 +01:00
parent b37dd9f75b
commit 4320ecd560
3 changed files with 13 additions and 2 deletions

View file

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

View file

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

View file

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