From ced3cb9cb40b1d480c1ccd19cb794750c8c2170b Mon Sep 17 00:00:00 2001 From: Teodor Calin Date: Sun, 13 Sep 2026 16:17:21 +0300 Subject: [PATCH] Release v0.14.1 --- CHANGELOG.md | 11 +++++++++++ docker-compose.yml | 4 ++-- docs/content.json | 4 ++-- index.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- public/llms.txt | 4 ++-- 7 files changed, 21 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb648eb..70fc230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable user-visible changes are recorded here. Versions follow [Semantic Ve ## Unreleased +## [0.14.1] — 2026-09-13 + +### Changed + +- Updated terminal, platform, and standalone-relay runtime dependencies after + their complete Windows, QEMU, container, and race-test matrices passed. +- Expanded the agent skill and machine-readable documentation with explicit + file-root, encryption, Refstream, and scoped agent-invitation guidance. +- Kept all CodeQL phases on one version and grouped their future Dependabot + updates so partial upgrades cannot break the analysis workflow. + ## [0.14.0] — 2026-09-13 ### Added diff --git a/docker-compose.yml b/docker-compose.yml index a437847..21d4c76 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,10 +1,10 @@ services: shell-online: - image: ghcr.io/teoslayer/shell.online:0.14.0 + image: ghcr.io/teoslayer/shell.online:0.14.1 build: context: . args: - VERSION: "0.14.0" + VERSION: "0.14.1" restart: unless-stopped environment: SHELL_ONLINE_E2EE_PASSWORD: "${SHELL_ONLINE_E2EE_PASSWORD:-}" diff --git a/docs/content.json b/docs/content.json index c1d231c..aea6743 100644 --- a/docs/content.json +++ b/docs/content.json @@ -1,5 +1,5 @@ { - "version": "0.14.0", + "version": "0.14.1", "pages": { "docs": { "eyebrow": "Documentation", @@ -641,7 +641,7 @@ "cards": [ [ "Start once", - "Pull ghcr.io/teoslayer/shell.online:0.14.0 or run docker compose up --build -d, then docker compose logs shell-online. First launch prints the stable URL and a generated ten-character password. The tagged amd64/arm64 image includes an SBOM and build provenance." + "Pull ghcr.io/teoslayer/shell.online:0.14.1 or run docker compose up --build -d, then docker compose logs shell-online. First launch prints the stable URL and a generated ten-character password. The tagged amd64/arm64 image includes an SBOM and build provenance." ], [ "Two durable volumes", diff --git a/index.html b/index.html index 78d2b76..de7a3fc 100644 --- a/index.html +++ b/index.html @@ -70,7 +70,7 @@ }, "applicationCategory": "DeveloperApplication", "operatingSystem": "macOS, Windows, Linux, FreeBSD, OpenBSD, NetBSD, DragonFly BSD, Solaris", - "softwareVersion": "0.14.0", + "softwareVersion": "0.14.1", "softwareRequirements": "A supported architecture, outbound HTTPS and WebSockets, and a PTY or Windows ConPTY", "isAccessibleForFree": true, "downloadUrl": "https://shell.online/install", diff --git a/package-lock.json b/package-lock.json index f9ef49a..39c5c1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shell-online", - "version": "0.14.0", + "version": "0.14.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "shell-online", - "version": "0.14.0", + "version": "0.14.1", "license": "MIT", "dependencies": { "@xterm/xterm": "^6.0.0", diff --git a/package.json b/package.json index a72e53b..8d25620 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shell-online", - "version": "0.14.0", + "version": "0.14.1", "description": "Turn any terminal process into a collaborative browser link.", "private": true, "license": "MIT", diff --git a/public/llms.txt b/public/llms.txt index ce65458..8372fad 100644 --- a/public/llms.txt +++ b/public/llms.txt @@ -24,9 +24,9 @@ The Homebrew formula builds locally: Brew fetches the checksum-pinned tagged sou The standalone installer uses a checksum-pinned release binary. To compile and run the tagged source outside either installation path: -git clone --depth 1 --branch v0.14.0 https://github.com/TeoSlayer/shell.online.git +git clone --depth 1 --branch v0.14.1 https://github.com/TeoSlayer/shell.online.git cd shell.online -go build -trimpath -ldflags="-X main.version=0.14.0" -o ./shell ./cmd/shell +go build -trimpath -ldflags="-X main.version=0.14.1" -o ./shell ./cmd/shell ./shell --version The source-build path requires Go 1.26.8 or newer, except Go 1.27.x is intentionally unsupported on MIPS64 because of go.dev/issue/80978. Keep using ./shell or move it to a directory on PATH.