Skip to content

Releases: zevnda/steam-game-idler

Steam Game Idler v1.3.9

23 Aug 12:38

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

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

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

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

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

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

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

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

Steam Game Idler v1.3.1

17 Aug 09:40

Choose a tag to compare

Downloads

Changelog

  • Fixed an error where idled games were being logged by their ID instead of their name
  • Added simple statistic logging

Steam Game Idler v1.3.0

16 Aug 11:40

Choose a tag to compare

Downloads

Changelog

  • Added automatic card farmer
  • Added automatic achievement unlocker
  • Added a settings screen for controlling aspects of the new features
  • Added internal logs to the settings screen for easy debugging (needs work)
  • Reworked some UI elements;
    • Sidebar: moved the sorting function to a drop down list in the main window and replaced the previous buttons with buttons for navigating between the Game Idler and Achevement Unlocker screens
    • Game list:
      • Clicking on the game's banner image, depending on which screen you're on, now allows you to perform actions such as manually idling or viewing the achievements unlocker screen for that game
      • Added a drop down menu to game cards for easy access to multiple features, such as, adding games to favorites, card farming, and achievement unlocker list
      • Added an Automate button that presents a drop down menu for starting automated features
    • Achievements list:
      • Reworked the layout to better display achievements
  • Added a GitHub wiki page