Skip to content

Releases: brandoncomputer/powershell-designer

2.7.7 5/9/2025

10 May 01:00
9e95ed8

Choose a tag to compare

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

06 May 00:04
63233c0

Choose a tag to compare

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

28 Nov 02:28
a1b774b

Choose a tag to compare

Install-Module powershell-designer -force

    Localization Fixes

2.7.3 11/17/2024

17 Nov 19:11
3c9637f

Choose a tag to compare

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

16 Nov 15:43
3b89446

Choose a tag to compare

Install-Module powershell-designer -force

    Localization Fixes
    Fixed debug output of exceptions.txt

2.7.1

15 Nov 13:48
e8c68c4

Choose a tag to compare

Install-Module powershell-designer -force

    Localization Fixes

2.6.7 6/5/2024

05 Jun 17:37
82a395f

Choose a tag to compare

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

02 Jun 00:02
72c8ff1

Choose a tag to compare

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

31 May 23:38
b091969

Choose a tag to compare

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

30 May 16:44
4a1b676

Choose a tag to compare

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