Release 1.2.6
Like every previous release, this one introduces a number of changes that require a code update.
What's new?
- The Demo app has been rewritten from scratch.
- Fixed and made some changes to all controls responsible for navigation.
- The structure of the project has been rebuilt.
- Introduced top-file namespaces with C# 10.
- Organization of
Interop
andWin32
directories. Borrowed some code from the WPF repository. - Compatibility check for Mica disabled. It should now work for both Light and Dark regardless of the system theme.
ProgressRing
animations have been improved.- Rewritten everything related to
NotifyIcon
andTray
. Snackbar
now has an Appearance attribute.TitleBar
now has a Header parameter. It allows you to set custom content.- Several bugs with
ContextMenu
have been fixed.
What's Changed
- Added CanMaximize property to Titlebar by @JannesStroehlein in #115
- Fix raise max button before releases the mouse when use snap. by @wherewhere in #119
- Bump nuget/setup-nuget from 1.0.5 to 1.0.6 by @dependabot in #126
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #128
- Fix Acrylic Background by @U-C-S in #140
- Update CI [skip ci] by @pomianowski in #156
- Bump version again [skip ci] by @pomianowski in #158
- Skip checking prereleases by @pomianowski in #159
New Contributors
- @JannesStroehlein made their first contribution in #115
- @wherewhere made their first contribution in #119
- @U-C-S made their first contribution in #140
Full Changelog: 1.2.2...1.2.6