Skip to content
This repository was archived by the owner on Aug 9, 2026. It is now read-only.

Release v0.3.2

Choose a tag to compare

@github-actions github-actions released this 06 Apr 04:25
· 1 commit to master since this release

Changes

  • chore: bump version to 0.3.2
  • fix(parser): recover entries from corrupted JSONL lines

Installation

Download the appropriate binary for your platform below.

Linux

wget https://github.com/osen77/claude-code-sync-cn/releases/download/v0.3.2/ccs-linux-x86_64.tar.gz
tar -xzf ccs-linux-x86_64.tar.gz
sudo mv ccs /usr/local/bin/

macOS

# For Intel Macs
wget https://github.com/osen77/claude-code-sync-cn/releases/download/v0.3.2/ccs-macos-x86_64.tar.gz

# For Apple Silicon Macs
wget https://github.com/osen77/claude-code-sync-cn/releases/download/v0.3.2/ccs-macos-aarch64.tar.gz

tar -xzf ccs-macos-*.tar.gz
sudo mv ccs /usr/local/bin/

Windows

Download the .zip file and extract it to a directory in your PATH.