Skip to content

Commit 6754ab7

Browse files
authored
Prepare for 0.20.0 (#342)
1 parent 63b1303 commit 6754ab7

23 files changed

Lines changed: 65 additions & 60 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.20.0
9+
### Added
10+
- Support organization-enabled custom (BYOK) models automatically in the model picker. [PR#333](https://github.com/microsoft/copilot-for-eclipse/pull/333)
11+
12+
### Changed
13+
- Move Copilot Menu to the left of the Help menu. [#287](https://github.com/microsoft/copilot-for-eclipse/issues/287)
14+
15+
### Fixed
16+
- Chat cannot be scrolled down to see the newest messages in long conversations. [#63](https://github.com/microsoft/copilot-for-eclipse/issues/63)
17+
- Copilot asks read permission for a global skill file. [#318](https://github.com/microsoft/copilot-for-eclipse/issues/318)
18+
- Detailed model information on dropdown hover is cropped on Linux. [#113](https://github.com/microsoft/copilot-for-eclipse/issues/113), contributed by [@travkin79](https://github.com/travkin79)
19+
- Automatically scroll the chat view to prompts requiring user action (e.g. "Continue") in Agent mode. [#120](https://github.com/microsoft/copilot-for-eclipse/issues/120), contributed by [@raghucssit](https://github.com/raghucssit)
20+
- Agents become extremely slow due to expensive chat view re-layout on every streamed chunk. [#259](https://github.com/microsoft/copilot-for-eclipse/issues/259)
21+
- UI freezes on editor switch when the Chat view has a long conversation. [#335](https://github.com/microsoft/copilot-for-eclipse/issues/335)
22+
823
## 0.19.0
924
### Added
1025
- Improve terminal command execution across Windows and Linux. [PR#247](https://github.com/microsoft/copilot-for-eclipse/pull/247)

com.microsoft.copilot.eclipse.branding/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: GitHub Copilot
44
Bundle-SymbolicName: com.microsoft.copilot.eclipse.branding;singleton:=true
5-
Bundle-Version: 0.19.0.qualifier
5+
Bundle-Version: 0.20.0.qualifier
66
Bundle-Vendor: GitHub Copilot
77
Automatic-Module-Name: com.microsoft.copilot.eclipse.branding

com.microsoft.copilot.eclipse.core.agent.linux.aarch64/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: com.microsoft.copilot.eclipse.core.agent.linux.aarch64
44
Bundle-SymbolicName: com.microsoft.copilot.eclipse.core.agent.linux.aarch64
55
Automatic-Module-Name: com.microsoft.copilot.eclipse.core.agent.linux.aarch64
6-
Bundle-Version: 0.19.0.qualifier
6+
Bundle-Version: 0.20.0.qualifier
77
Bundle-Vendor: GitHub Copilot
88
Fragment-Host: com.microsoft.copilot.eclipse.core
99
Bundle-RequiredExecutionEnvironment: JavaSE-17

com.microsoft.copilot.eclipse.core.agent.linux.x64/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: com.microsoft.copilot.eclipse.core.agent.linux.x64
44
Bundle-SymbolicName: com.microsoft.copilot.eclipse.core.agent.linux.x64
55
Automatic-Module-Name: com.microsoft.copilot.eclipse.core.agent.linux.x64
6-
Bundle-Version: 0.19.0.qualifier
6+
Bundle-Version: 0.20.0.qualifier
77
Bundle-Vendor: GitHub Copilot
88
Fragment-Host: com.microsoft.copilot.eclipse.core
99
Bundle-RequiredExecutionEnvironment: JavaSE-17

com.microsoft.copilot.eclipse.core.agent.macosx.aarch64/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: com.microsoft.copilot.eclipse.core.agent.macosx.aarch64
44
Bundle-SymbolicName: com.microsoft.copilot.eclipse.core.agent.macosx.aarch64
55
Automatic-Module-Name: com.microsoft.copilot.eclipse.core.agent.macosx.aarch64
6-
Bundle-Version: 0.19.0.qualifier
6+
Bundle-Version: 0.20.0.qualifier
77
Bundle-Vendor: GitHub Copilot
88
Fragment-Host: com.microsoft.copilot.eclipse.core
99
Bundle-RequiredExecutionEnvironment: JavaSE-17

com.microsoft.copilot.eclipse.core.agent.macosx.x64/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: com.microsoft.copilot.eclipse.core.agent.macosx.x64
44
Bundle-SymbolicName: com.microsoft.copilot.eclipse.core.agent.macosx.x64
55
Automatic-Module-Name: com.microsoft.copilot.eclipse.core.agent.macosx.x64
6-
Bundle-Version: 0.19.0.qualifier
6+
Bundle-Version: 0.20.0.qualifier
77
Bundle-Vendor: GitHub Copilot
88
Fragment-Host: com.microsoft.copilot.eclipse.core
99
Bundle-RequiredExecutionEnvironment: JavaSE-17

com.microsoft.copilot.eclipse.core.agent.win32/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: com.microsoft.copilot.eclipse.core.agent.win32
44
Bundle-SymbolicName: com.microsoft.copilot.eclipse.core.agent.win32
55
Automatic-Module-Name: com.microsoft.copilot.eclipse.core.agent.win32
6-
Bundle-Version: 0.19.0.qualifier
6+
Bundle-Version: 0.20.0.qualifier
77
Bundle-Vendor: GitHub Copilot
88
Fragment-Host: com.microsoft.copilot.eclipse.core
99
Bundle-RequiredExecutionEnvironment: JavaSE-17

com.microsoft.copilot.eclipse.core.test/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: com.microsoft.copilot.eclipse.core.test
44
Bundle-SymbolicName: com.microsoft.copilot.eclipse.core.test;singleton:=true
5-
Bundle-Version: 0.19.0.qualifier
5+
Bundle-Version: 0.20.0.qualifier
66
Bundle-Vendor: GitHub Copilot
77
Bundle-RequiredExecutionEnvironment: JavaSE-17
88
Fragment-Host: com.microsoft.copilot.eclipse.core
99
Automatic-Module-Name: com.microsoft.copilot.eclipse.core.test
1010
Import-Package: org.objenesis;version="[3.4.0,4.0.0)",
1111
org.osgi.framework;version="[1.10.0,2.0.0)"
12-
Require-Bundle: com.microsoft.copilot.eclipse.core;bundle-version="0.19.0",
12+
Require-Bundle: com.microsoft.copilot.eclipse.core;bundle-version="0.20.0",
1313
org.mockito.mockito-core;bundle-version="5.14.2",
1414
org.eclipse.lsp4e;bundle-version="0.18.1",
1515
org.eclipse.jdt.annotation;resolution:=optional,

com.microsoft.copilot.eclipse.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: com.microsoft.copilot.eclipse.core
44
Bundle-SymbolicName: com.microsoft.copilot.eclipse.core;singleton:=true
5-
Bundle-Version: 0.19.0.qualifier
5+
Bundle-Version: 0.20.0.qualifier
66
Bundle-Vendor: GitHub Copilot
77
Export-Package: com.microsoft.copilot.eclipse.core,
88
com.microsoft.copilot.eclipse.core.chat,

com.microsoft.copilot.eclipse.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="com.microsoft.copilot.eclipse.feature"
44
label="GitHub Copilot"
5-
version="0.19.0.qualifier"
5+
version="0.20.0.qualifier"
66
provider-name="GitHub Copilot"
77
plugin="com.microsoft.copilot.eclipse.branding">
88

0 commit comments

Comments
 (0)