File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ ForEach ($Exe in $GetChildItemColorExtensions['ExecutableList']) {
9292 $GetChildItemColorTable.File[$Exe] = "Green"
9393}
9494#+end_src
95- ** Creating a new category
95+ ** Adding a new category
9696One can create a new category and assign colors easily like the example below.
9797#+begin_src powershell
9898$GetChildItemColorExtensions['OfficeList'] = @(
@@ -116,6 +116,8 @@ $Global:GetChildItemColorVerticalSpace = 1
116116* Authors
117117- [[http://github.com/joonro][Joon Ro]].
118118* Changelog
119+ ** v2.2.2
120+ - Add instructions about adding a new category.
119121** v2.2.1
120122- [[https://github.com/joonro/Get-ChildItemColor/pull/44][Fix uint32 error in cell width calculation]]. (Thanks to [[https://github.com/DanielCarmingham][DanielCarmingham]])
121123- [[https://github.com/joonro/Get-ChildItemColor/pull/35][Add Chocolatey install instructions]]. (Thanks to [[https://github.com/pauby][pauby]])
Original file line number Diff line number Diff line change 1010RootModule = ' Get-ChildItemColor.psm1'
1111
1212# Version number of this module.
13- ModuleVersion = ' 2.2.0 '
13+ ModuleVersion = ' 2.2.2 '
1414
1515# Supported PSEditions
1616# CompatiblePSEditions = @()
You can’t perform that action at this time.
0 commit comments