Skip to content

Releases: steamcore/TinyHotKey

2.1.0

16 Nov 00:49

Choose a tag to compare

Changes

  • Update NuGet dependencies
  • Use Microsoft.VisualStudio.Threading.Analyzers
  • Use Polyfill
  • Target .NET 10 TFM instead of .NET 9, now targets netstandard2.0, net8.0 and net10.0
  • Use C# 14 and modern language features

2.0.0

23 Nov 13:49

Choose a tag to compare

Changes

  • Drop net6.0 and net7.0 target frameworks as they are no longer supported (but netstandard2.0 remains)
  • Add net9.0 target framework
  • Upgrade NuGet dependencies

1.0.7

19 Nov 17:25

Choose a tag to compare

Changes

  • Add net8.0 TFM
  • Update NuGet dependencies, use version 8.x of Microsoft.Extensions

1.0.6

16 Jun 19:08

Choose a tag to compare

Changes

  • Update NuGet dependencies

1.0.5

17 Dec 23:28

Choose a tag to compare

Changes

  • Use DefaultDllImportSearchPaths for P/Invoke imports
  • Add missing dispose of AutoResetEvent

1.0.4

10 Dec 20:17

Choose a tag to compare

Changes

  • Improve shutdown sequence of the hidden window

1.0.3

09 Dec 15:47

Choose a tag to compare

Changes

  • Improve Win32 message loop error handling and cleanup

1.0.2

06 Dec 00:37

Choose a tag to compare

Breaking changes

  • Rename AddTinyHotKeys to AddTinyHotKey to reflect the project name

Other changes

  • Add exception handling and logging to the message loop

Bug fixes

  • Fix crash caused by garbage collected WndProc delegate

1.0.1

05 Dec 21:06

Choose a tag to compare

Initial release, version 1.0.0 was built incorrectly.