Releases: leanflutter/window_manager
Releases · leanflutter/window_manager
v0.5.0
What's Changed
- Fixed Eyes Care app link (Update README.md) by @M97Chahboun in #509
- Initialize window_hints to fix minimum size setting in release mode by @viseztrance in #510
- [Windows] Use frameless window to implement fullscreen by @YuiHrsw in #531
- Fix crash when using window_manager by multiwin on windows platform by @uppet in #546
- Add getWindowHandle by @copywith9 in #548
New Contributors
- @viseztrance made their first contribution in #510
- @YuiHrsw made their first contribution in #531
- @uppet made their first contribution in #546
- @copywith9 made their first contribution in #548
Full Changelog: v0.4.3...v0.5.0
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)