Skip to content

Releases: leanflutter/window_manager

v0.5.0

Choose a tag to compare

@lijy91 lijy91 released this 29 May 12:38

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

Full Changelog: v0.4.3...v0.5.0

v0.4.3

Choose a tag to compare

@lijy91 lijy91 released this 06 Nov 13:54

What's Changed

New Contributors

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

v0.4.2

Choose a tag to compare

@lijy91 lijy91 released this 06 Nov 13:53

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

Choose a tag to compare

@lijy91 lijy91 released this 08 Aug 12:55

What's Changed

New Contributors

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

v0.3.9

Choose a tag to compare

@lijy91 lijy91 released this 18 May 04:06
  • 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

Choose a tag to compare

@lijy91 lijy91 released this 08 Oct 12:46
  • [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

Choose a tag to compare

@lijy91 lijy91 released this 27 Aug 14:14
  • [macos & windows] Fix incorrect centering when multi-screen
  • [windows] feat: restore Windows 7 support (#388)
  • [windows] Better fullscreen implementation (#367)

v0.3.5

Choose a tag to compare

@lijy91 lijy91 released this 01 Jul 05:05
  • [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

Choose a tag to compare

@lijy91 lijy91 released this 21 May 07:57
  • [macos] Fix blur and focus events when the MainFlutterWindow extends from NSPanel

v0.3.3

Choose a tag to compare

@lijy91 lijy91 released this 21 May 07:56
  • [macos] feat: setTitleBarStyle() restores window frame on Linux (#323)
  • [macos] Implement isVisibleOnAllWorkspaces & setVisibleOnAllWorkspaces methods