Skip to content

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 27 Jul 08:48
· 443 commits to main since this release

Install / Upgrade

One-command install (Linux, systemd service):

curl -fsSL https://raw.githubusercontent.com/taliove/hubscope/main/scripts/install.sh | sudo bash

Docker:

git clone https://github.com/taliove/hubscope.git && cd hubscope
docker compose up -d --build

Binaries: 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-missing

Already 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

  • fix(release): re-fetch the tag ref so highlights reach the notes by @taliove in #3

Maintenance

  • chore(agents): simplify to 3 agents + 5 domain skills by @taliove in #4

Other Changes

  • fix(web): brand mark gradient lost in PNG export + capture layout shift by @taliove in #5

Full Changelog: v0.2.2...v0.2.3