Releases: jahwag/ClaudeSync
Releases · jahwag/ClaudeSync
v0.6.0
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
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
v0.5.5
v0.5.4
What's Changed
- Add Black to GitHub Actions Workflow by @crippledgeek in #56
- Enhanced Configuration Management and Submodule Handling by @jahwag in #58
- Local Configuration:
Introducedconfig.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.
- Local Configuration:
Full Changelog: v0.5.3...v0.5.4
v0.5.3
v0.5.2
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