Skip to content

v0.27.9

Latest

Choose a tag to compare

@eightHundreds eightHundreds released this 24 Aug 06:52

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.sh from this repository. https://plannotator.ai/install.sh still 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).