Releases: SteamGridDB/SGDBoop
Releases · SteamGridDB/SGDBoop
Release list
v1.4.3
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
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 envarSGDBOOP_DEBUG=1
b. Create aSGDBOOP_DEBUGfile next to the executable - Renamed log file to
sgdboop.log
Full Changelog: v1.4.1...v1.4.2
v.1.4.1
Changelog
- Fixed crashes related to invalid mod paths for Linux releases
Full Changelog: v1.4.0...v1.4.1
v1.4.0
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_STEAMPATHenv var. - Added a convenience
unregister.batto 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
Changes
- Fix game selection loop logic and shell drop issue by @Plarpoon in #123
- Fix build with GCC15 by @fxzzi in #122
Linux
- desktopFile: hide entry from app launchers by @fxzzi in #112
- Fix steam flatpak check permission by @Eskander in #115
Windows
New Contributors
- @fxzzi made their first contribution in #112
- @Tyarel8 made their first contribution in #114
- @Eskander made their first contribution in #115
- @Plarpoon made their first contribution in #123
Full Changelog: v1.3.1...v1.3.2
v1.3.1
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.0toZlib
v1.3.0
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.0toZlib
Full Changelog: v1.2.8...v1.3.0
v1.2.8
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
v1.2.6
What's Changed
- Disabled logging of URI protocol creations errors for linux.