Releases: Aldaviva/DarkNet
Releases · Aldaviva/DarkNet
2.3.0
2.2.0
- Added
IDarkNet.EffectiveCurrentProcessThemeIsDark
property so you can tell which theme is actually being rendered when you useTheme.Auto
. - Added
IDarkNet.EffectiveCurrentProcessThemeIsDarkChanged
event so you can tell when the user updated their default app mode in Settings › Personalization › Color. - Added
SkinManager
class 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
Auto
theme so the window can inherit its theme from the process (if set) or the OS user account - Automatically re-render if you chose the
Auto
theme 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
SetCurrentProcessTheme
first is now optional instead of mandatory
1.0.0
Initial release. Downloads on NuGet.