+* **Native window management controls restored** — the macOS Window menu now includes the full set of standard window-management items (Fill, Center, Move & Resize with Halves/Quarters/Arrange submenus, Full Screen Tile, Bring All to Front) that were absent after the Electron → Tauri rewrite. The green traffic-light button also gains its tiling popup (arrange left/right/center). Both are enabled by setting `NSWindowCollectionBehaviorManaged` on the underlying `NSWindow` and registering the Window menu with `NSApplication.setWindowsMenu:` at startup.
0 commit comments