You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.