Skip to content

v1.1.0

Choose a tag to compare

@qiaeru qiaeru released this 06 Jun 06:59
· 10 commits to main since this release

Added

  • scripts/: companion shell and batch helpers — update-repos (fast-forward every Git repo), status-repos (read-only repo status), clean-backups (prune import backups), and backup-export (unattended encrypted export with retention).
  • Backups tab in the web UI (and backups core module) to list and prune the import backups under ~/.claude-code-sync-backups/, with new endpoints GET /api/backups and POST /api/backups/prune.
  • Export retention: an optional Keep newest archives field in the UI and --keep N on the CLI delete older claude-code-sync-*.zip in the output folder after a successful export. POST /api/export accepts keep and reports pruned.

Fixed

  • run.sh / run.bat report a clear error when neither python3/py nor python is on PATH, and exec the interpreter so Ctrl-C reaches it directly.