Release 1.4.0

This commit is contained in:
2026-08-17 16:15:44 -05:00
parent c8942bb380
commit b019f25a42
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -5,7 +5,7 @@ All notable changes to `move` are documented here.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [1.4.0] - 2026-08-17
### Added ### Added
- Loop mode: `-l` / `--loop` (and the `loop` config key) keep the mouse - Loop mode: `-l` / `--loop` (and the `loop` config key) keep the mouse
@@ -187,6 +187,7 @@ Initial release.
- Source split into `src/{move,cli,config,keeper}.ts`. - Source split into `src/{move,cli,config,keeper}.ts`.
- `bin` entry + shebang so `bun link` registers `move` globally. - `bin` entry + shebang so `bun link` registers `move` globally.
[1.4.0]: https://gitea.cahlen.com/nokeo08/Move/compare/v1.3.3...v1.4.0
[1.3.3]: https://gitea.cahlen.com/nokeo08/Move/compare/v1.3.2...v1.3.3 [1.3.3]: https://gitea.cahlen.com/nokeo08/Move/compare/v1.3.2...v1.3.3
[1.3.2]: https://gitea.cahlen.com/nokeo08/Move/compare/v1.3.1...v1.3.2 [1.3.2]: https://gitea.cahlen.com/nokeo08/Move/compare/v1.3.1...v1.3.2
[1.3.1]: https://gitea.cahlen.com/nokeo08/Move/compare/v1.3.0...v1.3.1 [1.3.1]: https://gitea.cahlen.com/nokeo08/Move/compare/v1.3.0...v1.3.1
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "move", "name": "move",
"version": "1.3.3", "version": "1.4.0",
"private": true, "private": true,
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"type": "module", "type": "module",