Skip to content

Commit 40ff3c6

Browse files
committed
Release steam-acolyte 0.3.2
- fix OSError on startup if a process with the given PID exists but the pipe is not currently writable (linux) - address an unlikely race condition during program startup - call activateWindow only a single time on the first acolyte window, when a second steam/acolyte is started
1 parent db916fe commit 40ff3c6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

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

4+
0.3.2
5+
~~~~~
6+
7+
- fix OSError on startup if a process with the given PID exists but the pipe
8+
is not currently writable (linux)
9+
- address an unlikely race condition during program startup
10+
- call activateWindow only a single time on the first acolyte window, when a
11+
second steam/acolyte is started
12+
13+
414
0.3.1
515
~~~~~
616

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.3.1"
2+
__version__ = "0.3.2"
33
__url__ = "https://github.com/coldfix/steam-acolyte"

0 commit comments

Comments
 (0)