Skip to content

Releases: leanflutter/window_manager

v0.4.3

06 Nov 13:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

06 Nov 13:53
Compare
Choose a tag to compare

What's Changed

  • fix: win, adjustNCCALCSIZE with monitor coords by @fufesou in #482
  • Update window_manager_plugin.cpp for fix 439 issue by @alevlako in #486

New Contributors

Full Changelog: v0.4.0...v0.4.2

v0.4.0

08 Aug 12:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.9...v0.4.0

v0.3.9

18 May 04:06
Compare
Choose a tag to compare
  • fix(windows): fix TitleBar buttons does not display correctly #415
  • fix(windows): crash after deconstruction #423
  • fix(windows): WindowManager.IsFocused() method (#461)

v0.3.7

08 Oct 12:46
Compare
Choose a tag to compare
  • [windows] Wrong window position in fullscreen mode with external monitor #405
  • [windows] fix: incorrect window size before/after setTitleBarStyle #401
  • [windows] Fix #389 setAsFrameless on titleBarStyle.normal #400

v0.3.6

27 Aug 14:14
Compare
Choose a tag to compare
  • [macos & windows] Fix incorrect centering when multi-screen
  • [windows] feat: restore Windows 7 support (#388)
  • [windows] Better fullscreen implementation (#367)

v0.3.5

01 Jul 05:05
Compare
Choose a tag to compare
  • [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

21 May 07:57
Compare
Choose a tag to compare
  • [macos] Fix blur and focus events when the MainFlutterWindow extends from NSPanel

v0.3.3

21 May 07:56
Compare
Choose a tag to compare
  • [macos] feat: setTitleBarStyle() restores window frame on Linux (#323)
  • [macos] Implement isVisibleOnAllWorkspaces & setVisibleOnAllWorkspaces methods

v0.3.2

08 Apr 10:50
Compare
Choose a tag to compare
  • [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