Skip to content

Releases: microsoft/vscode-pull-request-github

0.2.1

12 Oct 18:24

Choose a tag to compare

Noteworthy
Telemetry opt-out setting is now named under namespace github to help differentiate itself from VSCode or other extension's telemetry opt setting. Now it's named as githubPullRequests.telemetry.enabled, we still support telemetry.optout but it will be deprecated in the future.

Fixes

  • Fix #497 by @wyze, Telemetry setting isn't namespaced.

0.2.0

10 Oct 18:10

Choose a tag to compare

Breaking Changes

  • From 0.2.0, you at least need VSCode 1.28 to install and run the extension.

Fixes

  • Fix #565, inline links in description page.
  • Fix #531 by @wyze, state is incorrectly shown as Closed when it should be Merged
  • Fix #273, support ssh remotes.
  • Fix #537 by @justinliew, show pull request id in title.
  • Fix #491 by @shatgupt, allow vertical resizing of comment box.
  • Fix #319, improve keyboard focus.
  • Fix #352 by @Ikuyadeu, support merging pull request
  • Fix #464 by @wyze, show labels on PR description
  • Fix #562 by @emtei, prevent PR creation date collision with subtitle

0.1.7

08 Oct 18:34

Choose a tag to compare

Fix issue caused by promise polyfill removal in VSCode Insiders 1.29

0.1.6

20 Sep 22:58

Choose a tag to compare

  • Fix for #500 and #440, more lenient remote parsing
  • Fix for #383, move to github.com domain for the authentication server
  • Fix for #498, make sure comments gets updated on refresh event
  • Fix for #496, linkify urls on the description page
  • FIx for #507, loosen scope restrictions for older version of GitHub Enterprise

0.1.5

14 Sep 01:44

Choose a tag to compare

  • Fix for #449, #384, authentication blocked when docs-article-templates extension is installed
  • Fix for #429, avoid unneccessary refreshes of the tree view

0.1.4

12 Sep 18:42

Choose a tag to compare

Removed the dependency to .vscode-test/** files.

0.1.3

12 Sep 00:04

Choose a tag to compare

  • Fix for #382, authentication on enterprise servers without a /rate_limit path
  • Fix for #419, improve parsing of git remotes and show a warning if parse fails

0.1.2

10 Sep 23:59

Choose a tag to compare

Changes:

  • Fix for #395, tree view not shown when the extension failed to parse a remote
  • #399, use badge.foreground color for PR status badge
  • Fix for #380, HTML content in diff on the overview was unescaped
  • Fix for #375, appropriately fetch more changed files in the tree view

0.1.1

07 Sep 17:07

Choose a tag to compare

v0.1.1

bump version to 0.1.1

0.1.0

04 Sep 20:53

Choose a tag to compare

0.1.0 Pre-release
Pre-release

🚀