Skip to content

Latest commit

 

History

History
171 lines (96 loc) · 4.08 KB

CHANGELOG.md

File metadata and controls

171 lines (96 loc) · 4.08 KB

Changelog

0.2.2

  • Reintroduced PAT token.
  • Fixed #63

0.2.1

  • Fixed continuous popup for authentication.

0.2.0

  • Fixed #68 - Changed the authentication mechanism from PAT to OAuth using vscode provided authentication session. This will require users to re-authenticate.

0.0.25

  • Removed explicit check of azdo url to resolve #55

0.0.24

  • Fixed #50 - Comments duplicate in review mode
  • Fixed #51 - Comments appear on wrong side in review mode
  • Fixed #52 - Comments when deleted from server does not disappear completely
  • Added workplace trust setting
  • Git extension activation is now forced before activation of this extension

0.0.23

  • Fixed #45 - Seeing duplicate review comments.

0.0.22

0.0.21

Changes

0.0.20

Changes

  • Suggest Edit not works.
  • Edits can now be applied from PR Description page. Read more in the wiki.

0.0.19

Changes

  • Fixed a bug where new thread couldn't be created on left side files.
  • Reworked build system

0.0.18

Changes

0.0.17

Changes

  • Functionality to add and remove reviewers from PR.

0.0.16

Changes

0.0.15

Changes

  • Improved logging.

0.0.14

Changes

  • Mardown rendering in PR Description panel.

0.0.13

Changes

  • Work Item integration with PR. The PAT token now requires vso.work_write permission.

0.0.12

Changes

0.0.11

Changes

  • Proposed API flag is disabled.
  • Released to VS Code Stable.

0.0.10

Changes

  • Diff options now properly work.
  • Changed default diff option to merge-base.

0.0.9

Changes

  • Status shows properly in Dashboard
  • Added system text to timeline view
  • Adapted to Secrets API changes in vscode

0.0.8

Changes

0.0.7

Changes

  • Fixed overflow in batches calculation while getting files in PR

0.0.6

Changes

0.0.5

Changes

0.0.4

Changes

0.0.3

Changes

  • Changed URI Scheme
  • Backported #2538 from upstream

0.0.2

Changes

  • Changed command names and view names to make it globally unique.

0.0.1

Changes

First release with following features -

  • Authenticating and connecting VS Code to Azure Devops.
  • Listing and browsing PRs from within VS Code.
  • Reviewing PRs from within VS Code with in-editor commenting.
  • Validating PRs from within VS Code with easy checkouts.