Skip to content

Commit 3827ffe

Browse files
committed
Add changelog for 0.28.0
1 parent a43c0ae commit 3827ffe

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 0.28.0
4+
5+
### Changes
6+
7+
- Status bar entries use the new `createStatusBarItem` API to show better names.
8+
9+
![Status bar name](documentation/changelog/0.28.0/status-bar-name.png)
10+
11+
12+
### Fixes
13+
14+
- Placeholder avatar is shown correctly with GitHub Enterprise. https://github.com/microsoft/vscode-pull-request-github/issues/2771
15+
- Error messages no longer shown when there's a non-GitHub remote. https://github.com/microsoft/vscode-pull-request-github/issues/2768
16+
- Copying a permalink doesn't require sign in. https://github.com/microsoft/vscode-pull-request-github/issues/2761
17+
- There's a new timeout for listing branches so that repositories with many branches don't hang. https://github.com/microsoft/vscode-pull-request-github/issues/2753
18+
- "There are updates" notification is shown less often and can be permanently hidden. https://github.com/microsoft/vscode-pull-request-github/issues/2628
19+
- [And more!](https://github.com/microsoft/vscode-pull-request-github/issues?q=is%3Aissue+label%3Abug+milestone%3A%22June+2021%22+is%3Aclosed)
20+
321
## 0.27.1
422

523
- Fix links in the readme for the marketplace: https://github.com/microsoft/vscode-pull-request-github/issues/2769
Loading

0 commit comments

Comments
 (0)