PowerShell Universal - 5.6.12

avatar

PowerShell Universal - 5.6.12

Release Notes

Bug Fixes

  • Admin Console - Order Deployments by reverse chronological order (newest at the top) #5401
  • Admin Console - Logging viewer displays timestamps ahead of actual time (double conversion under en-AU / Hobart) #5370
  • Admin Console - Schedules “Next Execution” and Home cards ignore browser locale (en-AU) and show MM/DD/YYYY #5369
  • Admin Console - Parameter list does not appear in task scheduler #5405
  • Admin Console - Deployments do not include prerelease tag #5399
  • Admin Console - Fixed an issue with the favicon not displaying on the login page #5437
  • Admin Console - Added toggle switch for condensed job table view #5432
  • Admin Console - Added missing Restart APIs button #5450
  • Admin Console - Added the ability to create endpoints by Module and Command #5443
  • APIs - Having using namespace at top of script prevent document from processing #5424
  • APIs - Swagger includes standard cmdlet parameters #5423
  • Apps - MUI X Expired package version #5410
  • Apps - New-UDLink child icons break in v5.6.11 #5427
  • Apps - New-UDMap -ZoomControlPosition is ignored #5412
  • Apps - Fixed an issue with New-UDTextbox -Mask and other parameters #5407
  • Automation - Reduced default Hangfire worker count to avoid PostgreSQL connection exhaustion #5391
  • Automation - Improved VS Code mode file change detection performance for scripts #5417
  • Git - Prevent Git Credential Manager from prompting for credentials
  • Git - Improve error reporting when Git operations fail
  • Git - Add support for disabling timed git sync #5360
  • Git - Fixed an issue using SSH keys #5434
  • Installer - 5.6.11 MSI install asked me if I wanted server or desktop install #5418
  • Platform - Cannot import/declare module configuration by name #5400
  • Platform - Improved performance of groom job #5435
  • Platform - Fixed an issue with psu.exe database migrations to SQL Server
  • Platform - Fixed an issue calling Connect-AzAccount
  • Module - Invoke-PSUEndpoint not returning errors #5411
  • Module - Fixed an issue calling Invoke-PSUScript with -Integrated and -Wait
  • Module - Improved performance of Wait-PSUJob

Downloads

Adam Driscoll
PowerShell Expert and Developer at Devolutions

All Comments (2)

avatar

Thanks for all the fixes in this release.

Finally got my prod instance configured with git how I want it now (read only / one way pulls), and it’s working well, as expected. As an administrator I can see most of the controls have dissapeared for anything that might be considered a writable action, such as creating new scripts, apps, etc.

Schedules can still be created which is great because those are stored in the database and specific to that instance.

I did notice though that in the scripts menu, there’s still options showing for uploading/importing scripts, even in readonly mode, is this intended or should these also be hidden?

4c438643c0fbec17787e6b252ce21eba3355aa61


Also, I wanted to comment that overall everything seems much faster/more responsive on 5.6.12

4c438643c0fbec17787e6b252ce21eba3355aa61.png

avatar

Those buttons should not be visible. We’ll get that fixed in the next version.

Adam Driscoll
PowerShell Expert and Developer at Devolutions