Releases: brandoncomputer/powershell-designer
Releases · brandoncomputer/powershell-designer
2.7.7 5/9/2025
2.7.7 5/9/2026
Fixed #37 Recent change broke module load. Bad publish
Fixed #36 Hotkey Issue [string]$ModifierVirtualKeys
Fixed #35 Add-CommonControl dependency needed for Add-Hotkey
Partial fix of #34 Add alias's for VDS (DialogShell) compatibility
Fixed #32 Problem loading values that are notated by % after saving, attibutes like 'Opacity'
2.7.5 5/5/2025
2.7.5 5/5/2025
Fixed #30 I found an error here. Thake a lokk tnx
Fixed #31 [int] instead of [System.IntPtr] correction
2.7.4 11/27/2024
Install-Module powershell-designer -force
Localization Fixes
2.7.3 11/17/2024
Install-Module powershell-designer -force
Localization Fixes
Issues with debug output of exceptions.txt, the fix had to be rolled back. This issue has returned.
2.7.2 11/16/2024
Install-Module powershell-designer -force
Localization Fixes
Fixed debug output of exceptions.txt
2.7.1
Install-Module powershell-designer -force
Localization Fixes
2.6.7 6/5/2024
Install-Module powershell-designer -force
Minor correction to pixel precision in statusbar display (this was broke in 2.6.4).
Repositioned Statusbar labels.
Major improvement to control positioning during drag and drop.
Changes to Run and Debug Console handling. Buggy ontop code removed.
2.6.6 6/1/2024
install-module powershell-designer -force
Fixed bug with form resizing not updating status bar.
Removed (commented) all .Refresh() statements, and it seems to have smoothed out flickering.
As a side effect, the move markers now draw unneeded artifacts, I'll take the lack of flicker.
Right clicking an object in the design window will now switch to the editor and invoke PopView.
2.6.5 5/31/2024
install-module powershell-designer -force
Fixed bug where selecting another object did not update status bar position labels.
Saving project now colors block comments on demand.
Check for variables before removing where errors were thrown.
Fixed #24. Changes to publish pipeline. Last two publications had errors.
Minor code clean up and efficiencies.
Added $script:debugging variable for conditional actions within the script while debugging
Added Debug After Load, which for formless begins debugging after the functions load, otherwise begins debugging right before the form is shown.
#21 wontfix
Hyperdots are back, maybe as of 2.6.4
2.6.4 5/30/2024
Install-Module powershell-designer
Proper publish of improvement to ConvertFrom-WinFormsXML, which fixes the XAMLPad Express example.
Added true Debugging. Differentiated language between run and debug. Run no longer leaves console window open.
Implemented several changes due to problems found with the new debugger.
SelectedText check improvements for selecting objects
AutoComplete actions
Loading of functions to checkedlistbox improvements
Timer tweaks and improvements
Fixed #22 (mispublish)
Fixed #23