Releases: jahwag/ClaudeSync
Releases · jahwag/ClaudeSync
v0.4.8
v0.4.7
v0.4.6
What's Changed
- Option to get curl data from file. A work-around for Win32's CreateProcess having a maximum lpCommandLine length of 32,768 characters by @jahwag in #33
Full Changelog: v0.4.5...v0.4.6
v0.4.5
What's Changed
-
Sunday update by @jahwag in #32
-
Session Key Expiry Handling: Handling of session key expiration.
-
Default Project Name: Added support for default project naming based on working dir.
-
Session Key Validation on Login: Implemented additional validation of session keys on login.
-
Project Sync Command: Introduced a command for synchronizing only projects.
-
Command Correction: Replaced
config list
withconfig ls
. -
Logout Enhancements: Ensure that
session_key_expiry
,active_project_id
,active_project_name
, andlocal_path
are reset toNone
upon logout.
-
Full Changelog: v0.4.4...v0.4.5