File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,10 +4,30 @@ All notable changes to this project will be documented in this file.
44
55---
66
7+ ## [ 0.8.0] 2026-03-30
8+
9+ - Fix ` -WhatIf ` not displaying a summary of file+directory count to
10+ be deleted.
11+ [ #10 ] ( https://github.com/continuous-delphi/delphi-clean/issues/10 )
12+
13+ - Fix ` -WhatIf ` not displaying individual files+directories to be
14+ deleted.
15+ [ #13 ] ( https://github.com/continuous-delphi/delphi-clean/issues/13 )
16+
17+ - Combine ` ExcludeDirPattern ` and ` ExcludeDirectories ` into a
18+ single ` ExcludeDirectoryPattern ` parameter
19+ [ #14 ] ( https://github.com/continuous-delphi/delphi-clean/issues/14 )
20+
21+ - Document supported exit codes in Readme
22+ [ #11 ] ( https://github.com/continuous-delphi/delphi-clean/issues/11 )
23+
24+ - Debugging tool: output ` Exit Code = # ` when using ` -Verbose `
25+ [ #12 ] ( https://github.com/continuous-delphi/delphi-clean/issues/12 )
26+
727## [ 0.7.0] 2026-03-29
828
929- Move to "basic+standard+deep" cleanup levels
10- [ #8 ] ( https://github.com/continuous-delphi/delphi-clean/issues/8 )
30+ [ #8 ] ( https://github.com/continuous-delphi/delphi-clean/issues/8 )
1131
1232## [ 0.6.0] 2026-03-26
1333
Original file line number Diff line number Diff line change 8585Set-StrictMode - Version Latest
8686$ErrorActionPreference = ' Stop'
8787
88- $ToolVersion = ' 0.7 .0'
88+ $ToolVersion = ' 0.8 .0'
8989
9090if ($Version ) {
9191 if ($Format -eq ' json' ) {
You can’t perform that action at this time.
0 commit comments