Skip to content

Releases: jdhitsolutions/PSCalendar

PSCalendar_v2.1.0

10 Jul 20:38
Compare
Choose a tag to compare

PSCalendar

v2.1.0

  • Updated license.txt
  • Updated module commands to better handle datetime values when running under different cultures. Many parameters are now being treated as strings so they can be properly converted. Issue #22.
  • Updated private function that generates function to display enough weeks to complete a month. Issue #21.
  • Updated help files.
  • Updated README.md.

PSCalendar_v2.0.0

02 Sep 19:06
Compare
Choose a tag to compare

Change Log for PSCalendar

v2.0.0

This is a major update of the module with many breaking changes

  • Complete re-write of Get-Calendar that now uses to ANSI escape sequences for coloring and highlighting. (Issue #17)
  • Fixed issue with double-highlighting of the current day when it was found twice. (Issue #20)
  • Removed obsolete parameters from Show-Calendar.
  • Module reorganization to better handle non-Windows platforms. Platform-specific commands and aliases are exported in PSCalendar.psm1.(Issue #18)
  • Added the option to change ANSI formatting via a module-scoped hashtable. Get-PSCalendarConfiguration will show the current settings. Set-PSCalendarConfiguration will let the user modify them.
  • Created a format file, pscalendarconfiguration.format.ps1xml, to display the formatting values as a list.
  • Updated README.md.

PSCalendar_v1.11.0

11 May 13:07
Compare
Choose a tag to compare

Change Log for PSCalendar

v1.11.0

  • Add ThreadJob as a required module. (Issue #19)

PSCalendar_v1.10.0

30 Jan 21:38
Compare
Choose a tag to compare

Change Log for PSCalendar

v1.10.0

  • Fixed cursor positioning in Show-Calendar
  • Refreshed some of the help examples
  • Updated README.md

PSCalendar_v1.9.0

08 Nov 19:27
Compare
Choose a tag to compare

Change Log for PSCalendar

v1.9.0

  • Modified manifest to export all public functions and aliases
  • Modified Show-GuiCalendar to attempt to load WPF libraries and display a warning if it can't. (Issue #13)
  • Added a private helper function, New-RunspaceCleanUpJob to cleanup runspaces when using Show-GuiCalendar. Thanks to @oising for leading me down the right path. (Issue #12)
  • Modified Get-Calendar and Show-Calendar to display better under different cultures. (Issue #11)
  • Updated Pester tests

PSCalendar_v1.8.0

21 Aug 14:36
Compare
Choose a tag to compare

Change Log for PSCalendar

v1.8.0

  • Modified commands to begin on correct day of the week. (Issue #10)
  • Switched to using .NET culture classes directly instead of Get-Culture for better international results
  • Corrected license file for GitHub
  • Code cleanup to replace Out-Null with [void]
  • Updated Show-GuiCalendar to fix a bug that prevented dates in the past from being properly displayed.
  • Updated help with online bit.ly links

PSCalendar_v1.7.0

27 Jun 16:44
Compare
Choose a tag to compare

Change Log for PSCalendar

v1.7.0

  • More changes to better handle culture in Get-Calendar (Issue #9)
  • Added more verbose messages to Get-Calendar
  • Added missing gcal alias for Show-GuiCalendar
  • Revised Pester tests
  • Updated README.md

PSCalendar_v1.6.0

15 Mar 22:51
Compare
Choose a tag to compare

v1.6.0

  • Fixing date parsing bug for different cultures (Issue #9)
  • Manifest updates to better accommodate PowerShell Core and Windows PowerShell
  • Updated README.md

PSCalendar_v1.5.1

30 Jan 14:33
Compare
Choose a tag to compare

v1.5.1

  • Modified Show-Calendar to use a different highlight color for today.
  • Updated help
  • Updated README.md

PSCalendar_v1.5.0

10 Jan 15:54
Compare
Choose a tag to compare

Change Log for PSCalendar

v1.5.0

  • Modified Show-Calendar to allow you to specify a position in the console.
  • Help updates
  • Updated README.md
  • Minor changes to the Pester test