Releases: leanflutter/window_manager
Releases · leanflutter/window_manager
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
v0.3.1
v0.3.0
- Add integration test (#275)
- [windows] add show and hide events (#274)
- [linux] clean up state tracking (#273)
- Add missing future return values (#272)
- [linux] implement minimizable & maximizable (#270)
- [linux] fix getTitle() crash when null (#269)
- [linux] fix on_window_show and on_window_hide signatures (#268)