PowerShell Universal - 5.3.0

avatar

PowerShell Universal - 5.3.0

Release Notes

Features

Admin Console

  • Added Rate Limits page (#4201)
  • Updated to Ant Design 1.1 (#4060)
  • Improved Script Folder Management (#3724)
  • Process view now works in multi-node environments (#1705)
  • Added memory and process ID to jobs page (#4305, #4304)

Apps

  • Added -FormData to New-UDForm (#4196)
  • Added -ClassName, -AnchorVertical, -AnchorHorizontal and a close button to Show-UDSnackbar (#3535)
  • Added support for new line characters in New-UDButton -Text (#3665)
  • Added -ShowLoading to New-UDIconButton (#3047)
  • Added -ShowTime to New-UDDatePicker (#1809)
  • Added -RadialBar to New-UDNivoChart (#3717)
  • Added -LogoComponent to New-UDPage (#2803)
  • Added command history to app debug console (#2194)

APIs

  • Added Run As support to endpoints (#3068)

Automation

  • Improved simple schedules (#4203)
  • Schedules and triggers are now deleted when their script is deleted (#1979)
  • Added computer groups to triggers run on settings (#3993)
  • Added Pester test support (#2977)
  • Added support for excluding scripts from the job tab (#4019)

Agent

  • Added PSU_AgentLogPath (#4232)

Cmdlets

  • Improved Write-PSULog’s default behavior (#4253)

Platform

  • Added support for specifying NameIdFormat for SAML2 configurations (#4226)
  • Added the ability to create app tokens without identities (#3185)
  • Added reset admin password function to psucli (#4221)
  • Optimized module discovery (#4247)
  • Improved git error messages (#2027)
  • Added support for loading SAML2 metadata (#3061)

Portal

  • Unauthenticated apps are now displayed on the portal (#4258)

Bugs

Admin Console

  • Fixed an issue with git sync status display (#4215)
  • Fixed sort order of scripts on the trigger modal (#4242)
  • Fixed an issue with the UI on refreshing properly after an app was installed (#4228)
  • Fixed issues with Rerun job button (#4209)
  • Fixed an issue clearing DateTime parameters on schedules (#4208)
  • Fixed an issue with the tags table reload (#4268)
  • Fixed search on several pages (#4267, #4231)
  • Fixed an issue with the Portal Resources page (#4291)
  • Fixed an issue selecting nested folders for scripts (#4284)
  • Fixed an issue running scripts with certain parameter set definitions (#4299)

Agent

  • Fixed an errant warning in the agent log (#4265)

Apps

  • Fixed an issue with the New-UDProgress in the dark theme (#3905)
  • Fixed an issue where New-UDDataGrid did not display the first\last page buttons (#3973)
  • Fixed an issue with Publish-PSUStaticApp
  • Fixed an issue calling New-UDUpload multiple times with the same file (#4165)
  • Fixed an issue with Start-UDDownload in external environments (#4273)
  • Fixed an issue changing the year in New-UDDatePicker (#4230)
  • Fixed an issue with New-UDTransferList -Enhanced (#4223)

APIs

  • Fixed an errant warning log message in post APIs (#4252)
  • Fixed an issue with secret variables in endpoints (#4301)
  • Fixed an issue executing a C# API after a compilation error had occurred (#4214)

Automation

  • Fixed an issue with Job Cancelled triggers not running (#4245)
  • Fixed job log order (#4274)

Cmdlets

  • Fixed an issue with the default parameter set on Set-PSUEvent (#4262)
  • Fixed an issue with the deployment cmdlets (#4278)
  • Fixed an issue with Stop-PSUJob (#4341)

Deployments

  • Fixed the deployment download button (#4277)

Installer

  • Fixed an issue where the MSI would log the service account password in clear text during install (#4246)

Platform

  • Fixed an issue where git settings from appsettings.json would be used across a computers (#4261)
  • Fixed an issue loading custom module information (#4254)
  • Fixed an issue running the Memory Health Check on new versions of Windows (#4293)
  • Fixed an issue setting the system log level
  • Fixed an issue with DisableAutoReload (#4327)
  • Fixed an issue using basic auth when Windows auth was enabled in IIS
  • Fixed an issue where $RefreshToken was not available in apps when SaveTokens was set for OIDC (#4330)
  • Fixed an issue accessing published folders by UNC path (#4339)
  • Fixed an issue with psu git --disable-crl (#4164)

Downloads

Adam Driscoll
PowerShell Expert and Developer at Devolutions

All Comments (7)

avatar

@Adam Driscoll: This didn’t make it to 5.3.0? Still having the problem altough the issue is marked as resolved:

github.com/ironmansoftware/powershell-universal

avatar

It looks like this wasn’t merged properly into the 5.3 branch. I’ll make sure it gets in 5.3.1.

Adam Driscoll
PowerShell Expert and Developer at Devolutions

avatar

Icons shows duplicated in pages after updating to 5.3.0

6addd4ef53be092a95926e8c5b1b5782d7957336


cbc3038b615a7859cd465085035a629ac7ba94f7


below is the code example:

New-UDPage -Name “Home” -DefaultHomePage -Icon (New-UDIcon -Icon House -Size 1x) -Content { }

cbc3038b615a7859cd465085035a629ac7ba94f7.png

6addd4ef53be092a95926e8c5b1b5782d7957336.png

avatar

HI, i just installed PU 5.3.0 and i see some problems with how certain filed are aligned vertically

e2988c4a02de2b83bed19313a4e049be0c68e126


Those are simply 2 fields (udselect and udautocomplete) divided by udrow and udcolumn
The theme is PaperBase as far as I remember
On 5.2.0 and old 4.4 those fields are aligned the same way
PS the problem is with UDselect command.
All other fields are aligned properly.
PS2. its not theme problem
with default theme this is also not ok
e607121be7a23e2416e9e94547521f6bd328ab18

e607121be7a23e2416e9e94547521f6bd328ab18.png

e2988c4a02de2b83bed19313a4e049be0c68e126.png

avatar

We have a fix for this implemented in 5.3.1.

Adam Driscoll
PowerShell Expert and Developer at Devolutions

avatar

Just upgraded from 5.2.3 to 5.3 and now when trying to save changes to endpoints not seeing the list in GIt-Commit.


4ffa1b1c4a59f1ffa41c4a27c608d5232d52c639
Reverting to 5.2.3 resolves the issue.


09958a5cc49eaefb600b17da50062a9169f923c9

09958a5cc49eaefb600b17da50062a9169f923c9.png

4ffa1b1c4a59f1ffa41c4a27c608d5232d52c639.png

avatar

I was able to fix it by applying udstyle to udeselect:

' .MuiListItemText-primary { line-height: 0.8;}'


where line-height value depends on theme (in Paperbase its 0.8 in default theme 0.9)

Not the best way but works

Anyway , any chance to fix it permanently in future PU updates ?