PowerShell Studio 릴리스
Released: Aug 21, 2023
2023 (5.8.228) 버젼 업데이트
수정사항
- Some nested controls duplicate in the designer code generation.
- Renaming parameters with function builder is slightly off.
- Pre-cached module information for Microsoft.Graph 2.2 and 2.3.
- PowerShell scripts running or debugging with path names contains $ signs can fail.
- Compensate for PowerShell Format-Table bug in Windows PowerShell and 7.2.13 and 7.3.6.
- Resizing font through keyboard shortcut on large files causes application to freeze.
- Other minor changes and fixes.
Released: Aug 4, 2023
2023 (5.8.227) 버젼 업데이트
수정사항
- Cachebuilder can hang after Microsoft.Graph was installed.
- Packager variables (e.g. $SAPIENHost) cannot be used with obfuscator.
- Function return values in PowerShell strings cannot be used when obfuscating.
- Other minor changes and fixes.
Released: Jul 17, 2023
2023 (5.8.226) 버젼 업데이트
기능
- Added support for Microsoft PowerShell 7.2.13.
- Added support for PowerShell 7.3.6.
수정사항
- Module help information not updating for v7.
Released: Jul 12, 2023
2023 (5.8.225) 버젼 업데이트
기능
- Added Microsoft PowerShell 7.3.5 and 7.2.12 support.
- Added a dark mode to Snippet Editor.
- Updated cache check to only prompt once a day.
- Assemblies added by the Assemblies dialog will now show in the Object Browser Panel of the .NET Object Browser.
수정사항
- Other minor changes and fixes.
Released: Jun 23, 2023
2023 (5.8.224) 버젼 업데이트
기능
- MSI builder now expands the following macros in the MSI Name: [ProductVersion], [ProductName], [CompanyName] and [CurrentDate].
- MSI builder now warns if a reserved name is used for a custom action.
- Improved speed of syntax checker.
- You can now retain the last term in Find/Replace dialog between documents.
수정사항
- Syntax check for V7 fails.
- Crash when launching PowerShell Version Selector.
- -iin operator not recognized by editor.
Released: May 26, 2023
2023 (5.8.223) 버젼 업데이트
수정사항
- VM trial licensing dialog never loads.
- CPU usage running high.
Released: May 22, 2023
2023 (5.8.222) 버젼 업데이트
기능
- Added the ability to create Web Installers for multi-application installs.
- Check if a folder or script location is open in file explorer before opening a new window.
수정사항
- License dialog not updating maintenance expiration date.
- Not running packaged scripts with command line engines with PowerShell.
- Application flashes when maximized and open file menu.
- Format Script breaks script when place open brace on new line is turned off in some cases.
Released: Apr 20, 2023
2023 (5.8.221) 버젼 업데이트
기능
- Added support for Microsoft PowerShell 7.2.11 and 7.3.4.
- Added ARM64 platforms support for MSI Builder in SAPIEN Script Packager.
- WiX Toolset has been updated to 3.14.
수정사항
- Project recovery not fully recovering form files.
- Other minor changes and fixes.
Released: Apr 6, 2023
2023 (5.8.220) 버젼 업데이트
기능
- MSI Builder can now include Microsoft PowerShell and PowerShell 7 modules with your installer.
- Added a new property called SetProgressBarColors to ProgressBarOverlay control to set progress bar color using the ForeColor and BackColor properties.
- Minor changes to Module.psd1 file template.
- Changed module export location for module projects. Module version is now included in build path to match paths for modules installed by PowerShellGet.
수정사항
- SAPIENCommandline tool exiting immediately at...
Released: Mar 9, 2023
2023 (5.8.219) 버젼 업데이트
기능
- Added support for Microsoft PowerShell 7.2.10 and 7.3.3.
- Added new SAPIEN Backup Tool which allows you to backup your source code. Specifically, all of the files you need to rebuild a product.
- Added the option to add Readme file to project from Project pane.
수정사항
- Exception when opening file while documents are horizontally or vertically document group.
- Exception when adding file to project when documents are horizontally or vertically grouped.
- Local assembly references for Startup.pss file...