Skip to content

Tags: Hefaistos68/VSLauncherX

Tags

v0.1.5-final

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
new features and bug fixes (#36)

* Updated discovery of VS instances to use the new WMI namespace Microsoft is using since 10/2023.
Now discovery tries the original WMI namespace, the new namespace and finally the Setup API.
Improvement on #18

* Added continuous GIT status updates
Added VS activity log access through a button

* updated screenshot

* added exception handling for TaskBar in Win11
updated some packages

* Add BranchName to VsItem and update UI components

- Introduced `BranchName` property in `VsItem` class.
- Added `GetAspectForGitName` method in `ColumnHelper.cs`.
- Updated `VisualStudioCombobox` to improve dropdown handling and fix exception
- Modified `MainDialog.Designer.cs` for clarity and added new buttons.
- Enhanced `MainDialog.cs` to utilize the new `BranchName` property and manage Git status.
- Updated resource files with new images for UI buttons.

Closes #35 , #33 , #32

* version bumpAdd BranchName to VsItem and update UI components

- Introduced `BranchName` property in `VsItem` class.
- Added `GetAspectForGitName` method in `ColumnHelper.cs`.
- Updated `VisualStudioCombobox` to improve dropdown handling and fix exception
- Modified `MainDialog.Designer.cs` for clarity and added new buttons.
- Enhanced `MainDialog.cs` to utilize the new `BranchName` property and manage Git status.
- Updated resource files with new images for UI buttons.

Closes #35 , #33 , #32

v0.1.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix for exception (#28)

* Updated discovery of VS instances to use the new WMI namespace Microsoft is using since 10/2023.
Now discovery tries the original WMI namespace, the new namespace and finally the Setup API.
Improvement on #18

* Added continuous GIT status updates
Added VS activity log access through a button

* updated screenshot

* added exception handling for TaskBar in Win11
updated some packages

v0.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Development (#23)

* Updated discovery of VS instances to use the new WMI namespace Microsoft is using since 10/2023.
Now discovery tries the original WMI namespace, the new namespace and finally the Setup API.
Improvement on #18

* Added continuous GIT status updates
Added VS activity log access through a button

v0.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #21 from Hefaistos68/development

small change in the setup project

v0.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #19 from Hefaistos68/Hefaistos68-patch-1

Update README.md

v0.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #13 from Hefaistos68/feature/add-vs-installer

added button to launch VS installer (or download VS if not found)

v0.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from Hefaistos68/development

Added simple installer

v0.1.0-beta.1

rename