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
README
files.
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-PSProjectStatusHelp
to open a PDF version of theREADME
file. - Updated help documentation.
Changed
- Updated verbose messaging.
- Updated
README.md
.
Fixed
- Fixed bug in JSON schema for required
RemoteRegistry
properties. - Fixed layout errors in the changelog.
PSProjectStatus_v0.14.1
PSProjectStatus
v0.14.1
Changed
- Updated
README
Added
- Added alias
nptask
for `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-PSProjectStatus
to insert empty arrays for Tasks and Tags when not specified.
Changed
- Updated
New-PSProjectStatus
to add multiple tasks. Issue #12 - Help updates.
- Updated
README
PSProjectStatus_v0.13.1
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.`
PSProjectStatus_v0.13.0
PSProjectStatus
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.`
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
info
to displayTasks
,Tags
, andComment
properties. - Added a custom property set called
Info
to displayName
,Status
,Version
,GitBranch
,Tasks
,Tags
, andComment
properties. - Defined alias
Update-PSProjectStatus
forSet-PSProjectStatus
. - Added an exported variable,
PSProjectStatusModule
for the module version. This variable is used in verbose messaging. This necessitated usingExport-ModuleMember
in 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
LastUpdated
property. - 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-PSProjectStatus
to use the current date time as the default for theLastUpdate
parameter. This is a potential breaking change. - Updated
New-PSProjectStatus
to not overwrite an existing file if found. Added a-Force
parameter. - Updated Verbose output in all commands.
- Help updates
Added
- Added command
Get-PSProjectTask
which is based on a new class definition. - Added custom format file
psprojecttask.format.ps1xml
- Added commands
New-PSProjectTask
andRemove-PSProjectTask
.