Skip to content

Commit 68a2be5

Browse files
v2.25.1
1 parent f180fa8 commit 68a2be5

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

PSScriptTools.psd1

0 Bytes
Binary file not shown.

PSScriptTools.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $global:PSSpecialChar = @{
4949
Section = ([char]0x00A7)
5050
RightPointer = ([char]0x25BA)
5151
LeftPointer = ([char]0x25C4)
52-
BlackRectangle = ([char]0x25CA)
52+
BlackRectangle = ([char]0x25AC)
5353
}
5454

5555
Write-Verbose "Defining the variable `$PSSamplePath to the samples folder for this module"

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log for PSScriptTools
22

3+
## v2.25.1
4+
5+
### Add
6+
7+
### Change
8+
9+
+ Fixed incorrect sequence for BlackRectangle in `$PSSpecialChar`. (Issue #82)
10+
+ Fixed incorrect ANSI for System files in `PSAnsiFileMap.json`.
11+
12+
### Delete
13+
314
## v2.25.0
415

516
### Add

psansifilemap.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{
2828
"Description": "System",
2929
"Pattern": "\\.(sys)|(dll)| (bin)|(conf*)|(ini)$",
30-
"Ansi": "\u001b[38;5;204mHello`e[0m"
30+
"Ansi": "\u001b[38;5;204m"
3131
},
3232
{
3333
"Description": "Graphics",

0 commit comments

Comments
 (0)