Skip to content
steam-runtime-tools v0.20240212.0

  * pressure-vessel:
    - Look for internal Nvidia helper libraries by their canonical names,
      which will be helpful if canonical/steam-snap#361 is fixed
      (steam-runtime#586)
    - Drop code paths that we have not used in production since mid 2021:
      + Remove support for providing the runtime as a tar archive
      + Remove obsolete command line options:
        - pv-wrap --runtime-archive=...
        - pv-wrap --runtime-id=...
        - populate-depot.py --include-sdk-debug
        - populate-depot.py --include-sdk-runtime
        - populate-depot.py --no-minimize
        - populate-depot.py --no-unpack-runtime
      + Stop checking for and deleting pre-2021 unpack/deploy directories
    - Improve test coverage
    - Refactoring
    - CI: Simplify path to relocatable amd64+i386 build of pressure-vessel
  * Steam Linux Runtime 1.0 (scout):
    - Stop generating and uploading steam-container-runtime.tar.gz,
      superseded by SteamLinuxRuntime.tar.xz (steamrt/tasks#388)
  * Diagnostic tools:
    - Report some more VR-related environment variables (steam-runtime#575)
    - check-vulkan: Update list of known errors for v1.3.275
  * s-r-launch-options:
    - Label medic and steamrt5 runtimes nicely
  * Library code:
    - Refactoring
  * Documentation updates