steam-runtime-tools v0.20230605.0 * launch-client: - Add --inside-app=APPID option. This attempts to run the command inside Steam app/game APPID, similar to --bus-name=com.steampowered.AppAPPID. - Add --alongside-steam option. This attempts to run the command in the same execution environment as Steam, without the Steam Runtime, similar to how Steam implements non-Steam game shortcuts. (steamrt/tasks#293, steam-runtime-tools#107) - Add --host option. This attempts to run the command on the host system from inside a Flatpak or Snap app, similar to flatpak-spawn --host. - Officially deprecate --dbus-address and --socket - Refactoring * launcher-service: - Add --alongside-steam option (steamrt-tasks#293, steam-runtime-tools#107) - Add --no-replace option - Refactoring