PowerShell Universal
DownloadsIssuesDiscordForums
v1
v1
  • About
  • Get Started
    • Additional Resources
    • Installation
      • Docker
      • Upgrading
    • Licensing
    • System Requirements
    • Supported Browsers
    • Visual Studio Code Extension
  • Cmdlet Help
  • Examples
    • Active Directory
    • Hyper-V
    • Image Processing
    • Monitoring
    • PowerShell Protect
    • Slack
    • SQL
  • API
    • About
    • Development
    • Endpoints
    • Security
    • Error Handling
    • Rate Limiting
  • Automation
    • About
    • Development
    • Scripts
      • Parameters
    • Jobs
    • Schedules
    • Triggers
    • Variables
  • Dashboard
    • About
    • Development
    • Dashboards
      • Migrating From Universal Dashboard 2.9
      • Building Dashboards
      • Custom Variable Scopes
    • Frameworks
    • Components
      • Pages
      • Dynamic Regions
      • Element
      • Error Boundary
      • HTML
      • Building Custom Components
      • Data Display
        • Alert
        • Chip
        • Date and Time
        • Icon
        • List
        • Table
        • Tree View
        • Typography
      • Data Visualization
        • Charts
        • Map
      • Feedback
        • Backdrop
        • Modal
        • Progress
        • Skeleton
      • Inputs
        • Autocomplete
        • Button
        • Checkbox
        • Code Editor
        • Date Picker
        • Floating Action Button
        • Form
        • Radio
        • Select
        • Slider
        • Switch
        • Textbox
        • Time Picker
        • Upload
      • Navigation
        • Drawer
        • Stepper
        • Tabs
      • Layout
        • Grid Layout
        • Grid
        • Hidden
      • Utilities
        • Transitions
      • Surfaces
        • AppBar
        • Card
        • Paper
        • Expansion Panel
    • Interaction
    • Published Folders
    • Themes
      • Cascading Style Sheets
      • Styles
    • Scheduled Endpoints
    • Role Based Access
    • Marketplace
  • Platform
    • Cache
    • Monitoring
  • Configuration
    • About
    • API
    • Environments
    • Hosting
      • IIS
      • Single-File
    • Login Page
    • Management API
    • Settings
    • Security
      • App Tokens
      • OpenID Connect
      • WS-Federation
    • Running as a Service Account
    • Git
  • Debugging
    • Logging
    • Debugging Scripts
  • Changelog
  • Extension Changelog
  • Legacy Universal Dashboard Docs
Powered by GitBook

PowerShell Universal

  • Downloads
  • Pricing
  • Gallery

Community

  • Issues
  • Forums
  • Discord

Support

  • Portal
  • Knowledgebase

Copyright 2025 Ironman Software

On this page
  • 1.9.0 - 6/1/2021
  • 1.8.2 - 4/15/2021
  • 1.8.1 - 3/4/2021
  • 1.8.0 - 3/1/2021
  • 1.7.5 - 2/25/2021
  • 1.7.4 - 1/21/2021
  • 1.7.3 - 12/31/2020
  • 1.7.2 - 12/30/2020
  • 1.7.1 - 12/29/2020
  • Added
  • 1.7.0 - 12/28/2020
  • [1.6.1]
  • Changed
  • [1.6.0]
  • Added
  • Changed
  • [1.5.1]
  • Changed
  • [1.5.0]
  • Added
  • Changed
  • [1.4.0]
  • Added
  • Changed
  • [1.3.0]
  • [1.2.0]
  • [1.1.0]
  • [1.0.0]

Was this helpful?

Edit on Git
Export as PDF

Extension Changelog

Changelog for the Visual Studio Code extension for PowerShell Universal.

1.9.0 - 6/1/2021

  • Added support for self configuration in PowerShell Universal v2

1.8.2 - 4/15/2021

  • Fixed an issue where endpoints.ps1 and dashboards.ps1 could not be opened remotely

1.8.1 - 3/4/2021

  • Fixed an issue where the Local Editing setting was on by default

  • Added an error message when a local file isn't found

1.8.0 - 3/1/2021

  • Added Local Editing Setting to edit files locally rather than via the REST API.

1.7.5 - 2/25/2021

  • Scripts are now sorted by name alphabetically

  • An error is now shown when the extension cannot connect to PowerShell Universal

  • Removed the auto-import of UD and PSU modules. We recommend you install these from the PowerShell Gallery

Install-Module Universal
Install-Module UniversalDashboard

1.7.4 - 1/21/2021

  • Fixed an issue where the extension would fail to initialize on non-internet connected machines.

1.7.3 - 12/31/2020

Changed

  • Simplified first-time start up to attempt to connect with default settings to avoid having to do any configuration manually.

1.7.2 - 12/30/2020

Added

  • Settings for controlling the sample browser

Changed

  • Improved the error message returned when attempting to automatically grant an app token and it fails.

1.7.1 - 12/29/2020

Added

  • Added a Sample Browser for inserting samples from the PowerShell Universal Samples Repository

1.7.0 - 12/28/2020

Breaking Change: This version of the extension only works with version 1.5.0 or later of PowerShell Universal

Added

  • Added a version check for notification there is a new version of Universal

  • Added a URL setting for connecting to PowerShell Universal

  • Added new connection workflow to make it easier and more clear on how to connect to Universal.

Changed

  • The extension now uses the REST API to make changes to configuration scripts

  • Deprecated the Port and Computer name settings in favor of the URL setting

  • The extension no longer automatically downloads PowerShell Universal

[1.6.1]

Changed

  • Fixed issue when attempting to download on Windows or Mac

  • Fixed issue where extension would not work with Mac OS X

[1.6.0]

Added

  • Added support for Debug-PSUDashboard

Changed

  • Replaced PowerShell Versions with Environments in the configuration tree view

[1.5.1]

Changed

  • Fixed an issue where the extension wouldn't activate correctly.

[1.5.0]

Added

  • Add a command for manually refreshing the PSU configuration

Changed

  • Fixed an issue where components wouldn't import correctly

[1.4.0]

Added

  • Added a setting to disable starting the PowerShell Universal server on extension activation.

Changed

  • Extension will fail to activate after a number of retries while connecting to the Universal server.

[1.3.0]

  • Added support configuration files.

[1.2.0]

  • Added support for scripts and jobs.

[1.1.0]

  • Added support for APIs

[1.0.0]

  • Initial release

PreviousChangelog

Last updated 3 years ago

Was this helpful?