We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed27800 commit a71a785Copy full SHA for a71a785
CHANGES.rst
@@ -1,6 +1,13 @@
1
CHANGES
2
-------
3
4
+0.0.8
5
+~~~~~
6
+
7
+- fix button appearing as standalone window for brief moment at startup
8
+- fix the autodeployed .exe name to include the version tag
9
10
11
0.0.7
12
~~~~~
13
steam_acolyte.py
@@ -13,7 +13,7 @@
"""
14
15
__title__ = "steam-acolyte"
16
-__version__ = "0.0.7"
+__version__ = "0.0.8"
17
__url__ = "https://github.com/coldfix/steam-acolyte"
18
19
import vdf
0 commit comments