Releases: Aldaviva/DarkNet
Releases · Aldaviva/DarkNet
2.3.0
2.2.0
- Added
IDarkNet.EffectiveCurrentProcessThemeIsDarkproperty so you can tell which theme is actually being rendered when you useTheme.Auto. - Added
IDarkNet.EffectiveCurrentProcessThemeIsDarkChangedevent so you can tell when the user updated their default app mode in Settings › Personalization › Color. - Added
SkinManagerclass to help you swap between your WPF resource dictionaries when the effective process theme changes. Bring your own resource dictionaries.
2.1.1
2.1.0
2.0.1
2.0.0
- Redesigned API to be better organized
- Added
Autotheme so the window can inherit its theme from the process (if set) or the OS user account - Automatically re-render if you chose the
Autotheme and the user changed their OS account app theme preference - Only one package now (
DarkNet), instead of being split into two for WPF and Windows Forms - Calling
SetCurrentProcessThemefirst is now optional instead of mandatory
1.0.0
Initial release. Downloads on NuGet.