Skip to content

2.1.7

Choose a tag to compare

@brandoncomputer brandoncomputer released this 29 Apr 20:02
· 104 commits to main since this release

install-module powershell-designer

2.1.4 4/26/2022
	Fixed double file dialog for icons, images
	Fixed WebBrowser control
	Fixed bug with direct control selection (accidental code delete in 2.1.3, restored)
	More control resize math for when client is maximized.
	Removed some problem attributes from export (image attributes) that are handled programmatically
	Added image import on solution open.
2.1.5 4/27/2022
	Fixed bug with Powershell 7 not loading saved images.
	Added 'region Images' for collecting applied images and icons.
2.1.6 4/28/2022
	Removed HScrollBar and VScrollBar due to support issues with DPI Scaling (these can still be added programmatically within 'events', if so multiply Width by $tscale for HScrollBar but exclude width, and the opposite is true for VScrollBar).
	Fixed minor bug involving ToolStripProgressBar sizing (Set AutoSize to False to save the size of this element)
	Fixed minor bug involving ToolStripSeparator
	Fixed bug loading projects with ImageScalingSize and MinimumSize attributes.
2.1.7 4/29/2022
	Changed several message box dialogs to status bar label updates with timer instances.