Releases: HikariKnight/ScopeBuddy
1.3.1
What's Changed
- feat: introduce SCB_NESTEDFIX as a variable by @HikariKnight in #33
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- feat: Add partial SCB_AUTO support for wlroots compositors by @CharlieQLe in #30
New Contributors
- @CharlieQLe made their first contribution in #30
Full Changelog: 1.2.6...1.3.0
1.2.6
1.2.5
1.2.4 was broken with some games and configs, 1.2.5 fixes that.
What's Changed
- fix: Use different approach for escaping only if an entry in $command ends with backslash by @HikariKnight in #24
- chore: fix the logline to handle $command entries that end with backslash by @HikariKnight in #25
Full Changelog: 1.2.4...1.2.5
1.2.4
Hotfix release
What's Changed
- fix: escape content added to $command by @HikariKnight in #23
Full Changelog: 1.2.3...1.2.4
1.2.3
What's Changed
- SCB_AUTO_REFRESH and SCB_AUTO_FRAME_LIMIT by @porkloin in #19
- feat: implemented append mode for args by @HikariKnight in #18
- fix: Remove the possibility of users footgunning themselves with the steam integration flag by @HikariKnight in #20
Full Changelog: 1.2.2...1.2.3
1.2.2
What's Changed
- feat(appid): Add auto AppID detection to other launchers by @HikariKnight in #17
Auto AppID currently supports:
- Steam games (AppID folder)
- Ubisoft Connect Games through lutris (AppID/ubisoft folder)
- Games supported by Heroic (AppID/heroic folder)
You can find the IDs in the final launch command generated by scopebuddy, set SCB_DEBUG=1 and check ~/.config/scopebuddy/scopebuddy.log after launching a non steam game to check for Game IDs.
More launchers can be added down the line as long as they have a predictable way to detect a static game id for that launcher, Battlenet was checked by a 3rd party and does not provide any IDs for their games. In these cases you should manually set SCB_APPID="<launcher>/<game>" environment variable before scopebuddy launches.
NOTE: Only appimage and system package versions of Heroic and Lutris have been tested, we have no guide for using scopebuddy within the flatpak versions yet and are unable to test those for now. Should we find a way to use scopebuddy within flatpaks, the functionality would still work there too.
New Contributors
- @HikariKnight made their first contribution in #17
Full Changelog: 1.2.1...1.2.2
1.2.1
1.2.0
What's Changed
- feat: add GNOME support for SCB_AUTO args by @porkloin in #13
- feat: implement SCB_APPID env var by @HikariKnight in 3fbe900
Full Changelog: 1.1.2...1.2.0