Skip to content

Releases: zevnda/steam-game-idler

Steam Game Idler v1.3.11

25 Aug 06:28
92839ff
Compare
Choose a tag to compare

Downloads

Changelog

  • Added a skip hidden achievements button to the achievement unlocker settings
  • Improved event logging

Steam Game Idler v1.3.10

24 Aug 05:37
Compare
Choose a tag to compare

Downloads

Changelog

  • Fixed incorrect theme colors for toast popups and card menu buttons
  • Fixed text sizing for card menu, automate menu, and settings menu buttons
  • Made the game banner images a little darker when using the dark theme
  • Improved the page tabs on the settings screen
  • Improved event logging messages

Steam Game Idler v1.3.9

23 Aug 12:38
Compare
Choose a tag to compare

Downloads

Changelog

  • Removed the need to constantly recheck if Steam is running
    • This caused a Spacewar game to be added to the user's recently played list on Steam. Now it should only happen once when signing in
  • Reworked some UI components such as the game cards, sort drop down, and more, to match the style of other UI components
  • Made some elements darker when using the dark theme

Steam Game Idler v1.3.8

23 Aug 04:28
Compare
Choose a tag to compare

Downloads

Changelog

  • Fixed an issue where some default settings were being set incorrectly causing the interval slider to break
  • Added a reset settings button to the settings screen, this will reset all settings to default

Steam Game Idler v1.3.7

22 Aug 21:51
Compare
Choose a tag to compare

Downloads

Changelog

  • SGI no longer requires users to enter their Steam profile name or Steam ID64. It will now get the Steam profile and games list of the user currently logged in to the Steam desktop app
    • The Steam desktop app must be running and signed in to your account in order to proceed to the dashboard screen
  • Added page tabs to the settings screen
  • Merged the Idler and AchievementUnlocker C# projects into a single project: /libs/steam-utility/SteamUtility.csproj
  • Fixed a component flashing issue

Steam Game Idler v1.3.6

21 Aug 06:31
Compare
Choose a tag to compare

Downloads

Changelog

  • Fixed an issue where the Unlock all achievements buttons would lock already unlocked achievements

Steam Game Idler v1.3.5

20 Aug 11:50
Compare
Choose a tag to compare

Downloads

Changelog

  • Replaced the add all games with drops remaining button with two new options in the settings screen
    • Games in list: when active only games you manually add to the card farming list will be farmed
    • All games with drops: all games in your library with 1 or more card drops remaining will be farmed
  • Fixed an issue where SGI would become temporarily unresponsive when stopping the card farming feature if there were a lot of games in the card farming list

Steam Game Idler v1.3.4

20 Aug 08:06
Compare
Choose a tag to compare

Downloads

Changelog

  • Fixed an issue where a command terminal window would flash open and close every time a game started or stopped idling

Steam Game Idler v1.3.3

19 Aug 12:20
Compare
Choose a tag to compare

Downloads

Changelog

  • Added an Add All Games With Drops when your sort filter is set to Card Farming Games
    • This will find all games in your Steam library that have 1 or more card drops remaining and add them all to your Card Farming List
  • Updates will now be handled inline
    • Now, when an update for SGI is available, you will see an updating screen while the update in automatically downloaded in the background, rather than the previous dialog prompt
    • Because of this change, there will no longer be a portable version of SGI in any future releases

Steam Game Idler v1.3.2

18 Aug 13:33
Compare
Choose a tag to compare

Downloads

Changelog

  • Updated all API routes to use a standalone API
    • This change may break older versions of SGI in the future, as I intend to remove the current API endpoints at some point
  • Added internal version checks to notify users of breaking changes (like this one) in the future and direct them on how to update
    • This is more for portable version users as the installer version already does automatic updates when a new version is available