Skip to content

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 14:50
· 2 commits to main since this release

Changelog

New Features

  • 78a2cab: feat: add interactive update conflict resolution (@dapi)

Other Changes

Installation

Go

go install github.com/dapi/memory-bank-cli/cmd/memory-bank-cli@v1.8.0

Homebrew

brew install dapi/tap/memory-bank-cli

macOS (Apple Silicon)

curl -L -o memory-bank-cli https://github.com/dapi/memory-bank-cli/releases/download/v1.8.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.8.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.8.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.7.3...v1.8.0