Skip to content

Release v0.58.6-maxinzoneDll

Pre-release
Pre-release
Compare
Choose a tag to compare
@peddamat peddamat released this 09 Jun 23:19
· 11 commits to peddamat/maxInZoneDLL since this release

EDIT: Please try the updated release here: https://github.com/peddamat/PowerToys/releases/tag/v0.58.7-maxinzoneDll

Notes
After a window has been added to a zone:

  • If it does not already fill the zone, triggering a maximize event (clicking the maximize button or double-clicking the titlebar) will resize it to fit the zone.

  • If the window already fills the zone, triggering a maximize event will convince the window that it is actually maximized (removing one-pixel border, changing maximize button to a restore button, etc).

    • Once in this state, "full screen" events will work, but occur within the zone region.
      Some applications, such as Chrome and Brave, have minor quirks in their titlebars in the fake maximized state.
  • Hold down Shift to override.

Changes

  • Fixed major memory leak.
  • Fixed titlebar styling issue when restoring a previously maximized window.