diff --git a/CHANGELOG.md b/CHANGELOG.md index bafeb44..414c8e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.39.0 - July 23, 2025 +### Fixed +- Performance: Fixed a freezing issue in 'Add Context' view when opening large projects. +- Login failed due to insufficient permissions on the .config folder. +- Fixed an issue that setting changes like proxy config did not take effect. +- Increased the timeout for ask mode to prevent response failures due to timeout. + ## 0.38.0 - June 30, 2025 ### Added - Support for Claude 4 in Chat. diff --git a/ReleaseNotes.md b/ReleaseNotes.md index a44299a..1b6907e 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,17 +1,11 @@ -### GitHub Copilot for Xcode 0.38.0 +### GitHub Copilot for Xcode 0.39.0 **🚀 Highlights** -* Support for Claude 4 in Chat. -* Support for Copilot Vision (image attachments). -* Support for remote MCP servers. - -**💪 Improvements** -* Automatically suggests a title for conversations created in agent mode. -* Improved restoration of MCP tool status after Copilot restarts. -* Reduced duplication of MCP server instances. +* Performance: Fixed a freezing issue in 'Add Context' view when opening large projects. **🛠️ Bug Fixes** -* Switching accounts now correctly refreshes the auth token and models. -* Fixed file create/edit issues in agent mode. +* Login failed due to insufficient permissions on the .config folder. +* Fixed an issue that setting changes like proxy config did not take effect. +* Increased the timeout for ask mode to prevent response failures due to timeout. diff --git a/Server/package-lock.json b/Server/package-lock.json index 2896754..f850044 100644 --- a/Server/package-lock.json +++ b/Server/package-lock.json @@ -8,7 +8,7 @@ "name": "@github/copilot-xcode", "version": "0.0.1", "dependencies": { - "@github/copilot-language-server": "^1.341.0", + "@github/copilot-language-server": "^1.347.0", "@xterm/addon-fit": "^0.10.0", "@xterm/xterm": "^5.5.0", "monaco-editor": "0.52.2" @@ -36,9 +36,10 @@ } }, "node_modules/@github/copilot-language-server": { - "version": "1.341.0", - "resolved": "https://registry.npmjs.org/@github/copilot-language-server/-/copilot-language-server-1.341.0.tgz", - "integrity": "sha512-u0RfW9A68+RM7evQSCICH/uK/03p9bzp/8+2+zg6GDC/u3O2F8V+G1RkvlqfrckXrQZd1rImO41ch7ns3A4zMQ==", + "version": "1.347.0", + "resolved": "https://registry.npmjs.org/@github/copilot-language-server/-/copilot-language-server-1.347.0.tgz", + "integrity": "sha512-ygDQhnRkoKD+9jIUNTRrB9F0hP6N6jJUy+TSFtSsge5lNC2P/ntWyCFkEcrVnXcvewG7dHj8U9RRAExEeg8FgQ==", + "license": "https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features", "dependencies": { "vscode-languageserver-protocol": "^3.17.5" }, diff --git a/Server/package.json b/Server/package.json index 7fd1269..46892e2 100644 --- a/Server/package.json +++ b/Server/package.json @@ -7,7 +7,7 @@ "build": "webpack" }, "dependencies": { - "@github/copilot-language-server": "^1.341.0", + "@github/copilot-language-server": "^1.347.0", "@xterm/addon-fit": "^0.10.0", "@xterm/xterm": "^5.5.0", "monaco-editor": "0.52.2" pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy