Releases: littlewhitecloud/win32material
Releases · littlewhitecloud/win32material
Release v1.0.7
What's Changed
- fix: 将
OSError
修改为ImportError
by @Xiaokang2022 in #8 - Upload by @littlewhitecloud in #9
New Contributors
- @Xiaokang2022 made their first contribution in #8
Full Changelog: v1.0.6...v1.0.7
Release v1.0.6 - Pure Python
Release v1.0.5 - Rename
Full Changelog: v1.0.4...v1.0.5
Release 1.0.4 - Improve a lot
What's Changed
- Cleanup by @littlewhitecloud in #2
New Contributors
- @littlewhitecloud made their first contribution in #2
Full Changelog: v1.0.3...v1.0.4
Release v1.0.3 - More stuff
In this release, I add more functions:
SetBorderType
ChangeTitlebarColor
ChangeTitleColor
ChangeBorderColor
And a new class
BORDERTYPE
ChangeTitlebarColor(hwnd, "#111111")
ChangeBorderColor(hwnd, "#114514")
ChangeTitleColor(hwnd, "#745616")
SetBorderType(hwnd, BORDERTYPE.RECTANGULAR)
SetBorderType(hwnd, BORDERTYPE.ROUND)
SetBorderType(hwnd, BORDERTYPE.SMALLROUND)
Full Changelog: v1.0.0...v1.0.3
Release v1.0.0 - First version
Added acrylic, blur and mica (also mica alt) effect.
Full Changelog: https://github.com/littlewhitecloud/win32material/commits/v1.0.0