Releases: SuessLabs/VsLinuxDebug
Releases · SuessLabs/VsLinuxDebug
v2.3.0
What's Changed
- Update stale.yml by @DamianSuess in #89
- Notes by @DamianSuess in #91
- Bump System.Text.Json from 6.0.2 to 6.0.10 in /src/VsLinuxDebugger by @dependabot in #92
- Fix connection error when using SSH private key. Fixes #82. by @jarnokamminga in #95
- Added setting that allows to change the remote X11 display number by @jarnokamminga in #94
- Version bump to v2.3.0 and release notes by @DamianSuess in #97
New Contributors
- @jarnokamminga made their first contribution in #95
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Visual Studio v17.9.x support by @DamianSuess in #80
- Updated version number by @DamianSuess in #76
Full Changelog: v2.1.1...v2.2.0
v2.1.1
This is an internal maintenance release
What's Changed
- Version 2.1 and Code Housekeeping by @DamianSuess in #65
- Updated GUI .NET 6 Sample NuGet packages by @DamianSuess in #68
- PR Template by @DamianSuess in #69
- Release build generator script by @DamianSuess in #70
- Quality control by @DamianSuess in #74
- Upgrade github actions by @DamianSuess in #75
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- fix issues #32 by @clahil-linum in #59
- [#32][#61] added vsdbg to launch.json, added rsa-sha2-256 for ssh.net… by @zeusware (ZeuSWarE GmbH) in #62
- Version 2.1 and Code Housekeeping by @DamianSuess in #65
New Contributors
- @clahil-linum made their first contribution in #59
- @zeusware made their first contribution in #62
Full Changelog: v2.0.3...v2.1.0
v2.0.3
Full Changelog: v2.0.2...v2.0.3
- PR #59 - Add missing vsdbg executable name to launch.json, fixing #32 - Contributor @clahil-linum
v2.0.2
What's Changed
- Added release history file,
updates.md
by @DamianSuess in #31 - added stalebot by @DamianSuess in #33
- Bump SSH.NET from 2020.0.1 to 2020.0.2 in /src/VsLinuxDebugger by @dependabot in #34
- [2.0] Check if cURL is installed by @DamianSuess in #28
- [2.0] [POC] Deploy and Launch by @DamianSuess in #36
- Reduce VS Freezing by @DamianSuess in #40
- v2.0 Prelease Cleanup by @DamianSuess in #41
- Fix typo in output window "Build was notsuccessful" by @HakanL in #43
- Do Not Auto-Focus Linux Debugger Output Window by @DamianSuess in #46
- Update Default VSDBG Path to Match VS2022 by @DamianSuess in #47
- Update NuGet Packages by @DamianSuess in #48
- Version 2.0.1 (Preview 1) by @DamianSuess in #54
- Removed duplicated build messages by @DamianSuess in #56
- Options Class Cleanup by @DamianSuess in #50
New Contributors
- @dependabot made their first contribution in #34
- @HakanL made their first contribution in #43
Full Changelog: v1.9.0...v2.0.2
v2.0.1-Prev1
Version 2.0.1 of VS Linux Debugger has been released as a "Preview".
With this release, users can update their Visual Studio 2022 (v17.x) and Visual Studio 2022 Preview (17.5.x). The regular release will be published as soon as hardening has been completed.
Feature Includes
- Closes Discussion #51 - Install Pre-Release of VsLinuxDebug
- 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
- Temp disabled in Preview-1
- Added: Deploy and Launch (ALPHA Feature) (PR #36)
- Added: BashSudo (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 (#54)
- Fixed: Typo, "Build was notsuccessful" (PR #43)
User Contribution
🚀 - Fixed: Auto-install cURL (PR #36)
- Fixed: Reduced duplicate output messages (PR #40)
- Removed: Publish (PR #36)
- Removed: Redundant sample project
v1.9.0
v1.8.1
1.8.1
Enhancement includes:
- Fixed: Remote folder pre-cleanup.
- Added: Upload files async to reduce locking of Visual Studio
- Added: Removal of
launch.json
if it previously existed - Added: More output logging.
- Update: Enhanced Output
- Updated: Output Window drop-down title to "Linux Debugger" from "Remote Debugger"
1.8.0
- Added: Logging to Output window under "Remote Debugging" dropdown
- Update: Do not include
launch.json
in the uploaded.tar.gz
package - Update: Readme notes
- Update: Code cleanup
v1.7.0
- Fixed: Remote debugging for PLink
- Fixed: VSDBG default path
- Update: DeleteLaunchJsonAfterBuild set to false by default
- Update: Separated LaunchJson class into separate objects
- Updated: SSH parameters to include -o (option) for StrictHostKeyChecking = NO.
- Added: Additional internal logging
- Added: documentation to Launch and Configure classes