Releases: leanflutter/window_manager
Releases · leanflutter/window_manager
v0.4.3
What's Changed
- Added EyesCare app to who using package by @M97Chahboun in #494
- fix: get window monitor from minimized state by @fufesou in #495
- fix: scale ratio on dpi change by @letrungdo in #496
New Contributors
- @M97Chahboun made their first contribution in #494
- @letrungdo made their first contribution in #496
Full Changelog: v0.4.2...v0.4.3
v0.4.2
v0.4.0
What's Changed
- Add UniControlHub to readme by @rohitsangwan01 in #473
- fix: windows, window size, fullscree & maximized by @fufesou in #477
- chore: Remove the deprecated isBezeled property by @lijy91 in #468
- chore: Use custom paint icons to replace png icons by @lijy91 in #467
New Contributors
- @rohitsangwan01 made their first contribution in #473
- @fufesou made their first contribution in #477
- @lijy91 made their first contribution in #468
Full Changelog: v0.3.9...v0.4.0
v0.3.9
v0.3.7
v0.3.6
v0.3.5
- [macos] fixes setMinimumSize and setMaximumSize (#341)
- [windows] Remove app cut at the bottom and force refresh when back from fullscreen (#359), Fixes #311, #266, #228, #355, #237
- [linux] fix: on-close event handler not be triggered on flutter >= 3.10 (#343)
- [linux] feat: Dock Window to Screen like Taskbar (#347)
v0.3.4
v0.3.3
v0.3.2
- [macos] Feature to set labeled badge on taskbar aka dock (#305)
- [linux] remove the margins of the window frame (#318)
- Add AlwaysOnBottom support for Windows (#306)
- [Windows] make setMinimum/MaximumSize() dpi change awareable (#231)
- remove frameless on set title bar style on macos (#240)
- chore: Add windowButtonVisibility to WindowOptions