Changelog
Changelog
All notable changes to Project Super will be documented in this page. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Changed
- Docker Hub image CI publishes
linux/amd64only (removed arm64 manifest from workflow to speed up builds).
[1.1.9] - 2026-07-08
Added
- GitHub Releases multi-platform binaries (Linux amd64/arm64, macOS Intel/ARM, FreeBSD) with README archives and
SHA256SUMS. - Docker image multi-arch publish (
linux/amd64,linux/arm64). gh-pagesbranch README (auto-deployed with documentation).
Changed
- Docker image: Debian 13 (trixie) build stages and distroless
cc-debian13runtime. - Release CI uses native
ubuntu-24.04-armfor Linux ARM64 builds.
Notes
- Windows pre-built binaries are not published; use Docker or build on Unix-like systems.
Fixed
- FreeBSD release packaging (version passed into VM).
- CLI
check.rsexplicitVec<String>types.
[1.1.8] - 2026-07-07
Added
- Official Docker image
containerpi/superwith default config underdockerbuild/conf/. - GitHub Actions workflow to build and push the Docker image.
- Documentation homepage with OSS capabilities, Premium features, and API example.
Changed
- Docker image namespace from
hzbd/supertocontainerpi/super. - Installation docs, README, and
make dockertarget fordockerbuild/Dockerfile.
Fixed
- Dashboard
ProcessList.vuesyntax error breakingvue-tscbuild. - Doc screenshot paths for GitHub Pages (
/super/images/...).
[1.1.7] - 2026-07-07
Added
- Event hooks — run scripts on system events.
post_stoplifecycle hook.- Supervisor-compatible fields:
stopsecs,priority, log file paths,autorestart/exitcodes/startsecs. - Historical logs API and
super logs --tail. - OTA updates via API and
super update --artifact-*. - System stats API and dashboard metrics panel.
Changed
- OSS API no longer uses
auth_secret; bind to127.0.0.1or use a firewall for exposure control. - Documentation updates across config, API, and feature matrix.
Fixed
- Historical logs API now reads from the correct log directory when
[storage]is omitted.