Skip to content

Releases: eightHundreds/plannotator

v0.27.9

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).

v0.27.8

Choose a tag to compare

@eightHundreds eightHundreds released this 24 Aug 03:28

v0.27.8 (eightHundreds fork)

Commits graph no longer stacks two collinear verticals when two branches --no-ff merge the same parent. Extra-parent edges join an existing rail instead of painting a second child-colour stroke down the parent column (vscode-git-graph determinePath; gitlane always drew the full vertical).

Install (binaries from this repo):

curl -fsSL https://raw.githubusercontent.com/eightHundreds/plannotator/v0.27.8/scripts/install.sh | bash

Or pin the tag:

curl -fsSL https://raw.githubusercontent.com/eightHundreds/plannotator/v0.27.8/scripts/install.sh | bash -s -- --version v0.27.8

macOS arm64 / x64, Linux arm64 / x64, and Windows x64 builds are attached. Windows arm64 is not included (current Bun cannot cross-compile that target).

v0.27.7

Choose a tag to compare

@eightHundreds eightHundreds released this 24 Aug 02:11

v0.27.7 (eightHundreds fork)

The Commits panel is a git graph (lanes, ref chips, uncommitted node, context menus). Click a commit to open its diff in the all-files dock.

Install (same shape as upstream, binaries from this repo):

curl -fsSL https://raw.githubusercontent.com/eightHundreds/plannotator/v0.27.7/scripts/install.sh | bash

Or pin the tag:

curl -fsSL https://raw.githubusercontent.com/eightHundreds/plannotator/v0.27.7/scripts/install.sh | bash -s -- --version v0.27.7

macOS arm64 / x64, Linux arm64 / x64, and Windows x64 builds are attached. Windows arm64 is not included (current Bun cannot cross-compile that target).