Tags: Hefaistos68/VSLauncherX
Tags
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
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
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