Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Releases: microsoft/azure-repos-vscode

1.116.1

20 Apr 18:10
Compare
Choose a tag to compare
  • Fixed issue requiring Edit instance-level permissions on TFS server (#172)
    • Thanks to @nishantkagrawal for the first report (and everyone else for additional details!)
  • Clarified in README that TFVC support is currently only for local workspaces

1.116.0

12 Apr 20:20
Compare
Choose a tag to compare
  • Provides Team Foundation Version Control support for both TFS and Team Services
    • Thanks to @joaomoreno and @seanmcbreen for their help and support!
    • Moved to vscode engine 1.11.0 (which will require VS Code to be at least version 1.11.0)
  • Added a 'Show Me' button to message about missing credentials with link to video instructions on YouTube
  • Updated user-agent string for requests to TFS and Team Services (including version of VS Code used)
  • Quite a few changes after enabling new linting rules

1.115.0

08 Mar 18:34
Compare
Choose a tag to compare
  • Fixed 'Icons are duplicated' issue (#63). Thanks to @stevedenman, @smorzhov, @PatrickDesjardins, @Jonathan34
  • Added help for pinned queries configuration setting. Thanks to @bgoerdt
  • Updated Team Services logo for Marketplace
  • Continued integration of TFVC source control support (although it is still not yet preview status)
    • Support tf.exe for workspaces created with Visual Studio
    • More TFVC commands support (in viewlet, context menus, command palette)
    • Moved to vscode engine 1.7 (which will require VS Code to be at least version 1.7.0)

1.113.0

07 Feb 21:41
Compare
Choose a tag to compare
  • Disabled Application Insights collection of all unhandled exceptions (#61)
  • Enabled ability to use Build and WIT features when source repository is not stored with Microsoft (#46)
    • Thanks to @lumaxis and @aarcro for requesting (and we'd appreciate feedback!)
  • Initial integration of TFVC source control support (although it is not yet preview status)
    • Added telemetry for TFVC features
    • Moved to vscode engine 1.7 (which will require VS Code to be at least version 1.7.0)
    • "team view history" will display history for TFVC repositories
    • Took dependency on xml2js
  • Fixed up link to completed builds
  • Added signin/signout commands to ultimately replace login/logout commands

1.108.0

24 Oct 15:38
Compare
Choose a tag to compare
  • Improve documentation with #45 (Resolved #44, Do not see in documentation how to connect to existing TFS)
  • Fixed link to Third Party Notices file (thanks to @mortonfox for the fix)
  • Added property to package.json to address markdown rendering of README.md in Visual Studio Marketplace
  • Integrated latest version (5.1.1) of vsts-node-api into the extension
    • Provides some proxy support for Team Services only
    • Moves most of the extension from Q.Promises to es6 Promises
    • Utilizes async/await pattern where possible
  • Several other bug fixes

1.104.1

03 Aug 20:16
Compare
Choose a tag to compare
  • Fix #41 (Can't connect to TFS 2015 OnPremise)

1.104.0

02 Aug 14:46
Compare
Choose a tag to compare
  • Fixed #24 ('collection in the domain' issue)
  • Fixed message displayed when running 'login' or 'logout' commands on a non-TFS repo
  • Pinned version of ApplicationInsights to 0.15.16 due to [https://github.com/microsoft/ApplicationInsights-node.js/issues/107]
  • Fixed #27 (Recognize when local folder is pushed to team project)
    • Special thanks to @chrisdias for reporting and providing excellent repro steps!
  • Fixed #35 (Cannot read property 'SendException' of undefined)
  • Fixed #37 ('create new bug' results in title that is encoded)
  • Various updates to README.md

1.103.0

08 Jul 18:31
Compare
Choose a tag to compare
  • Add support for Team Foundation Server 2015 Update 2 and later
    • Take dependency on updated vso-node-api package (NTLM support)
    • Add login and logout commands
    • Default username for login command on Windows
    • Provide good error message for servers earlier than 2015 Update 2
  • Secure storage for credentials
    • Support for both Team Services and Team Foundation Server
  • Allow feedback to be sent even if user isn't authenticated
  • Properly locate the "My Queries" folder without a hard-coded string
  • Stop logging Application Insights exceptions for Unauthorized or Offline scenarios
  • Fail build if linter or tests fail

1.100.0

02 May 14:06
Compare
Choose a tag to compare
  • Thanks to @mmanela for adding the "Pinned Query" feature. This feature adds a WIT (Work Item Tracking) status bar item which provides a look into the work items assigned to you by default. Additionally, you can customize the query you want to use per account via the VS Code User Settings. See the README for the details.
  • Introduced "Info" objects to help facilitate new authentication schemes
  • Latest version of vsce (packaging) tool limits the number of keywords to five (it prompts you at command line to accept the first five). Without this change, "gulp package" hangs.

1.99.0

14 Apr 14:42
Compare
Choose a tag to compare
  • Fixed a 404 issue when a Work Item query returned more than 200 results
  • Added support for ".visualstudio.com" suffix in accessTokens account value
  • Added telemetry for "startup", "viewworkitem" and "openaddlqueryresults" events
  • Various README.md updates
  • @gaessaki fixed warning in VS Code for team.appInsights.enabled User Setting
  • @buckh fixed formatting of numbered list in README
  • @joshgav updated the link to Node installer for Linux in README