Version 2.0.7
This commit is contained in:
parent
b37dd9f75b
commit
4320ecd560
3 changed files with 13 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue