This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Releases: microsoft/azure-repos-vscode
Releases · microsoft/azure-repos-vscode
1.116.1
1.116.0
- 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
- 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
- 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)
- 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
- Improve documentation with #45 (Resolved #44, Do not see in documentation how to connect to existing TFS)
- Thanks to @yurybond for reporting
- 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
1.104.0
- Fixed #24 ('collection in the domain' issue)
- Special thanks to @rspaulino and @DustinVenegas for reporting and testing private fixes
- Fixed message displayed when running 'login' or 'logout' commands on a non-TFS repo
- Special thanks to @olivierdagenais for reporting this one
- 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
- 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
- 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
- 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