3a79266b
(#2173 by @FabianLars) Bumped all plugins tov2.2.0
. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.
a1a82208
(#1873 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7.
e2c4dfb6
Update to tauri v2 stable release.
e2e97db5
(#1701 by @lucasfernog) Update to tauri 2.0.0-rc.8
9887d1
Update to tauri RC.
99d6ac0f
(#1606 by @FabianLars) The JS packages now specify the minimum@tauri-apps/api
version instead of a single exact version.6de87966
(#1597 by @Legend-Master) Update to tauri beta.25.
40ef9a81
(#1514 by @fynntang) Changed:platform
,arch
,type
,family
,version
andexe_extension
functions in the documentation examples to better reflect that these functions are synchronous.22a17980
(#1537 by @lucasfernog) Update to tauri beta.24.
0959fe37
(#1353 by @amrbashir) Breaking Changedplatform
,arch
,type
,family
,version
andexe_extension
functions to be sync.76daee7a
(#1512 by @renovate) Update to tauri beta.23.
a04ea2f
(#1071) The global API script is now only added to the binary when thewithGlobalTauri
config is true.
569defb
Update to tauri beta.4.
387c2f9
(#802) Update to @tauri-apps/api v2.0.0-alpha.12.fc62ead
(#721) FixUncaught TypeError: Cannot read properties of undefined (reading 'os')
-
1091d6d
(#419) The os plugin is recieving a few changes to improve consistency and add new features:- Renamed
Kind
enum toOsType
andkind()
function toos_type()
. - Added
family()
,exe_extension()
, andhostname()
functions and their equivalents for JS. - Removed
tempdir()
function and its equivalent on JS, usestd::env::temp_dir
instead oftemp_dir
fromtauri::path::PathResolver::temp_dir
andpath.tempDir
on JS. - Modified
platform()
implementation to returnwindows
instead ofwin32
andmacos
instead ofdarwin
to align with Rust'sstd::env::consts::OS
EOL
const in JS has been modified into a functioneol()
fix import issues in frameworks likenext.js
- Renamed