From 68e64eeaef839251fbb21fedf22c21c87e896d28 Mon Sep 17 00:00:00 2001 From: nokeo08 Date: Fri, 14 Aug 2026 15:09:59 -0500 Subject: [PATCH] Release 1.3.1 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6743aa7..e122eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to `move` are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.1] - 2026-08-14 + +### Added +- `docs/execution-happy-path.md`: a sequence diagram (plus invariants) tracing + a clean idle-triggered sweep end to end, linked from the README. + +### Fixed +- Stale comments corrected to match the current code: the `install.sh` / + `uninstall.sh` header curl URLs pointed at a nonexistent repo-root path + (they live under `scripts/`), so the documented command 404'd; `move.ts`'s + module list omitted `editor.ts` and the `--edit` step; and `config.ts` still + described a removed pixel unit. + ## [1.3.0] - 2026-08-14 ### Added @@ -113,6 +126,7 @@ Initial release. - Source split into `src/{move,cli,config,keeper}.ts`. - `bin` entry + shebang so `bun link` registers `move` globally. +[1.3.1]: https://gitea.cahlen.com/nokeo08/Move/compare/v1.3.0...v1.3.1 [1.3.0]: https://gitea.cahlen.com/nokeo08/Move/compare/v1.2.0...v1.3.0 [1.2.0]: https://gitea.cahlen.com/nokeo08/Move/compare/v1.1.1...v1.2.0 [1.1.1]: https://gitea.cahlen.com/nokeo08/Move/compare/v1.1.0...v1.1.1 diff --git a/package.json b/package.json index 0de2d36..bcecd38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "move", - "version": "1.3.0", + "version": "1.3.1", "private": true, "license": "GPL-3.0-only", "type": "module",