Skip to content

Releases: nuelScript/skiff

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 08 Jul 08:01

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 07 Jul 15:57

Highlights

  • Update notifications. The CLI now tells you when a newer release is out,
    with a one-line update command — cached daily, silent in CI, and never blocks a
    command (the check runs in the background).
  • Correct version reporting for go install github.com/nuelScript/skiff@vX
    builds, not just release binaries.

Install

The CLI, on your own machine:

curl -fsSL https://useskiff.xyz/cli | sh

The whole platform, on your own server:

curl -fsSL https://useskiff.xyz/install | sh -s -- --domain example.com

Full changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 15:36

Highlights

  • One-line install. Get the CLI on macOS or Linux with
    curl -fsSL https://useskiff.xyz/cli | sh — or go install github.com/nuelScript/skiff@latest.
  • Security & reliability hardening across the control plane, deploy pipeline,
    and edge router. Updating from v0.1.0 is recommended.
  • Faster edge routing, more robust database/session handling, safer error
    reporting, and correct version stamping in every build.

Install

The CLI, on your own machine:

curl -fsSL https://useskiff.xyz/cli | sh

The whole platform, on your own server:

curl -fsSL https://useskiff.xyz/install | sh -s -- --domain example.com

Full changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 20:28