From 6002c6299d4ef840388821129fb6450dfa56e1d3 Mon Sep 17 00:00:00 2001 From: pi Date: Thu, 2 Jul 2026 14:50:17 +0200 Subject: [PATCH] =?UTF-8?q?release:=20v1.3.0=20=E2=80=94=20shared/external?= =?UTF-8?q?=20MemPalace=20+=20nano/micro=20editors=20+=20CI=20lint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Promotes the Unreleased block to v1.3.0. Bundled contents: - feat: shared/external MemPalace — mempalace.ts bridge honours MEMPALACE_REMOTE_URL; adds docker-compose.mempalace.yml. - feat: nano + micro non-modal editors (Dockerfile.base → base rebuild). - ci: lint.yml (sh-vs-bash guard + actionlint/shellcheck), docker-publish.yml bash defaults, promote-base-latest shell fix. pi stays 0.80.3 (== npm latest). Base rebuilds (mempalace-toolkit ref advanced + Dockerfile.base nano/micro), so the new bridge + editors land in base-. --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 365de12..8d4a46c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,18 @@ Pre-v1.0.0 tags followed the pi npm version (`v{pi_version}[letter]`). --- -## Unreleased +## v1.3.0 — 2026-07-02 + +Minor release. Headline: **shared/external MemPalace** — the `mempalace.ts` +bridge can now point at one MemPalace HTTP server (`MEMPALACE_REMOTE_URL`, +optional `MEMPALACE_REMOTE_TOKEN`) shared across containers/harnesses instead of +a per-container local palace; ships `docker-compose.mempalace.yml` for the +server. Also ships the **`nano` + `micro`** non-modal editors and a **CI +workflow-lint layer** (Gitea-accurate sh-vs-bash guard + actionlint/shellcheck), +with the `docker-publish.yml` bash-defaults and `promote-base-latest` shell +fixes. pi stays `0.80.3`; the base image rebuilds (the mempalace-toolkit ref +advanced and `Dockerfile.base` gained nano/micro), so the new bridge and editors +land in `base-`. ### Added