Skip to content

Releases: hardcodet/wpf-notifyicon

Hardcodet.NotifyIcon.Wpf v2.0.1

16 Oct 21:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

NuGet Package: https://www.nuget.org/packages/Hardcodet.NotifyIcon.Wpf/2.0.1

Hardcodet.NotifyIcon.Wpf v2.0.0

07 Oct 15:53
Compare
Choose a tag to compare

What's Changed

  • Implement WM_ContextMenu by @AliveDevil in #53
  • Update README.md by @hardcodet in #54
  • Popup placement and offsets added by @MaksymSlota in #32
  • Fixed #75: Pick the correct size of the icon from a .ico file. by @devpelux in #76
  • Fixed #77, changed NIN_SELECT to trigger the mouse click event. by @devpelux in #78
  • Migrated the license to MIT by @Lakritzator in #84
  • Improve TaskbarIcon.Dispose by @jhinder in #93
  • Fix side-effect of Microsoft bringing back support for pre-Windows 11 custom tooltips by @AliveDevil in #96
  • ContextMenu is fired twice and ends up never showing up by @NPatch in #87
  • Improve icon selection to pick the best-fitting icon size from ICO files by @DarkPro1337 in #114
  • Add support for different types of ImageSource by @punker76 in #115
  • Remove netcoreapp3.1 and add net8.0 target framework by @punker76 in #116
  • Fix trayicon theme change by @punker76 in #117
  • Add BalloonClosed event for custom balloon by @punker76 in #118
  • Set focus to context menu to allow using esc when not focused by @punker76 in #119

New Contributors

Full Changelog: 1.1.0...2.0.0

NuGet Package: https://www.nuget.org/packages/Hardcodet.NotifyIcon.Wpf/2.0.0

Hardcodet.NotifyIcon.Wpf v1.1.0

27 Mar 11:48
Compare
Choose a tag to compare

As part of this release we had these issues closed.