catnip 0.11.1-dev.2
Pre-release
Pre-release
·
80 commits
to main
since this release
🐱 Catnip CLI 0.11.1-dev.2
Welcome to this new release of catnip!
📦 Installation
# Quick install (latest version)
curl -sSfL install.catnip.sh | sh
# Install specific version
curl -sSfL install.catnip.sh | sh -s -- --version v0.11.1-dev.2Note
The macOS version now includes native notification support through app bundle packaging. The installer will set up both the app bundle and CLI wrapper automatically.
📋 What's Changed
Changelog
Other
- 0746081: Add comprehensive unit tests for upgrade version comparison ( <>)
- 0298ce8: Attest we have no funky encryption ( <>)
- 33ceb9b: Fix TypeScript linting errors in VS Code extension ( <>)
- 47204e0: Fix environment export using declare -px with template preservation ( <>)
- 7193e9c: Fix git fetch to create local branch refs, enable fallback ( <>)
- efecbbb: Fix upgrade timeout leaving orphaned backup files ( <>)
- d96c330: Make upgrade version comparison more explicit and debuggable ( <>)
🔍 Verification
All binaries are signed and checksummed for security. Verify downloads with:
# Download checksum file
curl -sL https://catnip.run/v1/github/releases/download/0.11.1-dev.2/checksums.txt
# Verify binary (example for Linux amd64)
sha256sum -c checksums.txt --ignore-missing📖 Documentation
Full Changelog: v0.11.1-dev.1...v0.11.1-dev.2