Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 3.87 KB

CHANGELOG.md

File metadata and controls

53 lines (39 loc) · 3.87 KB

0.1.2

  • 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.3

  • 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.4

  • Do not ship .vscode-test/** files

0.1.5

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

0.1.6

  • 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.7

  • Fix for native promise polyfill removal from VSCode extension host in Insiders 1.29

0.2.0

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.2.1

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.