Skip to content

Commit 61b4cda

Browse files
authored
Changelog for 0.70.0 (#5138)
* Add create view updates to changelog * Changelog for 0.70.0 * Add thank you * Typo
1 parent 0cff8a3 commit 61b4cda

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## 0.70.0
4+
5+
### Changes
6+
7+
- The "Create" view has been updated to be less noisy and more useful. Aside from the purely visual changes, the following features have been added:
8+
- We try to guess the best possible base branch for your PR instead of always using the default branch.
9+
- You can add reviewers, assignees, labels, and milestones to your PR from the "Create" view.
10+
- By default, your last "create option" will be remembered (ex. draft or auto merge)
11+
- The view is much faster.
12+
- You can view diffs before publishing your branch.
13+
- Once the branch is published, you can also view commits (this is coming soon for unpublished branches).
14+
15+
![The new create view](/documentation/changelog/0.70.0/new-create-view.png)
16+
17+
- If you work on a fork of a repository, but don't ever want to know about or make PRs to the parent, you can prevent the `upstream` remote from being added with the new setting `"githubPullRequests.upstreamRemote": "never"`.
18+
19+
### Fixes
20+
21+
- Quote reply missing for some comments. https://github.com/microsoft/vscode-pull-request-github/issues/5012
22+
- Accessibility of "suggest edits" new workflow and documentation. https://github.com/microsoft/vscode-pull-request-github/issues/4946
23+
24+
**_Thank You_**
25+
26+
* [@mgyucht (Miles Yucht)](https://github.com/mgyucht): Correctly iterate backwards through diffs across files [PR #5036](https://github.com/microsoft/vscode-pull-request-github/pull/5036)
27+
328
## 0.68.1
429

530
### Fixes
Loading

0 commit comments

Comments
 (0)