Releases: marticliment/win32mica
Releases · marticliment/win32mica
Win32mica 3.0
- Rebased the whole code to make it clearer and more readable
- Added the ability to set the Alt mica effect (thanks to @littlewhitecloud)
- The callback function will now pass an argument referring to the new theme
Win32mica 2.0
- Added a new theme: MicaMode.Auto
- This mode will toggle the background theme automatically depending on the system preferences.
- Added a callback function for when the theme changes
- Fixed a crash due to mismatched parameters
Win32mica 1.9
Prevent background from switching to light mode when System Theme changes from Dark mode to Light mode.
Win32mica 1.8
- Immersive dark mode will be applied (if the
ColorMode
passed equalsMICAMODE.DARK
) on Windows 10 systems too
Win32mica 1.7
- Fixed an issue that would cause crashes when passing tkinter HWNDs (#10)
Win32mica 1.6
- Fixed an issue that would prevent dark mode windows from switching to light mode
Win32mica 1.5
- Improved debugging process
- Added a flag to enable printing debug info in stdout
- Added examples for Tkinter and Pyside2
- Fixed DwmExtendFrameIntoClientArea method
- Other improvements
Win32mica 1.4
This update doesn't include anything new, it is meant to test github actions publishing system
Win32mica 1.3
Win32mica 1.3
First github release