diff --git a/CHANGELOG.md b/CHANGELOG.md index a61acdd9..81f68260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ ## 1.0.61 -- Added --settings flag to load settings from a JSON file +- Transcript mode (Ctrl+R): Changed Esc to exit transcript mode rather than interrupt +- Settings: Added `--settings` flag to load settings from a JSON file +- Settings: Fixed resolution of settings files paths that are symlinks +- OTEL: Fixed reporting of wrong organization after authentication changes +- Slash commands: Fixed permissions checking for allowed-tools with Bash +- IDE: Added support for pasting images in VSCode MacOS using ⌘+V +- IDE: Added `CLAUDE_CODE_AUTO_CONNECT_IDE=false` for disabling IDE auto-connection +- Added `CLAUDE_CODE_SHELL_PREFIX` for wrapping Claude and user-provided shell commands run by Claude Code ## 1.0.60 @@ -10,7 +17,6 @@ ## 1.0.59 -- Rename CLAUDE_CODE_BASH_PREFIX to CLAUDE_CODE_SHELL_PREFIX - SDK: Added tool confirmation support with canUseTool callback - SDK: Allow specifying env for spawned process - Hooks: Exposed PermissionDecision to hooks (including "ask")