Skip to content

Commit 06498a4

Browse files
committed
Release steam-acolyte 0.3.0
- learned to wait in the background for steam to exit when started after steam - add single instance for acolyte to lock to guard against multiple acolyte instances waiting in the background at the same time - more user friendly program exit upon Ctrl+C without showing a traceback - add limited safeguards against exceptions due to missing keys in steam config - remove --theme command line argument - remove steam (original) theme - remove scanning for steam in so far unencountered locations on linux
1 parent e3e1f57 commit 06498a4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
CHANGES
22
-------
33

4+
0.3.0
5+
~~~~~
6+
7+
- learned to wait in the background for steam to exit when started after steam
8+
- add single instance for acolyte to lock to guard against multiple acolyte
9+
instances waiting in the background at the same time
10+
- more user friendly program exit upon Ctrl+C without showing a traceback
11+
- add limited safeguards against exceptions due to missing keys in steam config
12+
- remove --theme command line argument
13+
- remove steam (original) theme
14+
- remove scanning for steam in so far unencountered locations on linux
15+
16+
417
0.2.0
518
~~~~~
619

steam_acolyte/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__title__ = "steam-acolyte"
2-
__version__ = "0.2.0"
2+
__version__ = "0.3.0"
33
__url__ = "https://github.com/coldfix/steam-acolyte"

0 commit comments

Comments
 (0)