ArchLinux:
paru -S steam-tools-ng
or
pikaur -S steam-tools-ng
Gentoo:
eselect repository enable calendulish
emaint sync --repo calendulish
emerge steam-tools-ng
Other Linux:
pip install --user steam-tools-ng
Windows:
winget install steam-tools-ng
(updating...)
or download and run steam-tools-ng-latest.exe bellow
MacOS:
MEEH!
Changes:
-
cardfarming, steamtrades, steamgifts modules will now default to disabled
this prevent unwanted behavior and will let the user choose what to run from start -
[gui] changed the way to inform to stng that the previous authenticator has removed
before: you had to open advanced login and remove the secrets
now: just click 'I removed my authenticator' button and login again -
using the new asyncio api to start/stop tasks
[console] no more weird errors when exiting -
[windows only] GUI workaround has been removed (fixed on steam library)
no more weird console windows -
[windows only] added portable mode
to enable you must create a file namedportable_mode.txt
next to the executable
the config files will be written on the same path onconfig
folder -
pt_BR translation updated
you can contribute on translation at transifex
Fixes:
- fix a problem that cause login to fail when using saved cookies
- fix a problem that cause stlib logs not being written to the log file
- fix a problem that cause the "add authenticator" module to fail when using saved cookies
- [gui][linux only] fix default theme not being applied
- [gui] fix a problem that cause codes not being accepted when login using mail codes
- [gui] fix a problem that cause the 'enter' key not working when adding authenticator
- [gui] fix a problem that cause fatal errors when trying to reading user info
- [gui] fix a problem that cause fatal errors when reading an empty config file
- [gui] fix a problem that cause fatal errors when showing the recovery code
- [console] fix a problem that cause user input to not work as expected
- [console] errors thrown on console when exiting are now fixed (better late than never!)
- [console] fix progress bar being showed when it should not
- [console] fix progress bar not being showed on recovery code
- Minor QA fixes