You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must use a PowerShell console that supports ANSI escape sequences. The PowerShell ISE __does not__ support this feature.
623
+
:heavy_exclamation_mark:You must use a PowerShell console that supports ANSI escape sequences. The PowerShell ISE __does not__ support this feature.
624
624
625
625
## Editor Integration
626
626
@@ -668,4 +668,4 @@ These are a few things I'm considering or have been suggested.
668
668
669
669
If you have any suggestions on how to extend this module or tips to others on how you are using it, please feel free to use the [Discussions](https://github.com/jdhitsolutions/PSProjectStatus/discussions) section of this module's GitHub repository.
670
670
671
-
> Project icon by [Icons8](https://icons8.com)
671
+
> :+1:Project icon by [Icons8](https://icons8.com)
Copy file name to clipboardExpand all lines: changelog.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Changelog for PSProjectStatus
2
2
3
+
## v0.13.0
4
+
5
+
### Added
6
+
7
+
- Added string data for private helper functions.
8
+
- Added exported variable `PSProjectANSI` to store ANSI escape sequences for color output in verbose messaging. This is a user-configurable setting.
9
+
10
+
### Changed
11
+
12
+
- 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.
13
+
- 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.
14
+
- Updated formatting file to display `Age` with out millisecond value.
15
+
- Updated `README.md`.
16
+
17
+
### Fixed
18
+
19
+
- Fixed missing string data item.
20
+
- Fixed wrong information in string data.
21
+
22
+
### Removed
23
+
24
+
- Removed alias `Update-PSProjectStatus` because it was conflicting with the VSCode update extension.`
0 commit comments