Download Latest Version v0.21.0 source code.tar.gz (7.5 MB)
Email in envelope

Get an email when there's a new version of Plannotator

Home / v0.20.1
Name Modified Size InfoDownloads / Week
Parent folder
plannotator-darwin-arm64 2026-06-10 107.5 MB
plannotator-darwin-arm64.sha256 2026-06-10 91 Bytes
plannotator-darwin-x64 2026-06-10 112.2 MB
plannotator-darwin-x64.sha256 2026-06-10 89 Bytes
plannotator-linux-arm64 2026-06-10 144.8 MB
plannotator-linux-arm64.sha256 2026-06-10 90 Bytes
plannotator-linux-x64 2026-06-10 145.4 MB
plannotator-linux-x64.sha256 2026-06-10 88 Bytes
plannotator-paste-darwin-arm64 2026-06-10 61.1 MB
plannotator-paste-darwin-arm64.sha256 2026-06-10 97 Bytes
plannotator-paste-darwin-x64 2026-06-10 66.1 MB
plannotator-paste-darwin-x64.sha256 2026-06-10 95 Bytes
plannotator-paste-linux-arm64 2026-06-10 98.7 MB
plannotator-paste-linux-arm64.sha256 2026-06-10 96 Bytes
plannotator-paste-linux-x64 2026-06-10 99.3 MB
plannotator-paste-linux-x64.sha256 2026-06-10 94 Bytes
plannotator-paste-win32-arm64.exe 2026-06-10 112.0 MB
plannotator-paste-win32-arm64.exe.sha256 2026-06-10 100 Bytes
plannotator-paste-win32-x64.exe 2026-06-10 115.4 MB
plannotator-paste-win32-x64.exe.sha256 2026-06-10 98 Bytes
plannotator-win32-arm64.exe 2026-06-10 158.1 MB
plannotator-win32-arm64.exe.sha256 2026-06-10 94 Bytes
plannotator-win32-x64.exe 2026-06-10 161.5 MB
plannotator-win32-x64.exe.sha256 2026-06-10 92 Bytes
README.md 2026-06-10 1.9 kB
v0.20.1 source code.tar.gz 2026-06-10 5.8 MB
v0.20.1 source code.zip 2026-06-10 6.3 MB
Totals: 27 Items   1.4 GB 0

Follow @plannotator on X for updates


What's New in v0.20.1

A hotfix for Pi extension installs. If pi install npm:@plannotator/pi-extension failed for you today, this release fixes it.

Pi Extension Install Failure

Fresh installs of @plannotator/pi-extension started failing with an npm 404. The cause was upstream: our diff renderer dependency @pierre/diffs published a new 1.2.x line that depends on @pierre/theming@0.0.1, a package that does not exist on the npm registry. Plannotator declared the dependency with a loose ^1.1.12 range, so fresh installs floated onto the broken 1.2.9 and failed before Pi could finish loading extensions. Repo builds never saw it because the lockfile pinned an older version.

The fix pins @pierre/diffs to exact 1.1.20 everywhere, whose dependency tree fully resolves. Update with:

:::bash
pi install npm:@plannotator/pi-extension

Install / Update

macOS / Linux:

:::bash
curl -fsSL https://plannotator.ai/install.sh | bash

Windows:

:::powershell
irm https://plannotator.ai/install.ps1 | iex

Pi: Install or update the extension:

:::bash
pi install npm:@plannotator/pi-extension

Upgrading from before v0.20.0? Read the v0.20.0 release notes first; that release changed how skills install.


What's Changed

  • fix(deps): pin @pierre/diffs to exact 1.1.20 by @backnotprop

Community

@ramarivera reported the install failure with a complete diagnosis of the broken dependency chain, down to the exact unpublished package. @MaksimZinovev and @archidemus confirmed the failure.

Full Changelog: https://github.com/backnotprop/plannotator/compare/v0.20.0...v0.20.1

Source: README.md, updated 2026-06-10