-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
717bc4c
commit 973075e
Showing
5 changed files
with
57 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## 0.32.0 - March 11, 2025 (General Availability) | ||
### Added | ||
- Implemented model picker for selecting LLM model in chat | ||
- Introduced new `/releaseNotes` slash command for accessing release information | ||
|
||
### Changed | ||
- Improved focus handling with automatic switching between chat text field and file search bar | ||
- Enhanced keyboard navigation support for file picker in chat context | ||
- Refined instructions for granting accessibility and extension permissions | ||
- Enhanced accessibility compliance for the chat window | ||
- Redesigned notification and status bar menu styles for better usability | ||
|
||
### Fixed | ||
- Resolved compatibility issues with macOS 12/13/14 | ||
- Fixed handling of invalid workspace switch event '/' | ||
- Corrected chat attachment file picker to respect workspace scope | ||
- Improved icon display consistency across different themes | ||
- Added support for previously unsupported file types (.md, .txt) in attachments | ||
- Adjusted incorrect margins in chat window UI | ||
|
||
## 0.31.0 - February 11, 2025 (Public Preview) | ||
### Added | ||
- Added Copilot Chat support | ||
- 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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
### GitHub Copilot for Xcode 0.31.0 | ||
**Highlights:** | ||
### GitHub Copilot for Xcode 0.32.0 | ||
**🚀 Highlights** | ||
|
||
* **Chat view**: Ask Copilot for help with coding tasks directly in the chat view. | ||
* **Slash commands**: Use quick commands, like `/explain` for code explanations. | ||
* **Reference code**: Scope chats to specific files for more relevant assistance. | ||
* **Multiple conversations**: Maintain different threads, each with their own context. | ||
* **Chat history management**: Keep track of past conversations for future reference. | ||
* **Free access**: Get [2,000 code completions and 50 chat messages](https://github.com/copilot) per month for free, simply by signing in with your GitHub account or by creating a new one. | ||
* Model picker for selecting LLM model for chat | ||
* New `/releaseNotes` slash commands for easier access to release information | ||
|
||
**Fixes and improvements:** | ||
**💪 Improvements** | ||
|
||
* Fix acception does not work under certain circumstaances. | ||
* Support switching focus between chat textfield and file search bar. | ||
* Auto-switch focus between chat text field and file search bar | ||
* Support keyboard navigation for file picker in chat context | ||
* Enhanced instructions for granting accessibility and extension permissions | ||
* Improved accessibility for chat window | ||
* Redesigned notification and status bar menu styles | ||
|
||
**🛠️ Bug Fixes** | ||
|
||
* Resolved compatibility issues with macOS 12 | ||
* Fixed handling of invalid workspace switch event '/' | ||
* Corrected chat attachment file picker search path to respect workspace scope | ||
* Fixed icon display across different themes | ||
* Added support for previously unsupported file types (.md, .txt) in attachments | ||
* Adjusted incorrect margins in chat window |