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 503b4a3 commit 9f41cceCopy full SHA for 9f41cce
CHANGES.rst
@@ -1,6 +1,16 @@
1
CHANGES
2
-------
3
4
+0.7.0
5
+~~~~~
6
+
7
+- bugfix: failing to restart steam, waiting indefinitely
8
+- add ``--logfile`` option to redirect steam output
9
+- add ``--verbose`` option to print debug messages
10
+- require pyinstaller 3.6
11
+- some internal code improvements
12
13
14
0.6.3
15
~~~~~
16
steam_acolyte/__init__.py
@@ -1,3 +1,3 @@
__title__ = "steam-acolyte"
-__version__ = "0.6.3"
+__version__ = "0.7.0"
__url__ = "https://github.com/coldfix/steam-acolyte"
0 commit comments