Skip to content

Commit

Permalink
Merge tag 'v2.2.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
joonro committed Jun 1, 2022
2 parents fe525fd + 12b6baf commit a8bdcfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ForEach ($Exe in $GetChildItemColorExtensions['ExecutableList']) {
$GetChildItemColorTable.File[$Exe] = "Green"
}
#+end_src
** Creating a new category
** Adding a new category
One can create a new category and assign colors easily like the example below.
#+begin_src powershell
$GetChildItemColorExtensions['OfficeList'] = @(
Expand All @@ -116,6 +116,8 @@ $Global:GetChildItemColorVerticalSpace = 1
* Authors
- [[http://github.com/joonro][Joon Ro]].
* Changelog
** v2.2.2
- Add instructions about adding a new category.
** v2.2.1
- [[https://github.com/joonro/Get-ChildItemColor/pull/44][Fix uint32 error in cell width calculation]]. (Thanks to [[https://github.com/DanielCarmingham][DanielCarmingham]])
- [[https://github.com/joonro/Get-ChildItemColor/pull/35][Add Chocolatey install instructions]]. (Thanks to [[https://github.com/pauby][pauby]])
Expand Down
2 changes: 1 addition & 1 deletion src/Get-ChildItemColor.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
RootModule = 'Get-ChildItemColor.psm1'

# Version number of this module.
ModuleVersion = '2.2.0'
ModuleVersion = '2.2.2'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit a8bdcfc

Please sign in to comment.