Skip to content

catnip 0.11.2

Choose a tag to compare

@github-actions github-actions released this 26 Oct 00:34
· 79 commits to main since this release
d5ad28e

🐱 Catnip CLI 0.11.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.2

Note

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

🚀 Features

Other


🔍 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.2/checksums.txt

# Verify binary (example for Linux amd64)
sha256sum -c checksums.txt --ignore-missing

📖 Documentation

Full Changelog: v0.11.1...v0.11.2