Skip to content

uu v0.1.0

Choose a tag to compare

@npc1607 npc1607 released this 09 May 17:47

v0.1.0

Initial Go CLI release for the UU plugin installer.

Features

  • Rewrite the original shell installer as a Go CLI.
  • Add install, start, stop, status, and logs commands.
  • Install Steam Deck plugin files next to the uu binary by default.
  • Support YAML config via --config.
  • Support log following with follow_logs / uu logs.
  • Improve install failure diagnostics with visible error messages and log paths.
  • Build binary into bin/uu via make build.

Notes

  • install may require sudo because it writes a systemd service to /etc/systemd/system/uuplugin.service.
  • Original shell installer is kept under scripts/ for reference.