Releases: coldfix/steam-acolyte
Releases · coldfix/steam-acolyte
v0.4.1
v0.4.0
Release steam-acolyte 0.4.0 - store current login on program start - show a tray icon to inform users when acolyte is running - fix an issue where the mouse hover effects stop working after hiding and showing the window - trigger buttons when mouse is released, not already when pressed. This better emulates normal button behaviour - highlight button being pressed in a different color
v0.3.5
v0.3.4
v0.3.3
v0.3.2
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
v0.3.1
v0.3.0
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
v0.2.0
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