Skip to content

Commit b52d9c5

Browse files
updated changelog
1 parent 518bb7e commit b52d9c5

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog for PSProjectStatus
22

3+
## v0.12.0
4+
5+
### Added
6+
7+
- Added support for tags to `New-PSProjectStatus`, `Set-PSProjectStatus`, and `Get-PSProjectReport`. Modified format file to display tags in the default list view. This also necessitated a change to the [JSON schema file](psproject.schema.json). [[Issue #8](https://github.com/jdhitsolutions/PSProjectStatus/issues/8)]
8+
- Added localized string data file `psprojectstatus.psd1`
9+
- Added a private function to display verbose messaging.
10+
- Added a new formatted list view called `info` to display `Tasks`, `Tags`, and `Comment` properties.
11+
- Added a custom property set called `Info` to display `Name`,`Status`,`Version`,`GitBranch`,`Tasks`,`Tags`, and `Comment` properties.
12+
- Defined alias `Update-PSProjectStatus` for `Set-PSProjectStatus`.
13+
- Added an exported variable, `PSProjectStatusModule` for the module version. This variable is used in verbose messaging. This necessitated using `Export-ModuleMember` in the root module file.
14+
15+
### Changed
16+
17+
- Modified format file for PSProjectStatus to display project name in `Cyan`. This applies to table and list views.
18+
- Modified verbose, warning and debug messages to use localized string data.
19+
- Modified JSON schema to require the `LastUpdated` property.
20+
- Help updates.
21+
22+
### Fixed
23+
24+
- Fixed format files to not use ANSI escape sequences if the PowerShell ISE is detected.
25+
326
## v0.11.1
427

528
### Fixed

0 commit comments

Comments
 (0)