Skip to content

Commit

Permalink
updates.md change log
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianSuess committed Dec 11, 2022
1 parent a392a3c commit c205772
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ To contribute, please pick off an item from the project or issue page. We'd love

## References

* Inspired by [VS Mono Debugger](https://github.com/GordianDotNet/VSMonoDebugger) for their amazing Mono cross-platform efforts.
* [PuTTY PLink](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html)
* [Extension Docs](https://docs.microsoft.com/en-us/visualstudio/extensibility/creating-a-settings-category?view=vs-2022)
* [Extension Sample](https://github.com/microsoft/VSSDK-Extensibility-Samples/tree/master/Options)
Expand Down
File renamed without changes.
File renamed without changes.
10 changes: 6 additions & 4 deletions updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,23 @@ This document contains the release information for the project.

## Releases

### 2.0.0-Alpha
### 2.0.1 (Prev-1)

* Added: Option to set output window focus to Linux Debugger, defaul=`false`. (PR #46)
* Added: Option to set output window focus to Linux Debugger, default=`false`. (PR #46)
* `Tools > Options > Linux Debugger > "Switch to LinuxDbg Output on Build"`
* Added: Async BASH and SFTP operations to not lock up Visual Studio (PR #40)
* Added: "Experimental" tag to menu items for Alpha/Beta items. (PR# 41)
* `Build, Deploy, and Debug`
* `Build, Deploy, and Launch`
* `Build, Deploy, and Launch` - _Temp disabled in Preview-1_
* Added: Deploy and Launch (**ALPHA Feature**) (PR #36)
* Added: BashSudo (PR #36)
* Updated: Default VSDBG path to match Visual Studio 2022's deployed path. (PR #36)
* Update: Default VSDBG path to match Visual Studio 2022's deployed path (`~/.vs-debugger/vs2022/`). (PR #36, #47)
* Update: Sample's NuGet package for Prism.Avalonia
* Fixed: Typo, "Build was notsuccessful" (PR #43) `User Contribution` :rocket:
* Fixed: Auto-install cURL (PR #36)
* Fixed: Reduced duplicate output messages (PR #40)
* Removed: Publish (PR #36)
* Removed: Redundant sample project

### 1.9.0

Expand Down

0 comments on commit c205772

Please sign in to comment.