1.4.0 - 2024-05-21
- Added parameter
SampleText
toShow-FontPreview
. - Added parameter
CurrentPosition
with an alias ofPosition
toSet-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.
- 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.
1.3.0 - 2024-05-14
- Code cleanup.
- Added alias
gpc
forGet-PSClock
. Added aliasspc
forSet-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
.
1.2.0 - 2022-08-08
- Moved the
Color
parameter inSet-PSColor
to the first position. This is a minor breaking change.
1.1.0 - 2022-02-23
- 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 forSet-PSClock
to display values using the named color. UseCtrl-Space
to display the formatted list. - Updated
README.md
. - Added private functions
Convert-RGBtoAnsi
andGet-RGB
. - Updated help documentation.
1.0.0 - 2021-11-09
- Fixed bad formatting in markdown help files.
- Updated
README.md
. - Added
Design.md
. - General code cleanup.
- Official release
0.9.1 - 2021-11-08
- Added online help links.
- Updated module manifest to reset Verbose preference. Issue #1
- Fixed a bug in
Save-PSClock
that wasn't exporting all settings. - Updated
README.md
.
- Added a module icon.
- Modified
Start-PSClock
andGet-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 ofStart-PSClock
andSet-PSClock
. - Updated help documentation.
- Updated
README.md
. - Added verbose output for module import.
- Manifest updates.
- Release to PowerShell Gallery
- Modified
Start-PSClock
andSet-PSClock
to take parameter input from the pipeline by property name. - Added
System.Drawing
as a required assembly so that the font family autocompletion works. - Updated help files.
- Added external help.
- Added markdown help files.
- Changed the default clock color to
White
. - Added
-Passthru
toSet-PSColor
.
- Initial module setup.