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
Copy file name to clipboardExpand all lines: Archive-ChangeLog.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
This file contains older change history. It is maintained for reference purposes.
4
4
5
+
## v2.33.1
6
+
7
+
+ Fixed bug in `ConvertTo-WPFGrid` with refresh and timeout values. (Issue #98)
8
+
+ Added missing online help links.
9
+
+ Added a few related module links in `README.md`.
10
+
11
+
## v2.33.0
12
+
13
+
+ Added `Select-Before`,`Select-After`,`Select-Newest` and `Select-Oldest` and their respective aliases of *before*,*after*,*newest*, and *oldest*.
14
+
+ Added `Get-MyCounter` and a custom format file `mycounter.format.ps1xml`.
15
+
+ Added `Trace-Message` and its alias *trace*.
16
+
+ Added more Verbose messages to `Get-PSScriptTools`.
17
+
+ Code cleanup in `SelectFunctions.ps1`.
18
+
+ Modified `Get-PSScriptTools` to let you specify a verb. Updated command help.
19
+
+ Modified `ConvertTo-Markdown` to handle properties with line returns when formatting as a table. (I[Issue #97](https://github.com/jdhitsolutions/PSScriptTools/issues/97))
20
+
+ Code cleanup in sample script files.
21
+
+ Added sample file `CounterMarkdown.ps1`.
22
+
+ Updated `README.md`.
23
+
5
24
## v2.32.0
6
25
7
26
+ Added `ConvertTo-ASCIIArt` and its alias *cart*.
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2058,7 +2058,7 @@ This will display the service status color-coded.
2058
2058
2059
2059

2060
2060
2061
-
This will not work in the PowerShell ISE as it is not ANSI-aware.
2061
+
__ANSI formatting will only work in a PowerShell 5.1 console window or VS Code. It will not display properly in the PowerShell ISE, or older versions of PowerShell.__
2062
2062
2063
2063
### PSAnsiMap
2064
2064
@@ -2140,7 +2140,7 @@ The file will look like this:
2140
2140
2141
2141
You can create or modify file groups. The Pattern value should be a regular expression pattern to match the filename. Don't forget you will need to escape characters for the JSON format. The Ansi value will be an ANSI escape sequence. You can use `\u001b` for the \``e` character.
2142
2142
2143
-
If you prefer not to edit JSON files, you can use the PSAnsiFileMap commands from the module.
2143
+
If you prefer not to edit JSON files, you can use the PSAnsiFileMap commands from this module.
+[Running remote commands outside of PowerShell Remoting](https://github.com/jdhitsolutions/PSRemoteOperations).
2272
2274
+[Getting memory status and information](https://github.com/jdhitsolutions/MemoryTools)
2273
-
+[Keeping up to date with PowerShell 7.x releases](https://github.com/jdhitsolutions/PSReleaseTools)
2274
2275
+[Inventorying your PowerShell script library](https://github.com/jdhitsolutions/PSScriptingInventory)
2275
2276
+[A simple command-line task and to-do manager](https://github.com/jdhitsolutions/MyTasks)
2276
2277
2277
2278
## Compatibility
2278
2279
2279
-
Where possible, module commands have been tested with PowerShell 7, but not on every platform. If you encounter problems, have suggestions, or other feedback, please post an [issue](https://github.com/jdhitsolutions/PSScriptTools/issues). It is assumed you will __not__ be running these commands on any edition of PowerShell Core, i.e PowerShell 6.x.
2280
+
Where possible, module commands have been tested with PowerShell 7.x, but not on every platform. If you encounter problems, have suggestions, or other feedback, please post an [issue](https://github.com/jdhitsolutions/PSScriptTools/issues). It is assumed you will __not__ be running these commands on any edition of PowerShell Core, i.e PowerShell 6.x.
+ Modified custom format files that use ANSI to test if host name matches 'console' or 'code' to support VSCode.
9
+
+ Modified `Summary` view in `psparameterinfo.format.ps1xml` to not use autosizing.
10
+
+ Added `<AutoSize/>` back to `serviceansi.format.ps1xml` so that ANSI output displays properly.
11
+
+ Modified `Show-ANSI` and `Get-PSAnsiFileMap` to use `[char]27` instead of `[char]0x1b` for Windows PowerShell sessions.
12
+
+ Modified ANSI sequences in format files to use `[char]27`. ([Issue #107](https://github.com/jdhitsolutions/PSScriptTools/issues/107)).
13
+
+ Modified ANSI sequences in format files recognize a remote PSSession. ([Issue #106](https://github.com/jdhitsolutions/PSScriptTools/issues/106)).
14
+
+ Update `Get-PSLocation` to work in a PowerShell remoting session where there is no profile. ([Issue #104](https://github.com/jdhitsolutions/PSScriptTools/issues/104)).
15
+
+ Updated help.
16
+
+ Updated `README.md`.
17
+
5
18
## v2.36.0
6
19
7
20
+ Update `Get-MyVariable` to make it more compatible with PowerShell 7 ([Issue #103](https://github.com/jdhitsolutions/PSScriptTools/issues/103)). This also makes the command now compatible with the PowerShell ISE.
@@ -51,25 +64,6 @@ This file contains the most recent change history for the PSScriptTools module.
51
64
+ Updated module description.
52
65
+ Help updates.
53
66
54
-
## v2.33.1
55
-
56
-
+ Fixed bug in `ConvertTo-WPFGrid` with refresh and timeout values. (Issue #98)
57
-
+ Added missing online help links.
58
-
+ Added a few related module links in `README.md`.
59
-
60
-
## v2.33.0
61
-
62
-
+ Added `Select-Before`,`Select-After`,`Select-Newest` and `Select-Oldest` and their respective aliases of *before*,*after*,*newest*, and *oldest*.
63
-
+ Added `Get-MyCounter` and a custom format file `mycounter.format.ps1xml`.
64
-
+ Added `Trace-Message` and its alias *trace*.
65
-
+ Added more Verbose messages to `Get-PSScriptTools`.
66
-
+ Code cleanup in `SelectFunctions.ps1`.
67
-
+ Modified `Get-PSScriptTools` to let you specify a verb. Updated command help.
68
-
+ Modified `ConvertTo-Markdown` to handle properties with line returns when formatting as a table. (I[Issue #97](https://github.com/jdhitsolutions/PSScriptTools/issues/97))
69
-
+ Code cleanup in sample script files.
70
-
+ Added sample file `CounterMarkdown.ps1`.
71
-
+ Updated `README.md`.
72
-
73
67
## Archive
74
68
75
69
If you need to see older change history, look at the [Archive ChangeLog](https://github.com/jdhitsolutions/PSScriptTools/blob/master/Archive-ChangeLog.md)
Copy file name to clipboardExpand all lines: docs/Get-PSAnsiFileMap.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Text \.((txt)|(log)|(htm(l)?))$ `e[38;2;58;120;255m`e[38;2;58;120;255m
35
35
...
36
36
```
37
37
38
-
The output will display the ANSI sequence using the sequence itself. The escape character will be based on the version of PowerShell you are using.
38
+
The output will display the ANSI sequence using the sequence itself. The escape character will be based on the version of PowerShell you are using. This example shows output from PowerShell 7.
0 commit comments