catnip 0.12.0
🐱 Catnip CLI 0.12.0
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.12.0Note
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
- d009147: Feature/adaptive ios ipad design (#240) (@vanpelt)
- d7e8eed: Fix OAuth login flow security issues (#238) (@vanpelt)
- b9949ad: Fix iPad preview mode and workspace switching issues (#245) (@vanpelt)
- 606332a: Fix preview mode not working in TestFlight/production builds ( <>)
🔍 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.12.0/checksums.txt
# Verify binary (example for Linux amd64)
sha256sum -c checksums.txt --ignore-missing📖 Documentation
Full Changelog: v0.11.4...v0.12.0