Skip to content

Releases: jahwag/ClaudeSync

v0.6.0

14 Sep 10:09
30c7717
Compare
Choose a tag to compare

What's Changed

  • feat: added logging of token count on push by @jahwag in #68
  • feat: Encrypt session keys with SSH key for improved security by @jahwag in #69

NOTE: This release contains breaking changes. It is therefore advisable to delete ~/.claudesync to have a fresh install.

Full Changelog: v0.5.7...v0.6.0

v0.5.7

12 Sep 21:02
4b0a967
Compare
Choose a tag to compare

What's Changed

  • fix: exclude ~/.claudesync from find_local_config_dir results by @jahwag in #67
    • Add check to prevent ~/.claudesync from being returned as local config dir
    • Update docstring to reflect new exclusion criteria
    • Added codeowners

Full Changelog: v0.5.6...v0.5.7

v0.5.6

31 Aug 13:34
e3d9389
Compare
Choose a tag to compare

What's Changed

  • Set command should take provider as option. Updated chat to work with config.local.json. by @jahwag in #60

Full Changelog: v0.5.5...v0.5.6

v0.5.5

30 Aug 19:56
1026d5c
Compare
Choose a tag to compare

What's Changed

  • Compression algorithms and packing by @jahwag in #59

Full Changelog: v0.5.4...v0.5.5

v0.5.4

28 Aug 18:48
480dba7
Compare
Choose a tag to compare

What's Changed

  • Enhanced Configuration Management and Submodule Handling by @jahwag in #58
    • Local Configuration:
      Introduced config.local.json for project-specific settings.
    • Submodule Enhancements:
      Improved detection, handling, and syncing processes for submodules.
    • CLI Refactor:
      Added new commands (auth, remote, push) to streamline project management.
    • Smart Syncing:
      Implemented directory-aware syncing for more efficient operations.
    • Session Management:
      Externalized session keys to support provider-specific configurations.

Full Changelog: v0.5.3...v0.5.4

v0.5.3

25 Aug 17:00
03809d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

22 Aug 14:39
3b556bb
Compare
Choose a tag to compare

What's Changed

  • Submodule Syncing and File Management Enhancements by @jahwag in #50

    • Introduced submodules to improve efficiency when working with Claude.ai by reducing context size.
    • Added support for syncing customizable file subsets, including options for all files, source code only, production code, test code, and build configurations.
    • Enabled chat creation and message sending within a specific project context.
  • Improved Login Process by @jahwag in #51

    • Implemented a retry mechanism to mitigate rate limiting during periods of heavy traffic.
    • Enhanced the login prompt user experience and enabled session key reuse for smoother authentication.
  • New Upgrade Command by @jahwag in #52

    • Added a command to facilitate easy upgrades.

Full Changelog: v0.5.1...v0.5.2

v0.5.1

19 Aug 15:44
5dee612
Compare
Choose a tag to compare

What's Changed

  • Fix ClaudeSync 403 Error on Python 3.12.5 with Claude.ai by @jahwag in #49

Full Changelog: v0.5.0...v0.5.1

v0.5.0

13 Aug 21:56
98ea751
Compare
Choose a tag to compare

What's Changed

  • Don't traverse directories that are excluded by @trippd6 in #44
  • fix for allowing paid orgs in addition to paid personal accounts by @quinn in #48

New Contributors

Full Changelog: v0.4.9...v0.5.0

v0.4.9

06 Aug 11:43
50d83a0
Compare
Choose a tag to compare

What's Changed

  • Update README.md with disclaimer by @jahwag in #39

Full Changelog: v0.4.8...v0.4.9