Skip to content

Releases: brandoncomputer/powershell-designer

2.7.4 11/27/2024

28 Nov 02:28
a1b774b
Compare
Choose a tag to compare

Install-Module powershell-designer -force

    Localization Fixes

2.7.3 11/17/2024

17 Nov 19:11
3c9637f
Compare
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
Compare
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
Compare
Choose a tag to compare

Install-Module powershell-designer -force

    Localization Fixes

2.6.7 6/5/2024

05 Jun 17:37
82a395f
Compare
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
Compare
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
Compare
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
Compare
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 

2.6.3 5/28/2024

29 May 01:44
87d382c
Compare
Choose a tag to compare

Install-Module powershell-designer

2.6.3 5/28/2024
    Made controls.xml project dependent.
    Fixed minor issue with newProject tracking.
    New and Open Project now clear function checkboxes at the beginning of the function.
    ~~_Improvement to ConvertFrom-WinFormsXML_~~ 
         (Pipline error, publish does not include this improvement, will be included in 2.6.4)
         (Actually, it was included as functions-Dragonfaery.psm1, replace functions.psm1 with this file)
    Added XAMLExpress example.
    Added WPF Window Fuse example.
    Resolved issue with responsiveness of editor when not typing. 
        This did disable the 'hyperlink' action of functions and dot clicking for autocomplete popview.
        This fixed #21 somehow, although I don't know how they were related.

2.6.2 5/27/2024

27 May 15:34
dc04d9e
Compare
Choose a tag to compare

Install-Module PowerShell-Designer

    Fixed #20 Assembly information only saved for the last imported control in controls.xml
    Added automatic add of function dependencies when a function is typed in the code editor (less manual checking),
        code hint to Events form active title bar for known commands, 
        jumps to funciton in checked list box when selected which in turns displays help.
    Fixed Events form scrollform code to prevent maximize, which creates a visual discrepency when looking for hints. 
        This was the original intended behavior of the window.
        (As a bonus side effects, we can now 'peek' the form window when it's maximized as well,
        and the form window can no longer be accidently maximized via ctrl+tab)
    Cleaned up code a little (orphaned code removal)
    Shuffled Zoom controls. Corrected zoom tooltips.
    Corrected issue where move buttons did not update after property grid changes.
    Window Spy example / created example folder structure