PowerShell Universal - 3.4.3

PowerShell Universal - 3.4.3

Release Notes

Pages

  • Fixed an issue where forms couldn’t display job output when using SQL persistence

Platform

  • Added support for setting Git Manual Mode from appsettings.json (Data\GitManualMode = true)
  • Fixed an issue where Set-PSUVariable -Integrated would throw an exception

Downloads

2 Likes

we have noticed that the inbuilt themes (potatoqualitee) have been modified slightly between 3.4.x and 3.3.7

here is the same dashboard running under 3.4.3 and 3.3.7 - its no big deal, but if you get time could you have a look? It seems our sidenavbar is always light and it should be dark

image

image

Sorry. This was a miss in the documentation. We added a new parameter to control how the navigation appears.

This should do what you want.

Get-UDTheme -Name AlienBlood -NavigationStyle "dark" 

The default value is theme which matches the current theme color (dark vs light).

Get-UDTheme -Name AlienBlood -NavigationStyle "theme" 
1 Like

One thing I’ve noticed having updated to 3.4.3 - there’s no easy way to look at the log for an API endpoint. You need to be in edit mode to get into the endpoint’s “edit” page to see the log.