Releases: hardcodet/wpf-notifyicon
Releases · hardcodet/wpf-notifyicon
Hardcodet.NotifyIcon.Wpf v2.0.1
What's Changed
- Fix context menu position acording to dpi setting by @GastonSg in #121
- Fix double execution of LeftClickCommand by @DarkPro1337 in #120
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
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
- @AliveDevil made their first contribution in #53
- @hardcodet made their first contribution in #54
- @MaksymSlota made their first contribution in #32
- @devpelux made their first contribution in #76
- @jhinder made their first contribution in #93
- @NPatch made their first contribution in #87
- @DarkPro1337 made their first contribution in #114
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
As part of this release we had these issues closed.