diff --git a/CHANGELOG.md b/CHANGELOG.md index 570c1caf..c2d8808b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,7 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added support for tool selection in agent mode. - Added the ability to adjust the chat panel font size. - Added the ability to edit a previous chat message and resend it. -- Introduced a new setting to disable the Copilot “Fix Error” button. +- Introduced a new setting to disable the Copilot "Fix Error" button. - Added support for custom instructions in the Code Review feature. ### Changed @@ -95,7 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.42.0 - September 3, 2025 ### Added -- Support for Bring Your Own Keys (BYOK) with model providers including Azure, OpenAI, Anthropic, Gemini, Groq, and OpenRouter. See [BYOK.md](https://github.com/github/CopilotForXcode/blob/0.42.0/Docs/BYOK.md). +- Support for Bring Your Own Keys (BYOK) with model providers including Azure, OpenAI, Anthropic, Gemini, Groq, and OpenRouter. See [BYOK.md](https://github.com/github/CopilotForXcode/blob/0.42.0/Docs/BYOK.md) - Use the current selection as chat context. - Add folders as chat context. - Shortcut to quickly fix errors in Xcode. @@ -104,7 +104,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use ↑/↓ keys to reuse previous chat context in the chat view. ### Changed -- Default chat mode is now set to “Agent”. +- Default chat mode is now set to "Agent". ### Fixed - Cannot copy url from Safari browser to chat view. @@ -160,8 +160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Enabled support for dragging-and-dropping files into the chat panel to provide context. ### Fixed -- "Add Context" menu didn’t show files in workspaces organized with Xcode’s group feature. -- Chat didn’t respond when the workspace was in a system folder (like Desktop, Downloads, or Documents) and access permission hadn’t been granted. +- "Add Context" menu didn't show files in workspaces organized with Xcode's group feature. +- Chat didn't respond when the workspace was in a system folder (like Desktop, Downloads, or Documents) and access permission hadn't been granted. ## 0.36.0 - June 4, 2025 ### Added @@ -174,7 +174,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Performance: Fixed lagging issue when pasting large text into the chat input. - Performance: Improved project indexing performance. - Don't trigger / (slash) commands when pasting a file path into the chat input. -- Adjusted terminal text styling to align with Xcode’s theme. +- Adjusted terminal text styling to align with Xcode's theme. ## 0.35.0 - May 19, 2025 ### Added @@ -243,4 +243,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added GitHub Freeplan support - Implemented conversation and chat history management across multiple Xcode instances - Introduced multi-file context support for comprehensive code understanding -- Added slash commands for specialized operations +- Added slash commands for specialized operations \ No newline at end of file diff --git a/export-options.plist b/export-options.plist index f8d0b35b..b9683b8c 100644 --- a/export-options.plist +++ b/export-options.plist @@ -6,5 +6,5 @@ VEKTX9H2N7 method developer-id - - + + \ No newline at end of file