Skip to content

kerbcam v0.18.1

Choose a tag to compare

@github-actions github-actions released this 10 Jun 21:17
· 98 commits to main since this release

Installation

  1. Extract kerbcam-v0.18.1.zip into your KSP GameData/ directory.
  2. Install Hullcam VDS Continued (required).
  3. Start KSP and launch a flight with onboard camera parts.
  4. Go to : (configured in settings.cfg) to connect to streams.

Assets

  • kerbcam-v0.18.1.zip — complete install tree (plugin + sidecar + shader bundles + settings)
  • Kerbcam.dll — plugin DLL only (for manual installs)

TypeScript SDK @jonpepler/kerbcam@0.18.1 and @jonpepler/kerbcam-react@0.18.1 published to GitHub Packages.

Changelog

Bug Fixes

  • Make protocol-ci auto-commit race-safe (0c94b8b)
  • Never let changelog generation kill a release (e6e5440)
  • Isolate per-camera and per-FX failures, restart crashed sidecar (b6cfa13)
  • Recover wedged encoders, handle SIGTERM, O(1) status-log eviction (2ab8c27)
  • Depend on Harmony2 and pin v0.18.0 (1b446fb)
  • Treat shaders without a supported variant as unavailable (0afccf9)

CI

  • Run the Plugin/*.Tests harnesses on every push/PR (c4f2e87)

Documentation

  • Replace stale sidecar README, add user install + troubleshooting guides (8c0fd22)
  • Add live_tests/kerbcam.md, the script-testable protocol reference (66c21b6)
  • Add CI status badges to the README (565a21a)
  • Pre-release KSP smoke-test checklist (f9a6fb0)
  • Drop the CI badges (155ad60)
  • Delete the badge line from the testing backlog (c971526)

Other

Tests

  • Golden fixture locks the C#/Rust frame-ring layout contract (6220b84)