Releases: jdhitsolutions/PSProjectStatus
Releases · jdhitsolutions/PSProjectStatus
PSProjectStatus_v0.17.0
Changelog for PSProjectStatus
v0.17.0 - 2025-01-08 13:25:06
Changed
- Moved default help PDF to en-US.
- Updates to
READMEfiles.
Fixed
PSProjectStatus_v0.16.0
Changelog for PSProjectStatus
v0.16.0 - 2025-01-07 12:25:10
Added
- Added localized verbose messaging, help documentation, and a version of the README help to French. Translations were done with GitHub CoPilot so I can't guarantee the quality.
Changed
- Updated
README.md. - Updated help documentation.
- Revised PDF layout settings.
Fixed
PSProjectStatus_v0.15.0
Changelog for PSProjectStatus
v0.15.0 - 2025-01-06 10:52:51
Added
- Added command
Open-PSProjectStatusHelpto open a PDF version of theREADMEfile. - Updated help documentation.
Changed
- Updated verbose messaging.
- Updated
README.md.
Fixed
- Fixed bug in JSON schema for required
RemoteRegistryproperties. - Fixed layout errors in the changelog.
PSProjectStatus_v0.14.1
PSProjectStatus
v0.14.1
Changed
- Updated
README
Added
- Added alias
nptaskfor `New-PSProjectTask
PSProjectStatus_v0.14.0
PSProjectStatus
v0.14.0
Fixed
- Updated commands to better store status path when using non-Windows systems. Issue #11
- Updated
Set-PSProjectStatusto insert empty arrays for Tasks and Tags when not specified.
Changed
- Updated
New-PSProjectStatusto add multiple tasks. Issue #12 - Help updates.
- Updated
README
PSProjectStatus_v0.13.1
PSProjectStatus
v0.13.1
Fixed
- Fixed bug in
Set-PSProjectStatusthat was deleting existing tags.
v0.13.0
Added
- Added string data for private helper functions.
- Added exported variable
PSProjectANSIto store ANSI escape sequences for color output in verbose messaging. This is a user-configurable setting.
Changed
- Modified verbose output in the
Beginblock 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
_verbosehelper function. The function will detect the associated ANSI escape sequence for each command from$PSProjectANSIand apply it to the command name. - Updated formatting file to display
Agewith out millisecond value. - Updated
README.md.
Fixed
- Fixed missing string data item.
- Fixed wrong information in string data.
Removed
- Removed alias
Update-PSProjectStatusbecause it was conflicting with the VSCode update extension.`
PSProjectStatus_v0.13.0
PSProjectStatus
v0.13.0
Added
- Added string data for private helper functions.
- Added exported variable
PSProjectANSIto store ANSI escape sequences for color output in verbose messaging. This is a user-configurable setting.
Changed
- Modified verbose output in the
Beginblock 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
_verbosehelper function. The function will detect the associated ANSI escape sequence for each command from$PSProjectANSIand apply it to the command name. - Updated formatting file to display
Agewith out millisecond value. - Updated
README.md.
Fixed
- Fixed missing string data item.
- Fixed wrong information in string data.
Removed
- Removed alias
Update-PSProjectStatusbecause it was conflicting with the VSCode update extension.`
PSProjectStatus_v0.12.0
PSProjectStatus
v0.12.0
Added
- Added support for tags to
New-PSProjectStatus,Set-PSProjectStatus, andGet-PSProjectReport. Modified format file to display tags in the default list view. This also necessitated a change to the JSON schema file. [Issue #8] - Added localized string data file
psprojectstatus.psd1 - Added a private function to display verbose messaging.
- Added a new formatted list view called
infoto displayTasks,Tags, andCommentproperties. - Added a custom property set called
Infoto displayName,Status,Version,GitBranch,Tasks,Tags, andCommentproperties. - Defined alias
Update-PSProjectStatusforSet-PSProjectStatus. - Added an exported variable,
PSProjectStatusModulefor the module version. This variable is used in verbose messaging. This necessitated usingExport-ModuleMemberin the root module file.
Changed
- Modified format file for PSProjectStatus to display project name in
Cyan. This applies to table and list views. - Modified verbose, warning and debug messages to use localized string data.
- Modified JSON schema to require the
LastUpdatedproperty. - Help updates.
Fixed
- Fixed format files to not use ANSI escape sequences if the PowerShell ISE is detected.
PSProjectStatus_v0.11.1
PSProjectStatus
v0.11.1
Fixed
- Added missing online help links.
PSProjectStatus_v0.11.0
PSProjectStatus
v0.11.0
Fixed
- Removed hard-coded path reference in
Get-PSProjectReport. (Issue #9)
Changed
- Updated
README.md. - Updated
Set-PSProjectStatusto use the current date time as the default for theLastUpdateparameter. This is a potential breaking change. - Updated
New-PSProjectStatusto not overwrite an existing file if found. Added a-Forceparameter. - Updated Verbose output in all commands.
- Help updates
Added
- Added command
Get-PSProjectTaskwhich is based on a new class definition. - Added custom format file
psprojecttask.format.ps1xml - Added commands
New-PSProjectTaskandRemove-PSProjectTask.