Skip to content

Releases: FelixIsaac/claude-code-sync

v0.2.7

22 Dec 07:22
v0.2.7
ad6c749

Choose a tag to compare

Changelog

  • ad6c749 fix: convert backslashes in fallback path expansion

v0.2.6

22 Dec 07:17
v0.2.6
fea3f5d

Choose a tag to compare

Changelog

  • fea3f5d fix: use explicit backslash character for replacement

v0.2.5

22 Dec 07:08
v0.2.5
8c3d08c

Choose a tag to compare

Changelog

  • 8ea5bf1 feat: add auto-update command for one-click binary updates
  • 8c3d08c fix: use JSON parsing for safe cross-platform path expansion

v0.2.4-debug

20 Dec 04:36
v0.2.4-debug
5f9bbe9

Choose a tag to compare

v0.2.4-debug Pre-release
Pre-release

Changelog

  • 5f9bbe9 debug: add logging to expandPluginPaths for troubleshooting

v0.2.3

20 Dec 03:51
v0.2.3
9f7e434

Choose a tag to compare

Changelog

  • 9f7e434 fix: improve cross-platform path expansion logic

v0.2.2

19 Dec 22:13
v0.2.2
725e06f

Choose a tag to compare

Changelog

  • 725e06f feat: cross-platform plugin sync with path normalization

v0.2.1

19 Dec 13:43
v0.2.1
346341d

Choose a tag to compare

Changelog

  • 9ea28ab Add check-update cmd, update README
  • 102a1aa Remove old shell scripts and fix CI
  • 3df4cf0 Sync plugin config files (installed_plugins.json, known_marketplaces.json)
  • 346341d fix: remove version from archive filenames for /latest/ redirect
  • b923ac8 fix: update golang.org/x/crypto to v0.45.0 to fix security vulnerabilities

v0.2.0

19 Dec 05:32
v0.2.0
e5afb4a

Choose a tag to compare

Changelog

  • e5afb4a Add URL validation + fix path display for Git Bash
  • 3cbb64b Initial release - claude-code-sync v1.0.0
  • a190eae Rewrite in Go with native age encryption
  • be60c54 feat: add check-update and update commands
  • 8f8a106 feat: add reset, destroy, unlink lifecycle commands
  • b6d4e64 fix: add missing exclusions + clarify ~/.claude.json location
  • d93188e fix: add proper semver comparison for updates
  • 4a0ff0b fix: pattern matching for exclusions/encryption
  • b7675d9 fix: scoop needs extras bucket for age
  • 051dc52 ux: make private key output clearer with arrow indicator