Releases: nuelScript/skiff
Releases · nuelScript/skiff
Release list
v0.1.3
Full Changelog: v0.1.2...v0.1.3
v0.1.2
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 | shThe whole platform, on your own server:
curl -fsSL https://useskiff.xyz/install | sh -s -- --domain example.comFull changelog: v0.1.1...v0.1.2
v0.1.1
Highlights
- One-line install. Get the CLI on macOS or Linux with
curl -fsSL https://useskiff.xyz/cli | sh— orgo 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 | shThe whole platform, on your own server:
curl -fsSL https://useskiff.xyz/install | sh -s -- --domain example.comFull changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/nuelScript/skiff/commits/v0.1.0