Skip to content

PSProjectStatus_v0.13.1

Compare
Choose a tag to compare
@jdhitsolutions jdhitsolutions released this 04 Jan 16:06
· 6 commits to main since this release

PSProjectStatus

v0.13.1

Fixed

  • Fixed bug in Set-PSProjectStatus that was deleting existing tags.

v0.13.0

Added

  • Added string data for private helper functions.
  • Added exported variable PSProjectANSI to store ANSI escape sequences for color output in verbose messaging. This is a user-configurable setting.

Changed

  • Modified verbose output in the Begin block of module functions to only show metadata when the command is invoked directly. This will eliminate redundant metadata when a function is called from another function.
  • Moved command color highlighting to the _verbose helper function. The function will detect the associated ANSI escape sequence for each command from $PSProjectANSI and apply it to the command name.
  • Updated formatting file to display Age with out millisecond value.
  • Updated README.md.

Fixed

  • Fixed missing string data item.
  • Fixed wrong information in string data.

Removed

  • Removed alias Update-PSProjectStatus because it was conflicting with the VSCode update extension.`