v0.27.9 (eightHundreds fork)
- Commits graph layout follows vscode-git-graph
determinePath: missing parents continue a rail to the last loaded row, and two merges of the same parent no longer stack collinear verticals. - Scrolling to the bottom of Commits loads the next page; no Show more click.
- Long repo paths in the review header keep the last path segment visible instead of clipping at 220px from the left.
- Install commands in the README now pull
scripts/install.shfrom this repository.https://plannotator.ai/install.shstill installs upstream.
Install (binaries from this repo):
curl -fsSL https://raw.githubusercontent.com/eightHundreds/plannotator/main/scripts/install.sh | bash
Or pin the tag:
curl -fsSL https://raw.githubusercontent.com/eightHundreds/plannotator/v0.27.9/scripts/install.sh | bash -s -- --version v0.27.9
macOS arm64 / x64, Linux arm64 / x64, and Windows x64 builds are attached. Windows arm64 is not included (current Bun cannot cross-compile that target).