Skip to content

Commit

Permalink
0.74.0 (#5305)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexr00 authored Oct 4, 2023
1 parent 0b071ef commit cd63bb7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 0.74.0

### Changes

- Accessibility for reviewing PRs has been improved. See https://github.com/microsoft/vscode-pull-request-github/issues/5225 and https://github.com/microsoft/vscode/issues/192377 for a complete list of improvements.
- Commits are shown in the Create view even when the branch hasn't been published.
- The "Commits" node in the "Changes in Pull Request" tree now shows more than 30 commits.

### Fixes

- Using "Create an Issue" a 2nd time does not create a new issue, but a NewIssue.md with tons of numbers. https://github.com/microsoft/vscode-pull-request-github/issues/5253
- Add +/- to added/deleted lines in PR description. https://github.com/microsoft/vscode-pull-request-github/issues/5224
- Duplicate @mention suggestions. https://github.com/microsoft/vscode-pull-request-github/issues/5222
- Don't require commit message for "Rebase and Merge". https://github.com/microsoft/vscode-pull-request-github/issues/5221
- Focus in list of changes resets when opening file. https://github.com/microsoft/vscode-pull-request-github/issues/5173

**_Thank You_**

* [@hsfzxjy (hsfzxjy)](https://github.com/hsfzxjy): Add a refresh button in the header of comment thread [PR #5229](https://github.com/microsoft/vscode-pull-request-github/pull/5229)

## 0.72.0

### Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"readonlyMessage",
"treeViewMarkdownMessage"
],
"version": "0.72.0",
"version": "0.74.0",
"publisher": "GitHub",
"engines": {
"vscode": "^1.83.0"
Expand Down

0 comments on commit cd63bb7

Please sign in to comment.