Releases: jdhitsolutions/PSCalendar
Releases · jdhitsolutions/PSCalendar
PSCalendar_v1.4.0
- Added parameters to
Show-Calendar
to let user specify colors. (Issue #4)
- Fixed highlight display bug in
Get-Calendar
(Issue #8)
- Fixed DisplayMode bug in
Show-GuiCalendar
- Modified
Show-GuiCalendar
to not display in the taskbar
- Added Pester tests to the module
- Updated documentation
PSCalendar_v1.3.1
v1.3.1
- Help documentation updates for clarity (Issue #5)
- Fixed HighLightDay parsing bug (Issue #6)
PSCalendar_v1.3.0
v1.3.0
- Added WPF calendar function
Show-GuiCalendar
(Issue #3)
- Added alias
gcal
for Show-GuiCalendar
- Added parameter validation to
-End
to make sure it is after -Start
- Updated
README.md
PSCalendar_v1.2.0
v1.2.0
- Added validation for
-Month
(Issue #1)
- Made
-Year
a positional parameter in the 2nd position
- some minor code cleanup
- Added a private helper function to enumerate month names (Issue #2)