Features - Add project location presentation functionality - Add support for archiving all projects
Bug Fixes - Improve order of error messages in validate_and_get_provider - Fix config.local.json creation in .claudesync of custom directory ([74](https://github.com/jahwag/ClaudeSync/pull/85)) - Enhance set logging functionality
Full Changelog [v0.6.1...v0.6.2](https://github.com/jahwag/ClaudeSync/compare/v0.6.1...v0.6.2)
0.6.1
What's Changed * Update README.md by jahwag in https://github.com/jahwag/ClaudeSync/pull/71 * fix: deprecate rsa by jahwag in https://github.com/jahwag/ClaudeSync/pull/73
What's Changed * feat: added logging of token count on push by jahwag in https://github.com/jahwag/ClaudeSync/pull/68 * feat: Encrypt session keys with SSH key for improved security by jahwag in https://github.com/jahwag/ClaudeSync/pull/69
**NOTE:** This release contains breaking changes. It is therefore advisable to delete ~/.claudesync to have a fresh install.
* fix: exclude ~/.claudesync from find_local_config_dir results by jahwag in https://github.com/jahwag/ClaudeSync/pull/67 * Add check to prevent ~/.claudesync from being returned as local config dir * Update docstring to reflect new exclusion criteria * Added codeowners