v1.4.0
Changelog
New Features
Bug Fixes
- 49e40b2: fix: complete push rollback safety (@dapi)
- ca24a93: fix: harden upstream push workflow (@dapi)
- 6d3d235: fix: pin GitHub publication target (@dapi)
- dca7870: fix: prefer template source payload over local copy (@dapi)
- 7567998: fix: reserve safe upstream publication branches (@dapi)
- 95dd99a: fix: validate upstream publication base (@dapi)
Other Changes
- c4303bc: Add symphony (@dapi)
- e3ae0c8: Merge branch 'main' into feature/issue-23-feat-dobavit-komandu-push-dlya-publikats (@dapi)
- b12551a: Merge pull request #27 from dapi/feature/issue-23-feat-dobavit-komandu-push-dlya-publikats (@dapi)
- 7a865ee: Merge pull request #28 from dapi/feature/issue-26-fix-ignore-project-local-memory-bank-whe (@dapi)
- f78ff83: Merge pull request #30 from dapi/codex/gh-26 (@dapi)
- 32a0408: Merge pull request #32 from dapi/agent/release-v1.4.0 (@dapi)
- 295ff33: Update .gitignore (@dapi)
Installation
Go
go install github.com/dapi/memory-bank-cli/cmd/memory-bank-cli@v1.4.0Homebrew
brew install dapi/tap/memory-bank-climacOS (Apple Silicon)
curl -L -o memory-bank-cli https://github.com/dapi/memory-bank-cli/releases/download/v1.4.0/memory-bank-cli-darwin-arm64
chmod +x memory-bank-cli
sudo mv memory-bank-cli /usr/local/bin/macOS (Intel)
curl -L -o memory-bank-cli https://github.com/dapi/memory-bank-cli/releases/download/v1.4.0/memory-bank-cli-darwin-amd64
chmod +x memory-bank-cli
sudo mv memory-bank-cli /usr/local/bin/Linux (amd64)
curl -L -o memory-bank-cli https://github.com/dapi/memory-bank-cli/releases/download/v1.4.0/memory-bank-cli-linux-amd64
chmod +x memory-bank-cli
sudo mv memory-bank-cli /usr/local/bin/Windows
Download memory-bank-cli-windows-amd64.exe from the assets below and add it to PATH.
Breaking changes
memory-bank-cli is the only supported executable. No compatibility binaries or aliases are published.
Full Changelog: v1.3.0...v1.4.0