Files
github-actions[bot] 903361100c Publish New Versions (v2) (#589)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-09-07 00:23:17 -03:00

2.8 KiB

Changelog

[2.0.0-alpha.2]

  • 4e2cef9(#593) Update to alpha.12.
  • 70e535a(#590) On macOS, fixed tapping on custom title bar doesn't maximize the window.

[2.0.0-alpha.1]

  • d74fc0a(#555) Update to alpha.11.

  • 2fc420b(#418) Add incognito window configuration option

  • 84133b5(#426) The window plugin is recieving a few changes to improve consistency and add new features:

    • Removed appWindow variable from JS module, use getCurrent or Window.getCurrent.
    • Removed WindowManager, WebviewWindow and WebviewHandle types and merged them into one Window type that matches the name of the rust window type.
    • Added Window.getCurrent and Window.getAll which is a convenient method for getCurrent and getAll functions.
  • c8c3191(#392) Added the setEffects and clearEffects API.

feat

  • a79d6d9(#406) Added the maximizable, minimizable and closable fields on WindowOptions.
  • a79d6d9(#406) Added the setMaximizable, setMinimizable, setClosable, isMaximizable, isMinimizable and isClosable methods.
  • 83abea3(#407) Add WebviewWindow.is_focused and WebviewWindow.getFocusedWindow getters.

[2.0.0-alpha.0]