Skip to content

Latest commit

 

History

History
141 lines (73 loc) · 9.9 KB

CHANGELOG.md

File metadata and controls

141 lines (73 loc) · 9.9 KB

Changelog

[2.2.0]

  • 3a79266b (#2173 by @FabianLars) Bumped all plugins to v2.2.0. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.

[2.0.2]

  • cfb3ec0e (#2007 by @FabianLars) On macOS the plugin now (temporarily) ignores the maximized state for undecorated windows on resize events to fix app freezes.

[2.0.1]

[2.0.0]

  • e2c4dfb6 Update to tauri v2 stable release.

[2.0.0-rc.5]

[2.0.0-rc.4]

  • 204e5aac (#1743) Fix can't restore a minimized window's size and position properly

breaking

  • 204e5aac (#1743) Window's size is now stored in physical size instead of logical size

[2.0.0-rc.3]

[2.0.0-rc.1]

[2.0.0-rc.1]

  • 2c00c029 (#1630 by @FabianLars) Fixed an issue that caused multi-word IIFE names to not be formatted correctly. For example the barcode-scanner was defined as window.__TAURI_PLUGIN_CLIPBOARDMANAGER__ instead of window.__TAURI_PLUGIN_CLIPBOARD_MANAGER__.

[2.0.0-rc.0]

[2.0.0-beta.9]

[2.0.0-beta.8]

[2.0.0-beta.7]

[2.0.0-beta.6]

[2.0.0-beta.5]

[2.0.0-beta.7]

[2.0.0-beta.4]

[2.0.0-beta.3]

  • 0e9541f(#1138) Add Builder::with_filename to support using a custom filename. Also add AppHandleExt::file_name and a similar function in JS, to retrieve it later.

[2.0.0-beta.4]

  • c013fa5(#1078) Breaking change: Changed the format of the state file from bincode to json. Also changed the filename to from .window-state to .window-state.json.

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

[2.0.0-beta.2]

[2.0.0-beta.1]

[2.0.0-beta.0]

  • d198c01(#862) Update to tauri beta.

  • 14f59615 Address a couple of issues with restoring positions:

    • Fix restoring window positions correctly when the top-left corner of the window was outside of the monitor.
    • Fix restore maximization state only maximized on main monitor.

[2.0.0-alpha.5]

  • 387c2f9(#802) Update to @tauri-apps/api v2.0.0-alpha.13.

[2.0.0-alpha.4]

  • 387c2f9(#802) Update to @tauri-apps/api v2.0.0-alpha.12.

[2.0.0-alpha.3]

  • e438e0a(#676) Update to @tauri-apps/api v2.0.0-alpha.11.

[2.0.0-alpha.2]

  • 5c13736(#673) Update to @tauri-apps/api v2.0.0-alpha.9.
  • beb6b13(#675) Fix usage of no longer available __TAURI_METADATA__ API.

[2.0.0-alpha.2]

[2.0.0-alpha.1]

  • d74fc0a(#555) Update to alpha.11.
  • 84b3612(#436) Correctly propagate the promise inside saveWindowState, restoreState and restoreStateCurrent so callers can choose to await them.

[2.0.0-alpha.0]

[0.1.1]

  • Address a couple of issues with restoring positions:

  • Fix restoring window positions correctly when the top-left corner of the window was outside of the monitor.

  • Fix restore maximization state only maximized on main monitor.