Skip to content

Commit f2e7459

Browse files
fix: Write-FormatCustomView -Frame ( Fixes #164 )
Balancing XML
2 parents 8b2e09c + 3be8d9a commit f2e7459

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

EZOut.format.ps1xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Generated with EZOut 2.0.3: Install-Module EZOut or https://github.com/StartAutomating/EZOut -->
1+
<!-- Generated with EZOut 2.0.4: Install-Module EZOut or https://github.com/StartAutomating/EZOut -->
22
<Configuration>
33
<ViewDefinitions>
44
<View>

EZOut.types.ps1xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Generated with EZOut 2.0.3: Install-Module EZOut or https://github.com/StartAutomating/EZOut -->
1+
<!-- Generated with EZOut 2.0.4: Install-Module EZOut or https://github.com/StartAutomating/EZOut -->
22
<Types>
33
<Type>
44
<Name>EZOut.Invisible</Name>

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## EZOut 2.0.4:
2+
3+
* Write-FormatViewExpression/Write-FormatCustomView now support -Frame, -LeftIndent, -RightIndent, -FirstLineHanging, -FirstLineIndent ( Fixes #164 )
4+
* Push-FormatData/Push-TypeData now create unique files per-process (Fixes #205 )
5+
6+
Thanks @NinMonkey !
7+
18
## EZOut 2.0.3:
29

310
* Mounting EZOut as a drive (#200)

0 commit comments

Comments
 (0)