Skip to content

Releases: thomaslevesque/NHotkey

3.0.0

26 Jan 04:18
fe5b777
Compare
Choose a tag to compare

Changed

  • Added .NET 6.0 and .NET Framework 4.6.2 target frameworks
  • Dropped .NET Framework 4.0 and 4.5, and .NET Core 3.0 (all out of support)

Breaking change: if your app is still targeting a framework that is no longer supported by Microsoft, this library will no longer be usable.

2.1.1

03 May 13:13
751b2f7
Compare
Choose a tag to compare

Changed

  • Made the HotkeyEventArgs constructor public (#39). Thanks to @ihsansfd for the contribution!

2.1.0

07 Jun 19:14
Compare
Choose a tag to compare

New

  • Add IsEnabled property on HotkeyManager (true by default), to be able to suspend event processing (#24). Thanks to @misbah-rehman for the suggestion!
  • [WPF] Add AddOrReplace overloads that accept a KeyGesture

2.0.1

16 Apr 12:20
c7d63d7
Compare
Choose a tag to compare

Fixed

  • Exception when setting global hotkey during handling of event in WPF (#19)

Thanks to @Ergwano for his contribution!

2.0.0

21 Mar 22:10
Compare
Choose a tag to compare

New

  • Explicit support for .NET Core 3.0 (#16)
  • Source stepping with SourceLink
  • Strong-named assemblies (#14)

Removed

  • Support for .NET 3.5

2.0.0-beta.1

09 Mar 21:14
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

New

  • Explicit support for .NET Core 3.0 (#16)
  • Source stepping with SourceLink
  • Strong-named assemblies (#14)

Removed

  • Support for .NET 3.5