Skip to content

uu v0.1.1

Choose a tag to compare

@npc1607 npc1607 released this 09 May 18:02

v0.1.1

Changes

  • Add GitHub Actions release workflow to build and upload release assets automatically.
  • Build release package as uu_<tag>_linux_amd64.tar.gz with checksums.txt.
  • Change local build output to bin/uu.
  • Add MIT license.
  • Move original shell installer reference to scripts/.
  • Improve install failure diagnostics by printing the actual error and install log path.
  • Make Steam Deck cleanup safer by removing only known plugin files instead of clearing the whole install
    directory.
  • Enhance status output with install path, monitor file/config presence, systemd state, monitor process state,
    uuplugin process state, and log file path.

Notes

  • Use sudo ./bin/uu install for Steam Deck installs because systemd service setup writes to /etc/systemd/ system/.
  • Release assets are generated by the Release GitHub Actions workflow after pushing a v* tag or manually
    running the workflow.