Releases: jdhitsolutions/PSClock
Releases · jdhitsolutions/PSClock
PSClock_v1.4.0
Changelog for PSClock
v1.4.0 - 2024-05-21 08:25:13
Added
- 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.
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
PSClock
v1.3.0
- 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
.
PSClock_v1.2.0
PSClock
v1.2.0
- Moved the
Color
parameter inSet-PSColor
to the first position. This is a minor breaking change.
PSClock_v1.1.0
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 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.
PSClock_v1.0.0
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
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
PSClock
v0.9.0
- 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
. - Manifest updates.
- Added verbose output for module import.
- Release to PowerShell Gallery