0.30.0
0.30.0
Changes
- All comments can be collapsed using the UI.
- All comments can be expanded and collapsed via the commands GitHub Pull Requests: Expand All Comments and GitHub Pull Requests: Collapse All Comments.
- The expand/collapse state of pull request comments can be set with the setting
githubPullRequests.commentExpandState
. - Adopted the new multiling string support for settings.
- Improved the language on the sidebar view to better indicate that you can submit a review.
Fixes
- Copy GitHub Permalink is missing line info. #2924
- Old image version is not shown when viewing a checked-out pull request change for an image. #2914
- Extension asks to create pull request when remote is not github. #2879
- Edits to comments on PRs not being applied. #2869
- Could not resolve conversation on old PR. #2857
- Issue queries have the wrong owner. #2836
- PR description should auto fill when the PR is a single commit. #2540
Thank You
- Always show action bar in PR overview header. 2849 by @joshuaobrien
- When using a branch name as a PR title, ensure the first letter is capitalized. 2848 by @joshuaobrien
- Include PR template in PR description if there is just one commit. 2846 by @joshuaobrien
- Let the view know about the review status of the PR. 1833 by @RishabhKothaari