Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhitsolutions committed May 21, 2024
1 parent ede108e commit 54aa65b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for PSClock

## [Unreleased]

## [1.4.0] - 2024-05-21

### Added

- Added parameter `SampleText` to `Show-FontPreview`.
- Added parameter `CurrentPosition` with an alias of `Position` to `Set-PSClock`.
- Added command `Get-PrimaryDisplaySize`.
Expand All @@ -10,6 +14,7 @@
- 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'.
Expand Down Expand Up @@ -85,9 +90,10 @@

- Initial module setup.

[Unreleased]: https://github.com/jdhitsolutions/PSClock/compare/..HEAD
[Unreleased]: https://github.com/jdhitsolutions/PSClock/compare/v1.4.0..HEAD
[1.4.0]: https://github.com/jdhitsolutions/PSClock/compare/vv1.3.0..v1.4.0
[v1.3.0]: https://github.com/jdhitsolutions/PSClock/compare/v1.2.0..v1.3.0
[v1.2.0]: https://github.com/jdhitsolutions/PSClock/compare/v1.1.0..v1.2.0
[v1.1.0]: https://github.com/jdhitsolutions/PSClock/compare/v1.0.0..v1.1.0
[v1.0.0]: https://github.com/jdhitsolutions/PSClock/compare/v0.9.1..v1.0.0
[v0.9.1]: https://github.com/jdhitsolutions/PSClock/compare/v0.9.0..v0.9.1
[v0.9.1]: https://github.com/jdhitsolutions/PSClock/compare/v0.9.0..v0.9.1

0 comments on commit 54aa65b

Please sign in to comment.