diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9ce6a41 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/Docs/copilot-menu_dark.png b/Docs/copilot-menu_dark.png index 3c8b4b4..35b36e7 100644 Binary files a/Docs/copilot-menu_dark.png and b/Docs/copilot-menu_dark.png differ diff --git a/Docs/welcome.png b/Docs/welcome.png index c40d018..de2da42 100644 Binary files a/Docs/welcome.png and b/Docs/welcome.png differ diff --git a/README.md b/README.md index 791a922..0ec39ac 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [GitHub Copilot](https://github.com/features/copilot) is an AI pair programmer tool that helps you write code faster and smarter. Copilot for Xcode is an Xcode extension that provides inline coding suggestions as you type and a chat assistant to answer your coding questions. -## Chat [Preview] +## Chat GitHub Copilot Chat provides suggestions to your specific coding tasks via chat. Chat of GitHub Copilot for Xcode @@ -13,12 +13,6 @@ GitHub Copilot Chat provides suggestions to your specific coding tasks via chat. You can receive auto-complete type suggestions from GitHub Copilot either by starting to write the code you want to use, or by writing a natural language comment describing what you want the code to do. Code Completion of GitHub Copilot for Xcode -## Preview Policy - -Use of the GitHub Copilot Xcode Extension is subject to [GitHub's Pre-Release Terms](https://docs.github.com/en/site-policy/github-terms/github-pre-release-license-terms). We want to remind you that: - -> Previews may not be supported or may change at any time. You may receive confidential information through those programs that must remain confidential while the program is private. We'd love your feedback to make our Previews better. - ## Requirements - macOS 12+ @@ -107,10 +101,10 @@ Use of the GitHub Copilot Xcode Extension is subject to [GitHub's Pre-Release Te the full suggestion, and press `option` + `tab` to accept the full suggestion.

- Screenshot of welcome screen + Screenshot of welcome screen

-## How to use Chat [Preview] +## How to use Chat Open Copilot Chat in GitHub Copilot. - Open via the Xcode menu `Xcode -> Editor -> GitHub Copilot -> Open Chat`. @@ -121,7 +115,7 @@ Use of the GitHub Copilot Xcode Extension is subject to [GitHub's Pre-Release Te - Open via GitHub Copilot app menu `Open Chat`.

- Screenshot of GitHub Copilot menu item + Screenshot of GitHub Copilot menu item

## How to use Code Completion diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 0c1917d..5179ef0 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -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