Skip to content
Snippets Groups Projects
Commit 4320ecd5 authored by Christoph Stahl's avatar Christoph Stahl
Browse files

Version 2.0.7

parent b37dd9f7
No related branches found
No related tags found
No related merge requests found
[tool.poetry] [tool.poetry]
name = "syng" name = "syng"
version = "2.0.6" version = "2.0.7"
description = "Easily host karaoke events" description = "Easily host karaoke events"
authors = ["Christoph Stahl <christoph.stahl@tu-dortmund.de>"] authors = ["Christoph Stahl <christoph.stahl@tu-dortmund.de>"]
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
......
...@@ -34,6 +34,17 @@ ...@@ -34,6 +34,17 @@
<releases> <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"> <release version="2.0.6" date="2024-11-18">
<description> <description>
<p> <p>
......
...@@ -19,7 +19,7 @@ try: ...@@ -19,7 +19,7 @@ try:
if not TYPE_CHECKING: if not TYPE_CHECKING:
from ctypes import windll from ctypes import windll
appid = "rocks.syng.Syng.2.0.6" appid = "rocks.syng.Syng.2.0.7"
windll.shell32.SetCurrentProcessExplicitAppUserModelID(appid) windll.shell32.SetCurrentProcessExplicitAppUserModelID(appid)
except ImportError: except ImportError:
pass pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment