Skip to content

Releases: tawanorg/claude-sync

v1.8.1

06 Apr 23:53

Choose a tag to compare

1.8.1 (2026-04-06)

Bug Fixes

  • fail init when storage bucket does not exist (11ad555), closes #21

v1.8.0

01 Apr 00:26

Choose a tag to compare

1.8.0 (2026-04-01)

Features

  • add NewSyncerWith for dependency-injected testing (60c21bc)

v1.7.0

31 Mar 20:32

Choose a tag to compare

1.7.0 (2026-03-31)

Bug Fixes

  • add commands directory to SyncPaths (6fb290d), closes #14
  • remove redundant nil check on map to fix gosimple lint (f41fbee)

Features

  • add MCP server sync support (#15) (43b1318)
  • add test coverage check to CI (a78e191)

v1.6.3

27 Mar 19:24

Choose a tag to compare

1.6.3 (2026-03-27)

Bug Fixes

  • remove claude-sync auto command (96c4d73)

v1.6.2

27 Mar 18:51

Choose a tag to compare

1.6.2 (2026-03-27)

Bug Fixes

  • remove auto push/pull hooks to prevent session startup errors (54d0bfe)

v1.6.0

25 Mar 12:57

Choose a tag to compare

1.6.0 (2026-03-25)

Features

  • add changelog command to view release history (5581559)

v1.5.1

25 Mar 12:50

Choose a tag to compare

1.5.1 (2026-03-25)

Bug Fixes

  • update sync state after resolving conflicts (b533622)

v1.5.0

25 Mar 12:43

Choose a tag to compare

1.5.0 (2026-03-25)

Bug Fixes

  • remove --quiet from auto-sync hooks so users see sync progress (e620333)

Features

  • add auto-sync command for Claude Code hooks (3ff7628)

v1.4.0

25 Mar 12:37

Choose a tag to compare

1.4.0 (2026-03-25)

Features

  • enhance exclude patterns and add comprehensive tests (d5d4f8b), closes #9 #9

v1.3.0

25 Mar 12:27

Choose a tag to compare

1.3.0 (2026-03-25)

Features

  • add exclude list to skip paths during sync (73735f1)
  • add exclude list to skip paths during sync (02e5e4e)
  • gzip compression before encryption for faster transfers (d853d36)

Performance Improvements

  • concurrent uploads/downloads with 10 worker pool (1b32c63)