Releases: microsoft/vscode-pull-request-github
Releases · microsoft/vscode-pull-request-github
0.34.0
0.34.2
0.34.1
0.34.0
0.34.0
Changes
- This extension now supports pre-releases using VS Code's built in pre-release feature. Version 0.33.0 was skipped to support this.
- Support for opening a pull request by number.
- The default issue query now includes recent issues to help with issue completions.
- Create PR button no longer shows if there is already a PR.
- Git file status colors are now used for PR files.
Fixes
- Fails to load pull requests when using ssh.github.com for ssh over https. #3052
- vscode.dev/github.dev: Support .github/pull_request_template.md when creating a PR within vscode. #3055
- quote reply doesn't handle nested replies. #3059
- Don't show hover cards for @-mentioned users when related to JSDoc. #2498
- Edit PR title, does not (auto) update title of PR in treeview (PR in list on left side). #2299
Thank You
- @38elements (38elements)
- @burkeholland (Burke Holland): Opening a gist repository gives a fetch error PR #2933
- @emtei (Mateusz Stopka): Do not activate review mode for closed or merged PR PR #3021
- @taisph (Tais P. Hansen): Fix generated branch name requiring quotes in bash PR #3084
0.32.0
0.32.0
Changes
- Action to navigate directly to pull request query in settings.json
Fixes
- Cannot set branch tile when starting working on an issue despite useBranchForIssues=prompt. #3032
- No issue hovers in code editor. #3013
- Pending checks section is empty. #2949
Thank You
- @burkeholland (Burke Holland)
- @nicholas-l (Nicholas Latham): Allow authentication for github enterprise PR #3064
0.31.1
0.31.0
0.31.0
Changes
- Variable in settings for lowercase branch names when working on an issue
{
"githubIssues.issueBranchTitle": "${sanitizedLowercaseIssueTitle}"
}
Fixes
Thank You
- fix: make pending checks "show" button / link accessible. 2972 by @moshfeu
- Fixes Tick SVG doesn't look right #2950. 2971 by @burkeholland
- Create commit select horizontal padding is too high. 2970 by @burkeholland
- Focus border is used on assignees when it's not focused. 2967 by @burkeholland
- Button sizes don't look right when PR title is wrapped. 2966 by @burkeholland
- Respect remote link type for upstream. 2929 by @burkeholland
- Fixes #2259. 2909 by @burkeholland
- Lowercase branch names. 2986 by @burkeholland
- GitHub permalinks: Deduplicate the line number if the range is one line. 2980 by @lgarron
- Skipped status check is shown as pending. 3005 by @burkeholland
- PR created x minutes ago is cut off in small tabs. 2985 by @burkeholland
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