Skip to content

Commit 765dc2c

Browse files
v2.4.0
1 parent eca06e8 commit 765dc2c

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

PSCalendar.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ $PSCalendarConfiguration = @{
1818
Highlight = "$esc[92m"
1919
}
2020

21-
#define a function to open the README pdf file
21+
#define a function to open the doeumentation pdf file
2222
Function Show-PSCalendarHelp {
2323
[cmdletbinding()]
2424
param()
2525

26-
Start-process $PSScriptRoot\README.pdf
26+
Start-process $PSScriptRoot\PSCalendarManual.pdf
2727
}
2828

2929
#define an auto completer for the Month parameter

PSCalendarManual.pdf

870 KB
Binary file not shown.

README.pdf

-813 KB
Binary file not shown.

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log for PSCalendar
22

3+
## v2.4.0
4+
5+
+ Add error handling to `Show-GUICalendar` to not run in PowerShell 7 since the underlying .NET display classes are not supported. Restructured module to not export this command if running in PowerShell 7. [Issue #27](https://github.com/jdhitsolutions/PSCalendar/issues/27)
6+
+ Updated `Show-PSCalendarHelp` to use a new PDF which includes `README.md` and the command help.
7+
+ Help updates
8+
+ Updated `README.md`.
9+
310
## v2.3.2
411

512
+ Updated `Get-Calendar` to allow start date and end date to be equal. [Issue #26](https://github.com/jdhitsolutions/PSCalendar/issues/26)

0 commit comments

Comments
 (0)