Versionbump to 2.0.2
This commit is contained in:
parent
b16520c555
commit
7d608d99f2
3 changed files with 13 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "syng"
|
name = "syng"
|
||||||
version = "2.0.1"
|
version = "2.0.2"
|
||||||
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"
|
||||||
|
|
|
@ -30,6 +30,17 @@
|
||||||
|
|
||||||
|
|
||||||
<releases>
|
<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">
|
<release version="2.0.1" date="2024-09-30">
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -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.1"
|
appid = "rocks.syng.Syng.2.0.2"
|
||||||
windll.shell32.SetCurrentProcessExplicitAppUserModelID(appid)
|
windll.shell32.SetCurrentProcessExplicitAppUserModelID(appid)
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Reference in a new issue