Skip to content

Releases: coldfix/steam-acolyte

v0.4.1

22 Oct 01:40

Choose a tag to compare

Release steam-acolyte 0.4.1

- align context menu with tray icon

v0.4.0

21 Oct 15:52

Choose a tag to compare

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

18 Oct 11:43

Choose a tag to compare

Release steam-acolyte 0.3.5

- fix deadlock on windows after running steam
- fix file descriptor leakage on linux after running steam

v0.3.4

18 Oct 10:25

Choose a tag to compare

Release steam-acolyte 0.3.4

- fix AttributeError due to missing os.sched_yield on windows
  (actually merge the fix intended for the previous release this time;)

v0.3.3

17 Oct 23:07

Choose a tag to compare

Release steam-acolyte v0.3.3

- fix AttributeError due to missing os.sched_yield on windows

v0.3.2

15 Oct 10:39

Choose a tag to compare

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

11 Oct 18:46

Choose a tag to compare

Release steam-acolyte 0.3.1

- fix broken usage of single-acolyte-instance-lock

v0.3.0

11 Oct 11:41

Choose a tag to compare

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

09 Oct 01:38

Choose a tag to compare

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

v0.1.1

27 Sep 01:02

Choose a tag to compare

Release steam-acolyte 0.1.1

- fix exception after closing steam