|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## 0.35.0 - May 19, 2025 |
| 9 | +### Added |
| 10 | +- Launched Agent Mode. Copilot will automatically use multiple requests to edit files, run terminal commands, and fix errors. |
| 11 | +- Introduced Model Context Protocol (MCP) support in Agent Mode, allowing you to configure MCP tools to extend capabilities. |
| 12 | + |
| 13 | +### Changed |
| 14 | +- Added a button to enable/disable referencing current file in conversations |
| 15 | +- Added an animated progress icon in the response section |
| 16 | +- Refined onboarding experience with updated instruction screens and welcome views |
| 17 | +- Improved conversation reliability with extended timeout limits for agent requests |
| 18 | + |
| 19 | +### Fixed |
| 20 | +- Addressed critical error handling issues in core functionality |
| 21 | +- Resolved UI inconsistencies with chat interface padding adjustments |
| 22 | +- Implemented custom certificate handling using system environment variables `NODE_EXTRA_CA_CERTS` and `NODE_TLS_REJECT_UNAUTHORIZED`, fixing network access issues |
| 23 | + |
| 24 | +## 0.34.0 - April 29, 2025 |
| 25 | +### Added |
| 26 | +- Added support for new models in Chat: OpenAI GPT-4.1, o3 and o4-mini, Gemini 2.5 Pro |
| 27 | + |
| 28 | +### Changed |
| 29 | +- Switched default model to GPT-4.1 for new installations |
| 30 | +- Enhanced model selection interface |
| 31 | + |
| 32 | +### Fixed |
| 33 | +- Resolved critical error handling issues |
| 34 | + |
| 35 | +## 0.33.0 - April 17, 2025 |
| 36 | +### Added |
| 37 | +- Added support for new models in Chat: Claude 3.7 Sonnet and GPT 4.5 |
| 38 | +- Implemented @workspace context feature allowing questions about the entire codebase in Copilot Chat |
| 39 | + |
| 40 | +### Changed |
| 41 | +- Simplified access to Copilot Chat from the Copilot for Xcode app with a single click |
| 42 | +- Enhanced instructions for granting background permissions |
| 43 | + |
| 44 | +### Fixed |
| 45 | +- Resolved false alarms for sign-in and free plan limit notifications |
| 46 | +- Improved app launch performance |
| 47 | +- Fixed workspace and context update issues |
| 48 | + |
| 49 | +## 0.32.0 - March 11, 2025 (General Availability) |
| 50 | +### Added |
| 51 | +- Implemented model picker for selecting LLM model in chat |
| 52 | +- Introduced new `/releaseNotes` slash command for accessing release information |
| 53 | + |
| 54 | +### Changed |
| 55 | +- Improved focus handling with automatic switching between chat text field and file search bar |
| 56 | +- Enhanced keyboard navigation support for file picker in chat context |
| 57 | +- Refined instructions for granting accessibility and extension permissions |
| 58 | +- Enhanced accessibility compliance for the chat window |
| 59 | +- Redesigned notification and status bar menu styles for better usability |
| 60 | + |
| 61 | +### Fixed |
| 62 | +- Resolved compatibility issues with macOS 12/13/14 |
| 63 | +- Fixed handling of invalid workspace switch event '/' |
| 64 | +- Corrected chat attachment file picker to respect workspace scope |
| 65 | +- Improved icon display consistency across different themes |
| 66 | +- Added support for previously unsupported file types (.md, .txt) in attachments |
| 67 | +- Adjusted incorrect margins in chat window UI |
| 68 | + |
| 69 | +## 0.31.0 - February 11, 2025 (Public Preview) |
| 70 | +### Added |
| 71 | +- Added Copilot Chat support |
| 72 | +- Added GitHub Freeplan support |
| 73 | +- Implemented conversation and chat history management across multiple Xcode instances |
| 74 | +- Introduced multi-file context support for comprehensive code understanding |
| 75 | +- Added slash commands for specialized operations |
0 commit comments