Skip to content

Version 1.0.3.2

Latest
Compare
Choose a tag to compare
@PowerCommands PowerCommands released this 26 Dec 15:45
· 1 commit to main since this release

Template PowerCommands.zip

Copy the .zip file into the user project template directory. By default, this directory is
%USERPROFILE%\Documents\Visual Studio \Templates\ProjectTemplates

Open Visual Studio and write Power in the searchbox, you should find the PowerCommand template.

I recommend you to use the option Place solution in the same directory some experimental features for update and create commands using a template the Core depends on that.

Version 1.0.3.2

Released 2023-12-26

  • DialogService.ListDialog has major improvements with paging and select all functionality and have been moved to a new service, named ListService.
  • ProxyCommand now handles suggestion overrides in configuration.
  • ConsoleTableService.RenderTable generic constraint new() removed since it is not needed.
  • Bookmarks in CdCommand now handles %USERNAME% as a placeholder for current user in paths.

Version 1.0.3.1

Released 2023-11-30

  • Adjusted the Power Command to be run with a service account and use encryption, update the setup to reflect this.
  • Added general option --pc_force_quit in CommandBase to be used with any command to force application to quit.
  • Improved encryption.
  • Bug fix DialogService.ListDialog now handles 0 input more gracefully.
  • Bug fix CommandBase now return RunResultStatus.Quit when using Quit()