Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexr00 committed May 2, 2022
1 parent df4a58c commit 4eed9e5
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## 0.42.0

### Changes

- New actions to go to github.com/owner/repo/issues and github.com/owner/repo/pulls

![Open on GitHub](documentation/changelog/0.42.0/open-on-github.png)
- Support for multiline comments

![Multiline comments](documentation/changelog/0.42.0/multiline-comments.gif)
- Commit changes can now show in a tree or list depending on the value of `githubPullRequests.fileListLayout`
- "Create Permalink" works on github.dev and vscode.dev from a tag or commit number.
- "Mark as Viewed" and "Mark as Unviewed" are available in the editor toolbar

![Mark file as viewed from the editor toolbar](documentation/changelog/0.42.0/mark-as-viewed-toolbar.png)
- Better defaults for `githubIssues.ignoreCompletionTrigger`.

### Fixes

- Invisible Button/Input Text in High Contrast Themes. https://github.com/microsoft/vscode-pull-request-github/issues/3342
- Create PR icon dissapears from Source Control view. https://github.com/microsoft/vscode-pull-request-github/issues/3410
- Don't make potentially expensive getObjectDetails and detectObjectType calls for known file extensions. https://github.com/microsoft/vscode-pull-request-github/issues/3446
- Web: Broken state for deleting branch in repo that deletes on merge. https://github.com/microsoft/vscode-pull-request-github/issues/3453
- Can't leave a comment in PR webviewview without a pending review. https://github.com/microsoft/vscode-pull-request-github/issues/3480
- Text suggestions load forever on first column. https://github.com/microsoft/vscode-pull-request-github/issues/3485

**_Thank You_**

* [@hoontae24](https://github.com/hoontae24): Support the copied permalink for Github Enterprise URL [PR #3460](https://github.com/microsoft/vscode-pull-request-github/pull/3460)

## 0.40.0

### Changes
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4eed9e5

Please sign in to comment.