Skip to content

Releases: jdhitsolutions/PSClock

PSClock_v1.4.0

21 May 12:27
Compare
Choose a tag to compare

Changelog for PSClock

v1.4.0 - 2024-05-21 08:25:13

Added

  • Added parameter SampleText to Show-FontPreview.
  • Added parameter CurrentPosition with an alias of Position to Set-PSClock.
  • Added command Get-PrimaryDisplaySize.
  • Added verbose output to Show-FontPreview.
  • Added an about help topic.
  • Added the function Show-PSClockSettingPreview to configure PSClock settings with a WPF-based GUI.

Changed

  • Modified Start-PSClock to temporarily pause the dispatch timer if grabbing and moving the clock.
  • Updated Design.md.
  • Modified FontWeight default values to be a more complete set of: 'Normal', 'Bold', 'Light', 'Medium', 'SemiBold'.
  • Documentation and help updates.
  • Converted ChangeLog format.

PSClock_v1.3.0

14 May 17:53
Compare
Choose a tag to compare

PSClock

v1.3.0

  • Code cleanup.
  • Added alias gpc for Get-PSClock.
    Added alias spc for Set-PSClock.
  • Added command Show-FontPreview to display a preview of a font in a WPF form.
  • Updated Verbose output in the module functions.
  • Updated Design.md.s
  • Updated README.md.

PSClock_v1.2.0

08 Aug 12:23
Compare
Choose a tag to compare

PSClock

v1.2.0

  • Moved the Color parameter in Set-PSColor to the first position. This is a minor breaking change.

PSClock_v1.1.0

23 Feb 23:02
Compare
Choose a tag to compare

PSClock

v1.1.0

  • Changed form title to "PSClock".
  • Updated Start-PSClock to allow user to delete the flag file if detected.
  • Updated module manifest.
  • Updated Color parameter auto completer for Set-PSClock to display values using the named color. Use Ctrl+Space to display the formatted list.
  • Updated README.md.
  • Added private functions Convert-RGBtoAnsi and Get-RGB.
  • Updated help documentation.

PSClock_v1.0.0

09 Nov 14:57
Compare
Choose a tag to compare

PSClock

v1.0.0

  • Fixed bad formatting in markdown help files.
  • Updated README.md
  • Added Design.md.
  • General code cleanup.
  • Official release.

PSClock_v0.9.1

08 Nov 13:46
Compare
Choose a tag to compare

PSClock

v0.9.1

  • Added online help links.
  • Updated module manifest to reset Verbose preference.
  • Fixed a bug in Save-PSClock that wasn't exporting all settings.
  • Updated README.md.

PSClock_v0.9.0

08 Nov 13:08
Compare
Choose a tag to compare

PSClock

v0.9.0

  • Added a module icon.
  • Modified Start-PSClock and Get-PSClock to include window position information.
  • Added Save-PSClock to export settings to a CliXML file.
  • Updated Start-PSClock to use saved values if found.
  • Added an argument completer for the Color parameter of Start-PSClock and Set-PSClock.
  • Updated help documentation.
  • Updated README.md.
  • Manifest updates.
  • Added verbose output for module import.
  • Release to PowerShell Gallery