Skip to content

Releases: SteamGridDB/SGDBoop

v1.4.3

Choose a tag to compare

@doZennn doZennn released this 02 Aug 16:00
ee633b4

Changelog

  • Fixed some Steam apps not showing in Steam tab.
  • Fixed Steam app titles showing app name instead of Store name. Now properly matches the name shown in the client.
  • Fixed memory leak when showing API error.

Full Changelog: v1.4.2...v1.4.3

v1.4.2

Choose a tag to compare

@doZennn doZennn released this 01 Aug 20:28
5418f4b

Changelog

  • Fixed an overflow bug in the test popup that was causing it not to show up
  • Added basic debugging logging. 2 ways to enable it:
    a. Set envar SGDBOOP_DEBUG=1
    b. Create a SGDBOOP_DEBUG file next to the executable
  • Renamed log file to sgdboop.log

Full Changelog: v1.4.1...v1.4.2

v.1.4.1

Choose a tag to compare

@mpaterakis mpaterakis released this 23 Jul 10:15
dbba680

Changelog

  • Fixed crashes related to invalid mod paths for Linux releases

Full Changelog: v1.4.0...v1.4.1

v1.4.0

Choose a tag to compare

@doZennn doZennn released this 22 Jul 22:31
80c22d0

Changelog

  • SGDBoop is now built and distributed for the ARM architecture on Linux/Windows. Valve please send me a Steam Frame
  • Added ability to apply assets to other Steam games via the (+) button.
  • Added complete MacOS support (both Silicon and Intel).
  • Added ability to override the Steam base directory via the BOOP_STEAMPATH env var.
  • Added a convenience unregister.bat to Windows releases to remove the URI handler.
  • Updated the test popup to show some debug info, so users can potentially spot issues with their setup.
  • Fixed non-Steam games not being found on the latest version of Steam.
  • Fixed images in the Steam client sometimes look corrupt/blank until a restart when on a slow network connection.
  • Fixed issue where some official Steam assets wont apply due to not following URL redirects.
  • Fixed some Source mods not being detected.
  • Fixed tons of crashes, memory leaks, edge cases.
  • Overall project cleanup and refactoring.

Full Changelog: v1.3.2...v1.4.0

v1.3.2

Choose a tag to compare

@doZennn doZennn released this 16 Mar 06:58
30a3e3c

Changes

Linux

  • desktopFile: hide entry from app launchers by @fxzzi in #112
  • Fix steam flatpak check permission by @Eskander in #115

Windows

  • remove system pause on successful unregister by @Tyarel8 in #114

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

Choose a tag to compare

@doZennn doZennn released this 15 Apr 16:58
1cfc626

v1.3.1 Hotfix Changelog

  • Fixed animated assets not applying.
  • Use native Windows registry functions.

v1.3.0 Changelog

  • Added tabs to separate Non-Steam shortcuts and GoldSrc/Source mods.
  • Keep original file extension while saving assets.
  • Fixed bug where Unicode text is jumbled up on Windows.
  • Fixed applying icons to Steam games.
  • Fixed Steam Flatpak installation check by @zWolfrost in #72
  • Removed IUP dependency. GTK3/native WinAPI is now used for GUI. @Jan200101 in #78
  • Removed legacy symlinking of horizontal capsules.
  • Use preprocessors to separate OS specific logic by @Jan200101 in #84
  • Fixed memory leaks.
  • Major code cleanup.
  • Changed License from CC BY-NC-SA 4.0 to Zlib

v1.3.0

Choose a tag to compare

@doZennn doZennn released this 15 Apr 14:41
a1161d7

What's Changed

  • Added tabs to seperate Non-Steam shortcuts and GoldSrc/Source mods.
  • Keep original file extension while saving assets.
  • Fixed bug where Unicode text is jumbled up on Windows.
  • Fixed applying icons to Steam games.
  • Fixed Steam Flatpak installation check by @zWolfrost in #72
  • Removed IUP dependency. GTK3/native WinAPI is now used for GUI. @Jan200101 in #78
  • Removed legacy symlinking of horizontal capsules.
  • Use preprocessors to separate OS specific logic by @Jan200101 in #84
  • Fixed memory leaks.
  • Major code cleanup.
  • Changed License from CC BY-NC-SA 4.0 to Zlib

Full Changelog: v1.2.8...v1.3.0

v1.2.8

Choose a tag to compare

@doZennn doZennn released this 05 Sep 17:20
8a3d5dd

What's Changed

  • Fix booping non-Steam shortcuts not working for some users.
  • Windows: Fix registering not working if users System32 was not in the PATH.
  • Windows: Added Visual Style manifest for better looking UI.
  • Windows: Make error message shown when executing without privs clearer.

Full Changelog: v1.2.7...v1.2.8

v1.2.7

Choose a tag to compare

@doZennn doZennn released this 11 Mar 09:19

What's Changed

  • Update appdata to make it easier to find by @pktiuk in #46
  • Fix: appid may contain special bytes. by @Xzonn in #50

New Contributors

Full Changelog: v1.2.6...v1.2.7

v1.2.6

Choose a tag to compare

@mpaterakis mpaterakis released this 10 Sep 14:20
3fb75d2

What's Changed

  • Disabled logging of URI protocol creations errors for linux.