Skip to content

Release v0.4.2

New Features

PyPI Installation Support

You can now install gcop-rs via pipx or pip:

bash
# Using pipx (recommended)
pipx install gcop-rs

# Using pip
pip install gcop-rs

This is a Python wrapper that automatically downloads the pre-compiled Rust binary for your platform from GitHub Releases on first run.

CLI Help Color Output

--help output now has color highlighting for better readability:

  • Titles (Usage, Commands, etc.) displayed in bold green
  • Command and option names displayed in bold cyan

Installation Methods Summary

bash
# Homebrew (macOS/Linux)
brew tap AptS-1547/gcop-rs
brew install gcop-rs

# pipx (Python users, recommended)
pipx install gcop-rs

# cargo-binstall (no compilation)
cargo binstall gcop-rs

# cargo install (compile from source)
cargo install gcop-rs

Upgrade Notes

Upgrading from v0.4.1 requires no action, fully backward compatible.

Installation

bash
cargo install gcop-rs

Or download pre-built binaries from Releases.

Feedback

If you have any issues or suggestions, please submit an Issue.