Skip to content

Releases: kevincoder91/planbefore

PlanBefore v0.3.0

Choose a tag to compare

@kevincoder91 kevincoder91 released this 19 Sep 01:02
f747d83

PlanBefore Node v0.3.0.

See what changed and how to install it at https://planbefore.kvnlabs.xyz/releases


Install

macOS / Linux:

curl -fsSL https://planbefore.kvnlabs.xyz/install.sh | REPOFLOW_VERSION=v0.3.0 sh

Windows (PowerShell):

$env:REPOFLOW_VERSION = 'v0.3.0'; irm https://planbefore.kvnlabs.xyz/install.ps1 | iex

Both installers verify the SHA-256 of the download against checksums.txt.
Manual installation, requirements (git, rg) and first steps:
https://planbefore.kvnlabs.xyz/install

The binaries are not code-signed yet; macOS and Windows may show a warning
for files downloaded with a browser. See the installation guide.

PlanBefore v0.3.0-rc.1

Pre-release

Choose a tag to compare

@kevincoder91 kevincoder91 released this 19 Sep 00:30
f747d83

PlanBefore Node v0.3.0-rc.1.

See what changed and how to install it at https://planbefore.kvnlabs.xyz/releases


Install

macOS / Linux:

curl -fsSL https://planbefore.kvnlabs.xyz/install.sh | REPOFLOW_VERSION=v0.3.0-rc.1 sh

Windows (PowerShell):

$env:REPOFLOW_VERSION = 'v0.3.0-rc.1'; irm https://planbefore.kvnlabs.xyz/install.ps1 | iex

Both installers verify the SHA-256 of the download against checksums.txt.
Manual installation, requirements (git, rg) and first steps:
https://planbefore.kvnlabs.xyz/install

The binaries are not code-signed yet; macOS and Windows may show a warning
for files downloaded with a browser. See the installation guide.