create-tauri
Advanced tools
Changelog
[4.5.8]
82413b9
(#854 by @amrbashir) Use tauri-plugin-opener
instead of tauri-plugin-shell
in templatesChangelog
[4.5.7]
7e5013d
(#839 by @lukechu10) Update sycamore
template to v0.9
Changelog
[4.5.5]
380bc07
(#834 by @amrbashir) Fix running create-tauri-app
using deno.Changelog
[4.5.4]
80e0aa0
(#831 by @PawsFunctions) Fixed false warning about missing dependencies, Deno and Bun.Changelog
[4.5.0]
1130b7b
(#806 by @lucasfernog) Update to v2 stable, meaning the --alpha
, --beta
, --rc
flags are removed, and added a --tauri-version [1|2]
option to change the Tauri version (defaults to latest stable - v2).Changelog
[4.4.2]
c8d8fa8
(#797 by @amrbashir) Suggest using --locked
flag when installing CLIs using cargo install