You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 of Show-GuiCalendar for Windows systems.
Added Show-PSCalendarHelp which will open a local PDF version of the README.md file.