Skip to content
Merged
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- `apm install` honors the SSH user portion of dependency URLs (`ssh://user@host/...` and scp shorthand `user@host:org/repo`) instead of hardcoding `git@`; unblocks EMU accounts and other non-`git` SSH identities. User values are validated against a strict allowlist before composing the clone URL. (#1385, closes #1383)
- Root `.apm` hooks no longer duplicate after renaming the project directory or using git worktrees; Claude/Codex/Cursor/Gemini/Windsurf hook configs stay idempotent across checkouts. (#1329)

## [0.14.0] - 2026-05-18

Expand Down
Loading
Loading