v0.2.3
Install / Upgrade
One-command install (Linux, systemd service):
curl -fsSL https://raw.githubusercontent.com/taliove/hubscope/main/scripts/install.sh | sudo bashDocker:
git clone https://github.com/taliove/hubscope.git && cd hubscope
docker compose up -d --buildBinaries: download the tarball for your platform below (linux/darwin × amd64/arm64). Verify with v0.2.3_checksums.txt:
sha256sum -c hubscope_v0.2.3_checksums.txt --ignore-missingAlready running an older release? Re-run the same command you installed with — it upgrades in place and preserves data.
Highlights
Fixed BrandMark gradient lost in PNG exports and eliminated capture layout shift caused by missing gradientId uniqueness.
What's Changed
Fixes
Maintenance
Other Changes
Full Changelog: v0.2.2...v0.2.3