Skip to content

Latest commit

 

History

History
126 lines (80 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

126 lines (80 loc) · 11.4 KB

Changelog

[2.0.0-rc.0]

[2.0.0-beta.8]

[2.0.0-beta.7]

[2.0.0-beta.6]

[2.0.0-beta.5]

[2.0.0-beta.4]

[2.0.0-beta.3]

[2.0.0-beta.6]

  • b115fd22(#1221) Fixes an issue that caused the app to freeze when the dialog, fs, and persisted-scope plugins were used together.

[2.0.0-beta.5]

  • bb51a41(#1168) Breaking Change: All apis that return paths to the frontend will now remove the \\?\ UNC prefix on Windows.
  • e3d41f4(#1191) Internally use the webview scoped resources table instead of the app one, so other webviews can't access other webviews resources.
  • e3d41f4(#1191) Update for tauri 2.0.0-beta.15.

[2.0.0-beta.4]

  • 9c2fb93 Enhance the scope type to also allow a plain string representing the path to allow or deny.
  • 772f2bc(#1136) Update for tauri 2.0.0-beta.14.

[2.0.0-beta.3]

  • cb96aa0(#1082) Fixes watch and watchImmediate which previously ignored the baseDir parameter.
  • 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]

[2.0.0-alpha.6]

  • 85f8419(#848) Fix DebouncedEvent type to correctly represent the actual type.
  • c601230(#847) Add createNew option for writeFile and writeTextFile to create the file if doesn't exist and fail if it does.
  • c601230(#847) Truncate files when using writeFile and writeTextFile with append: false.
  • 2e2fc8d(#857) Fix invalid args id for command unwatch error when trying to unwatch a previously watched file or directory.
  • c601230(#847) Fix panic when using writeFile or writeTextFile without passing an option object.

[2.0.0-alpha.5]

  • 387c2f9(#802) Update to @tauri-apps/api v2.0.0-alpha.13.
  • 69a1fa0(#751) The fs plugin received a major overhaul to add new APIs and changed existing APIs to be closer to Node.js and Deno APIs.

[2.0.0-alpha.4]

  • 387c2f9(#802) Update to @tauri-apps/api v2.0.0-alpha.12.
  • 88d260d(#744) Add second argument to exists function to specify base directory.

[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.

[2.0.0-alpha.2]

[2.0.0-alpha.1]

  • 0bba693(#454) Fix writeBinaryFile crashing with command 'write_binary_file' not found
  • d74fc0a(#555) Update to alpha.11.

[2.0.0-alpha.0]

  • 717ae67(#371) First v2 alpha release! /pull/454)) Fix writeBinaryFile crashing with command 'write_binary_file' not found
  • d74fc0a(#555) Update to alpha.11.

[2.0.0-alpha.0]