Skip to content

Commit 1c5a780

Browse files
committed
Release steam-acolyte 0.2.0
- add remove button that removes user from list - engage in steam's single instance locking mechanism: - while running, block steam from being started - avoid actions while steam is running this prevents a common way of invalidating logins
1 parent 499223b commit 1c5a780

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.rst

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

4+
0.2.0
5+
~~~~~
6+
7+
- add remove button that removes user from list
8+
- engage in steam's single instance locking mechanism:
9+
10+
- while running, block steam from being started
11+
- avoid actions while steam is running
12+
13+
this prevents a common way of invalidating logins
14+
15+
416
0.1.1
517
~~~~~
618

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

0 commit comments

Comments
 (0)