Releases: jdhitsolutions/PSCalendar
Releases · jdhitsolutions/PSCalendar
PSCalendar_v2.9.0
PSCalendar
v2.9.0
- Updated
Get-Calendar
andShow-Calendar
to fix empty trailing day when specifying a different first day of the week. Issue #32. Thanks again to Matthew Gray for code suggestion. - Updated
_getCalendar
to use a generic list for the days instead of an array. This provides a slight performance benefit. - Added a parameter called
CalendarYear
to display a full year calendar forGet-Calendar
andShow-Calendar
. Issue #31 - Help updates.
PSCalendar_v2.8.0
PSCalendar
v2.8.0
- Updated
Get-Calendar
andShow-Calendar
with a new parameterMonthOnly
to only show days from the specified month. This will remove leading and trailing days from other months. Issue #29. Much thanks to Matthew Gray for the suggestions and code snippet. - Updated
Get-Calendar
,Show-Calendar
, andGet-NCalendar
to suppress all ANSI formatting when running in the PowerShell ISE. Issue #30 - Moved
Show-PSCalendarHelp
to a separate file under Functions. - Documentation updates.
- Updated
README.md
. - Help updates.
PSCalendar_v2.7.0
PSCalendar_v2.6.0
PSCalendar
v2.6.0
- Updates to
Get-NCalendar
Issue #25. - Exported
Get-MonthName
in the module manifest. - Added missing online help links.
- Help updates.
PSCalendar_v2.5.0
PSCalendar
v2.5.0
- Updated commands to work in PowerShell 7.2. Issue #28.
- Updated online help link for
Show-PSCalendarHelp
. - Help updates
- Module manifest clean up.
- Updated
README.md
.
PSCalendar_v2.4.0
PSCalendar
v2.4.0
- 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 - Updated
Show-PSCalendarHelp
to use a new PDF which includesREADME.md
and the command help. - Help updates
- Updated
README.md
.
PSCalendar_v2.3.2
PSCalendar_v2.3.1
PSCalendar_v2.3.0
PSCalendar
v2.3.0
- Added
Get-PNCalendar
and its aliasncal
. Issue #16. - Added
Get-MonthName
function. - Updated Pester tests.
- Updated help documentation.
- Updated
README.md
.
PSCalendar_v2.2.0
PSCalendar
v2.2.0
- Revised commands to let the user specify the first day of the week. There appears to be a bug in .NET Core that doesn't always return the correct first day of the week. Commands will default to this value, but I want to give a user an option to specify an alternate value if necessary. This is a continuation of work to resolve Issue #21.
- Modified
Show-GuiCalendar
to default to first day of current month. Issue #23. - Updated
Show-GuiCalendar
to let the user specify a background image or color. Issue #14. - Modified
Show-GuiCalendar
to let the user pass a hashtable of highlight date information so that a summary can be displayed as a tooltip. Issue #7. - Modified
Get-Calendar
to support a no ANSI parameter. Issue #24. - Added an argument completer for the
BackgroundColor
parameter ofShow-GuiCalendar
for Windows systems. - Added
Show-PSCalendarHelp
which will open a local PDF version of theREADME.md
file. - Removed development code.
- Updated help files.
- Updated
README.md
.