# Changelog ## \[4.5.7] - [`7e5013d`](https://www.github.com/tauri-apps/create-tauri-app/commit/7e5013d5a3c180ed74a66a284a3fb295220a86c5) ([#839](https://www.github.com/tauri-apps/create-tauri-app/pull/839) by [@lukechu10](https://www.github.com/tauri-apps/create-tauri-app/../../lukechu10)) Update `sycamore` template to `v0.9` ## \[4.5.6] - [`cfa3e41`](https://www.github.com/tauri-apps/create-tauri-app/commit/cfa3e41c3da289cbc7071577e4a2a16d8e6f41d7) Fix `--tauri-version 2` flag not working. ## \[4.5.5] - [`380bc07`](https://www.github.com/tauri-apps/create-tauri-app/commit/380bc0713b1f6ca2cdee96be22556011e34e86fc) ([#834](https://www.github.com/tauri-apps/create-tauri-app/pull/834) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Fix running `create-tauri-app` using deno. ## \[4.5.4] - [`80e0aa0`](https://www.github.com/tauri-apps/create-tauri-app/commit/80e0aa0ca3151b84d1a0acedf11a6660618898a8) ([#831](https://www.github.com/tauri-apps/create-tauri-app/pull/831) by [@PawsFunctions](https://www.github.com/tauri-apps/create-tauri-app/../../PawsFunctions)) Fixed false warning about missing dependencies, Deno and Bun. ## \[4.5.3] - [`48f8e48`](https://www.github.com/tauri-apps/create-tauri-app/commit/48f8e484f07a74c6965dc7347661340e8afe702b) ([#827](https://www.github.com/tauri-apps/create-tauri-app/pull/827) by [@Mef45](https://www.github.com/tauri-apps/create-tauri-app/../../Mef45)) Update `svelte` and `svelte-ts` templates to Svelte 5. ## \[4.5.2] - [`94f57bb`](https://www.github.com/tauri-apps/create-tauri-app/commit/94f57bb84d128702caef7262bba60adb86dbd8eb) ([#819](https://www.github.com/tauri-apps/create-tauri-app/pull/819) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Add support for using deno as package manager - [`da60f1a`](https://www.github.com/tauri-apps/create-tauri-app/commit/da60f1ae218bd9c221c7e0aa2ef9ac94955498a8) ([#817](https://www.github.com/tauri-apps/create-tauri-app/pull/817) by [@situ2001](https://www.github.com/tauri-apps/create-tauri-app/../../situ2001)) Pass `--release` to `dx` CLI in `beforeBuildCommand` for `dioxus` template to generate smaller and optimized wasm bundle. ## \[4.5.1] - [`caf8a6e`](https://www.github.com/tauri-apps/create-tauri-app/commit/caf8a6ed0189c6a5afe4522a3cb2e8db5aa30459) ([#806](https://www.github.com/tauri-apps/create-tauri-app/pull/806)) Fix incorrect version printed for installing `tauri-cli` command ## \[4.5.0] - [`1130b7b`](https://www.github.com/tauri-apps/create-tauri-app/commit/1130b7b3ad20fe094eb49815ac7a777ea08f0157) ([#806](https://www.github.com/tauri-apps/create-tauri-app/pull/806) by [@lucasfernog](https://www.github.com/tauri-apps/create-tauri-app/../../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). ## \[4.4.2] - [`c8d8fa8`](https://www.github.com/tauri-apps/create-tauri-app/commit/c8d8fa8c105416dbc74d3e0cfce6e602d5240b82) ([#797](https://www.github.com/tauri-apps/create-tauri-app/pull/797) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Suggest using `--locked` flag when installing CLIs using `cargo install` ## \[4.4.1] - [`9467547`](https://www.github.com/tauri-apps/create-tauri-app/commit/94675475f56db69ef3525b6d2e38aa9eecee3e62) ([#791](https://www.github.com/tauri-apps/create-tauri-app/pull/791) by [@AlexProgrammerDE](https://www.github.com/tauri-apps/create-tauri-app/../../AlexProgrammerDE)) Fix crate type. ## \[4.4.0] - [`27524c3`](https://www.github.com/tauri-apps/create-tauri-app/commit/27524c369210d5026d2e8620e0ad9b8fc030a010) ([#784](https://www.github.com/tauri-apps/create-tauri-app/pull/784) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Add `dioxus` template - [`81d776f`](https://www.github.com/tauri-apps/create-tauri-app/commit/81d776f882ab7eede3fe3da5d9f824e3067fa9a7) ([#770](https://www.github.com/tauri-apps/create-tauri-app/pull/770) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Include `$schema` property in `tauri.conf.json` file by default ## \[4.3.1] - [`d8e65fe`](https://www.github.com/tauri-apps/create-tauri-app/commit/d8e65fe9ae2aa8dac791e8f4a4e593cdddb8e254) ([#768](https://www.github.com/tauri-apps/create-tauri-app/pull/768) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Fix `--rc` angluar template invalid configuration ## \[4.3.0] - [`10163ee`](https://www.github.com/tauri-apps/create-tauri-app/commit/10163eeb7910fd205fbebe31e6f98b5f03ae2708) ([#759](https://www.github.com/tauri-apps/create-tauri-app/pull/759) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Fix `cargo install crate-tauri-app` with `--locked` flag. - [`10163ee`](https://www.github.com/tauri-apps/create-tauri-app/commit/10163eeb7910fd205fbebe31e6f98b5f03ae2708) ([#759](https://www.github.com/tauri-apps/create-tauri-app/pull/759) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Update MSRV of this crate to 1.71 ## \[4.2.0] - [`2e18467`](https://www.github.com/tauri-apps/create-tauri-app/commit/2e18467a4ceae0161ade568a434e9766f9d3e756) ([#751](https://www.github.com/tauri-apps/create-tauri-app/pull/751) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Changed default version in templates from `0.0.0` to `0.1.0` - [`441b0ba`](https://www.github.com/tauri-apps/create-tauri-app/commit/441b0ba54caf27fd1f8a2d9672715800cf41acb5) ([#752](https://www.github.com/tauri-apps/create-tauri-app/pull/752) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Add `--identifier` flag and prompt to choose the identifier of your app. ## \[4.1.0] - [`d34ff53`](https://www.github.com/tauri-apps/create-tauri-app/commit/d34ff53000954c45f1fcb8bcd4c416b252f9f6f2) ([#746](https://www.github.com/tauri-apps/create-tauri-app/pull/746) by [@lucasfernog](https://www.github.com/tauri-apps/create-tauri-app/../../lucasfernog)) Updated the templates to Tauri v2 RC. - [`26eb17d`](https://www.github.com/tauri-apps/create-tauri-app/commit/26eb17ddbc3a3aeb0909b444d213b637c223b765) ([#748](https://www.github.com/tauri-apps/create-tauri-app/pull/748) by [@lucasfernog](https://www.github.com/tauri-apps/create-tauri-app/../../lucasfernog)) Removed the `--mobile` and `--no-mobile` arguments. When using `--rc` we will always generate a template that supports both desktop and mobile using Tauri v2. ## \[4.0.3] - [`db2f4de`](https://www.github.com/tauri-apps/create-tauri-app/commit/db2f4de39a097a5a8fb7c62889c60fb056aae37a) Fix `blazor` template rendered `Home.razor` incorrectly. ## \[4.0.2] - [`2321bd4`](https://www.github.com/tauri-apps/create-tauri-app/commit/2321bd4d97e1b9a13108906fd723718f80c32af7) ([#734](https://www.github.com/tauri-apps/create-tauri-app/pull/734) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Fix `blazor` template `onsubmit` handler. ## \[4.0.1] - [`96dcd36`](https://www.github.com/tauri-apps/create-tauri-app/commit/96dcd36354a0c656d2ca439bd51e30660fb51235) ([#726](https://www.github.com/tauri-apps/create-tauri-app/pull/726)) Updated `vue-tsc` dependency in `vue-ts` template to fix issues with newer typescript versions. ## \[4.0.0] - [`11c26e1`](https://www.github.com/tauri-apps/create-tauri-app/commit/11c26e1fc331aa3cf5fa9ba94617bd5be5686ec5)([#271](https://www.github.com/tauri-apps/create-tauri-app/pull/271)) Replace Svelte templates with SvelteKit based on the community [request](https://discord.com/channels/616186924390023171/1232318266542915617/1239666162032181369). ## \[3.14.1] - [`29ea869`](https://www.github.com/tauri-apps/create-tauri-app/commit/29ea869972ef175578734076c828f38aac20e46d)([#705](https://www.github.com/tauri-apps/create-tauri-app/pull/705)) Fix `capabilities` directory not created when generating a template with mobile support. ## \[3.14.0] - [`4edb69f`](https://www.github.com/tauri-apps/create-tauri-app/commit/4edb69f8b79a8f03eb5d29772509fad68f28e904)([#656](https://www.github.com/tauri-apps/create-tauri-app/pull/656)) Add Blazor template - [`7000c6c`](https://www.github.com/tauri-apps/create-tauri-app/commit/7000c6ce2db33234169cc2b5f98264feb5e02351)([#687](https://www.github.com/tauri-apps/create-tauri-app/pull/687)) Fix `yew`, `leptos` and `sycamore` templates failing with latest versions of `trunk` CLI. ## \[3.13.17] - [`616a294`](https://www.github.com/tauri-apps/create-tauri-app/commit/616a294a9adaa5d7113961ba8af3bb85727e16c3)([#553](https://www.github.com/tauri-apps/create-tauri-app/pull/553)) Update `leptos` template to `v0.6` ## \[3.13.16] - [`7a851c8`](https://www.github.com/tauri-apps/create-tauri-app/commit/7a851c8733590ad268b5035eadb74f1d2536c2b5)([#647](https://www.github.com/tauri-apps/create-tauri-app/pull/647)) Ignore `gen/schemas` directory for `--beta` templates. - [`9f202d7`](https://www.github.com/tauri-apps/create-tauri-app/commit/9f202d7b8846b0023be541a7d6abe91c7c562530)([#649](https://www.github.com/tauri-apps/create-tauri-app/pull/649)) Add `console_error_panic_hook` to `yew`, `leptos` and `sycamore` templates. ## \[3.13.15] - [`c90a561`](https://www.github.com/tauri-apps/create-tauri-app/commit/c90a5614780eb2b4f0cd5b9ca3ce527bd02bd177)([#645](https://www.github.com/tauri-apps/create-tauri-app/pull/645)) Fix incorrect schema path in beta template's capability. ## \[3.13.14] - [`88680f1`](https://www.github.com/tauri-apps/create-tauri-app/commit/88680f14c19e2b23bd1f8847be0983a33642578b) Move `vite-env.d.ts` inside `src` directory for `solid-ts` template to fix a typescript error on importing `.svg`; ## \[3.13.13] - [`44df26b`](https://www.github.com/tauri-apps/create-tauri-app/commit/44df26b63561c50220af9421b6996be46f58d4ce) Fix `leptos` template has invalid dependency specifier in `Cargo.toml` ## \[3.13.12] - [`0881d1e`](https://www.github.com/tauri-apps/create-tauri-app/commit/0881d1e248f98e43f0ad25d0ac6d654a371061d1)([#635](https://www.github.com/tauri-apps/create-tauri-app/pull/635)) Removed the deprecated `serde-serialize` feature of `wasm-bindgen` in favor of `serde-wasm-bindgen` to prevent cyclic dependency issues. ## \[3.13.11] - [`209f0d7`](https://www.github.com/tauri-apps/create-tauri-app/commit/209f0d7bc32f40c635e11dd6f9588d1b0850cb12) Fix missing closing quote in the capability file in beta templates. ## \[3.13.10] - [`1458321`](https://www.github.com/tauri-apps/create-tauri-app/commit/14583219c7efff47c4cb20ed297a067d1dbf5a1a) Fix incorrect schema path in beta temaplate's capability. ## \[3.13.9] - [`4a2f33b`](https://www.github.com/tauri-apps/create-tauri-app/commit/4a2f33b0c29c9a79cc156abfde5de296578b3f50)([#628](https://www.github.com/tauri-apps/create-tauri-app/pull/628)) Add `--no-mobile` flag. - [`0574bd8`](https://www.github.com/tauri-apps/create-tauri-app/commit/0574bd824d22af48b63faffa81324723469f551d)([#627](https://www.github.com/tauri-apps/create-tauri-app/pull/627)) Generate tauri v2 beta tempaltes without default features in Cargo.toml as it is no longer needed. ## \[3.13.8] - [`66a0298`](https://www.github.com/tauri-apps/create-tauri-app/commit/66a0298f76d37452d85fe0e1d7171ed342a0dec1)([#621](https://www.github.com/tauri-apps/create-tauri-app/pull/621)) Fix `productName` incorrectly set when initializing a project in current directory ## \[3.13.7] - [`6fbdc50`](https://www.github.com/tauri-apps/create-tauri-app/commit/6fbdc50f199eabd948860a688e3294c31eab91c9)([#618](https://www.github.com/tauri-apps/create-tauri-app/pull/618)) Fixed `@tauri-apps/plugin-shell` version in generated templates. ## \[3.13.6] - [`766eb7e`](https://www.github.com/tauri-apps/create-tauri-app/commit/766eb7e01c557cec7be44c9bade07544aa825378)([#612](https://www.github.com/tauri-apps/create-tauri-app/pull/612)) Add crate-type `staticlib` to `Cargo.toml` for mobile builds. - [`28b301d`](https://www.github.com/tauri-apps/create-tauri-app/commit/28b301d1f586f5cfde492d2f60ae13a5bc127f91)([#614](https://www.github.com/tauri-apps/create-tauri-app/pull/614)) Change all templates to specify tauri crates and packages version as `^1` so it will always pull latest versions. ## \[3.13.5] - [`ff5bf7e`](https://www.github.com/tauri-apps/create-tauri-app/commit/ff5bf7e5d0a7157b09f7d499f096b601f22cf838)([#609](https://www.github.com/tauri-apps/create-tauri-app/pull/609)) Update `yew` template to `0.21` ## \[3.13.4] - [`683f2bb`](https://www.github.com/tauri-apps/create-tauri-app/commit/683f2bbfe038e9ff6c3a62f8729d7409ba3111a9)([#607](https://www.github.com/tauri-apps/create-tauri-app/pull/607)) Update `@vitejs/plugin-vue` version for `vue` and `vue-ts` templates. ## \[3.13.3] - [`f91ce78`](https://www.github.com/tauri-apps/create-tauri-app/commit/f91ce78498f4c337d54a30df4c6a2bc74fd10564)([#598](https://www.github.com/tauri-apps/create-tauri-app/pull/598)) Fix `vanilla` template generating an invalid `tauri.conf.json` file. ## \[3.13.2] - [`fe2e7a4`](https://www.github.com/tauri-apps/create-tauri-app/commit/fe2e7a421f1b626f134af62c093842b26ceee833)([#595](https://www.github.com/tauri-apps/create-tauri-app/pull/595)) Fixed an issue where `tauri.conf.json` was missing in projects with mobile support. ## \[3.13.1] - [`8b3624b`](https://www.github.com/tauri-apps/create-tauri-app/commit/8b3624b6e87c758c1ac1507acce5ed8b7a8b24b8)([#593](https://www.github.com/tauri-apps/create-tauri-app/pull/593)) Fix tauri v2 beta templates. ## \[3.13.0] - [`4dbdcc9`](https://www.github.com/tauri-apps/create-tauri-app/commit/4dbdcc97a34e53c81350acd8e3b2b72302a796de)([#589](https://www.github.com/tauri-apps/create-tauri-app/pull/589)) Updated the templates to Tauri v2 beta. ## \[3.12.2] - [`3e6e530`](https://www.github.com/tauri-apps/create-tauri-app/commit/3e6e53044e00cee37369e96826166bd575c77ba3)([#568](https://www.github.com/tauri-apps/create-tauri-app/pull/568)) Fix warnings in `leptos` template related to reactivity. ## \[3.12.1] - [`7cd8cf8`](https://www.github.com/tauri-apps/create-tauri-app/commit/7cd8cf8e71d44698adadfffa3615922e60a58c19)([#542](https://www.github.com/tauri-apps/create-tauri-app/pull/542)) Bump MSRV to `1.61` - [`6171792`](https://www.github.com/tauri-apps/create-tauri-app/commit/6171792b9641fc5210f4ca79842631e68e59b64e)([#561](https://www.github.com/tauri-apps/create-tauri-app/pull/561)) Upgrade `@vitejs/plugin-react` to `4.2.1` to fix peer depenency for react templates. ## \[3.12.0] - [`616a294`](https://www.github.com/tauri-apps/create-tauri-app/commit/616a294a9adaa5d7113961ba8af3bb85727e16c3)([#553](https://www.github.com/tauri-apps/create-tauri-app/pull/553)) Vite 5 in templates - [`4869b73`](https://www.github.com/tauri-apps/create-tauri-app/commit/4869b730af5679ae574319702ad2414b23299d01)([#558](https://www.github.com/tauri-apps/create-tauri-app/pull/558)) Adapt templates to `@tauri-apps/api@2.0.0-alpha.13` by changing the `primitives` import to `core`. ## \[3.11.4] - [`96cff24`](https://www.github.com/tauri-apps/create-tauri-app/commit/96cff24c4c86c633e3037cde916f125a12cc9fe0) Fix `--alpha` templates generating an incorrect `main.rs` that failed to compile. ## \[3.11.3] - [`af40cfc`](https://www.github.com/tauri-apps/create-tauri-app/commit/af40cfcba6477b7e6d5139a74dd7dee408c7810d) Add `-f/--force` flag to force creating directory even if it is empty. - [`0c40f2b`](https://www.github.com/tauri-apps/create-tauri-app/commit/0c40f2b2f1c81bd07915ba87232769a87100bb0a) Suggest installing `trunk` for `--alpha` templates instead of `amrbashir/trunk` fork as the new version contains all the need features from the fork. - [`d1978aa`](https://www.github.com/tauri-apps/create-tauri-app/commit/d1978aa2e92b6022ac04d1213a49de899d5f3abf) Fix detection of `tauri-cli` when choosing `cargo` as the package manager. ## \[3.11.2] - [`aae95d1`](https://www.github.com/tauri-apps/create-tauri-app/commit/aae95d1e48a198b14264dd124ba1172df58ef4ea)([#544](https://www.github.com/tauri-apps/create-tauri-app/pull/544)) Update `angular` template to Angluar 17 - [`aae95d1`](https://www.github.com/tauri-apps/create-tauri-app/commit/aae95d1e48a198b14264dd124ba1172df58ef4ea)([#544](https://www.github.com/tauri-apps/create-tauri-app/pull/544)) Update templates to latest tauri versions (1.5 and 2.0.0-alpha.18). - [`d2ceefc`](https://www.github.com/tauri-apps/create-tauri-app/commit/d2ceefcc4b9e5af1b0486a9e785e29def957c5e2)([#545](https://www.github.com/tauri-apps/create-tauri-app/pull/545)) Add `src-tauri` by default to vite server ignored watch list. ## \[3.11.1] - [`e1d1f88`](https://www.github.com/tauri-apps/create-tauri-app/commit/e1d1f8882a12acde242aa266374e0f6772bbf0d3)([#531](https://www.github.com/tauri-apps/create-tauri-app/pull/531)) Fix `angluar` template generated with a malformed `angluar.json` ## \[3.11.0] - [`c6153e2`](https://www.github.com/tauri-apps/create-tauri-app/commit/c6153e26eb7a2753f42497c28eaf402e4944107b)([#526](https://www.github.com/tauri-apps/create-tauri-app/pull/526)) Fix incorrect `beforeDevCommand` in `angluar` template when using `npm` as the package manager. - [`c5c0d99`](https://www.github.com/tauri-apps/create-tauri-app/commit/c5c0d9954c105f2ea09fb86749431d9ac37c3479)([#529](https://www.github.com/tauri-apps/create-tauri-app/pull/529)) Generate `tauri.conf.json > project > productName` using the "Project name", which can contain spaces and uppercase letters, instead of "Package name". - [`3ca02f5`](https://www.github.com/tauri-apps/create-tauri-app/commit/3ca02f58895338cdf95011c2fcefb2cdeab206d4)([#527](https://www.github.com/tauri-apps/create-tauri-app/pull/527)) Disallow using an uppercase in the package name. ## \[3.10.1] - [`8bf1fca`](https://www.github.com/tauri-apps/create-tauri-app/commit/8bf1fcae8aaccf091b64e8f1f8ec23ae66418cd3)([#519](https://www.github.com/tauri-apps/create-tauri-app/pull/519)) Fix an incorrect format in `src-tauri/Cargo.toml` when mobile feature enabled. ## \[3.10.0] - [`6c50fc3`](https://www.github.com/tauri-apps/create-tauri-app/commit/6c50fc38019f5284d78873750a3fcdd1d7835931)([#90](https://www.github.com/tauri-apps/create-tauri-app/pull/90)) Update tauri to latest version for all templates and fix `invoke` import in `--alpha` templates. ## \[3.9.0] - [`e867502`](https://www.github.com/tauri-apps/create-tauri-app/commit/e867502ed59c816e16bf457090e730b92333cafb)([#502](https://www.github.com/tauri-apps/create-tauri-app/pull/502)) Upgrade to leptos 0.5, serde-wasm-bindgen 0.6 and fixing some `cargo fmt` ## \[3.8.0] - [`f095dce`](https://www.github.com/tauri-apps/create-tauri-app/commit/f095dce22ba24cc2ef13b31491ae02d0162c01a8)([#498](https://www.github.com/tauri-apps/create-tauri-app/pull/498)) Update `@tauri-apps/api` to latest version for `--alpha` templates. - [`a962ef8`](https://www.github.com/tauri-apps/create-tauri-app/commit/a962ef868d1b86f44d124077ce52301873c52e41)([#481](https://www.github.com/tauri-apps/create-tauri-app/pull/481)) Support and detect Bun package manager - [`5e48a5c`](https://www.github.com/tauri-apps/create-tauri-app/commit/5e48a5c39fe356efa5734ae5c5ada00b8fabb339)([#486](https://www.github.com/tauri-apps/create-tauri-app/pull/486)) Auto-detect package manager used to run `create-tauri-app` and promote the most relevant category for it and select it and also make the package manager selected by default in the managers selection list. - [`724ff2b`](https://www.github.com/tauri-apps/create-tauri-app/commit/724ff2b134023f9818b3457da50ca6ef320fec93)([#485](https://www.github.com/tauri-apps/create-tauri-app/pull/485)) Skip deleting `.git` directory when initalizing a project in an already existing directoy. - [`f095dce`](https://www.github.com/tauri-apps/create-tauri-app/commit/f095dce22ba24cc2ef13b31491ae02d0162c01a8)([#498](https://www.github.com/tauri-apps/create-tauri-app/pull/498)) Update tauri versions for all templates to version `1.5`. ## \[3.7.3] - [`194d569`](https://www.github.com/tauri-apps/create-tauri-app/commit/194d569f6c192e0665cb0e5c5a6f66b7fb9ac8a3)([#478](https://www.github.com/tauri-apps/create-tauri-app/pull/478)) Fix running `create-tauri-app` in JS environments in strict mode. - [`3449afc`](https://www.github.com/tauri-apps/create-tauri-app/commit/3449afcc9c872d0d20a7751c25b47b9c602f2804)([#476](https://www.github.com/tauri-apps/create-tauri-app/pull/476)) Fix typescript error in `solid-ts` template when importing some non-standard files. - [`f7256ee`](https://www.github.com/tauri-apps/create-tauri-app/commit/f7256eecfedb3e786a342b574a0737b4ceb110e7)([#471](https://www.github.com/tauri-apps/create-tauri-app/pull/471)) Improve the error messages for unsupported package manager, unsupported template or when a supported template is used with a package manager that is not intended to be used with. ## \[3.7.2] - [`3ea6acf`](https://www.github.com/tauri-apps/create-tauri-app/commit/3ea6acf54b1f9517043121b0ce0bacf8910f175c) Cleanup the vite config file for all templates. ## \[3.7.1] - [`7b992e5`](https://www.github.com/tauri-apps/create-tauri-app/commit/7b992e544c6824dbf29d0fab38488e3b516142b1)([#367](https://www.github.com/tauri-apps/create-tauri-app/pull/367)) Update the dependencies for almost all templates. ## \[3.7.0] - [`a092565`](https://www.github.com/tauri-apps/create-tauri-app/commit/a09256550479e1d555b14d8fb0137454f974c6f2)([#455](https://www.github.com/tauri-apps/create-tauri-app/pull/455)) Adds `preact` and `preact-ts` templates. ## \[3.6.2] - [`701ab3b`](https://www.github.com/tauri-apps/create-tauri-app/commit/701ab3b5ec1dd62e246d96b33ff20527712612d4)([#447](https://www.github.com/tauri-apps/create-tauri-app/pull/447)) Fix build panic with newer minor versions of `rust-embed`. ## \[3.6.1] - [`ae9e141`](https://www.github.com/tauri-apps/create-tauri-app/commit/ae9e141c524fd749c57144a75b0ba161779d8222)([#441](https://www.github.com/tauri-apps/create-tauri-app/pull/441)) Fix crash when passing a flavored template like `vue-ts` to the CLI. ## \[3.6.0] - [`6579f38`](https://www.github.com/tauri-apps/create-tauri-app/commit/6579f38438fb4f1f4d5743dfe1ded55e45a5cbb6)([#437](https://www.github.com/tauri-apps/create-tauri-app/pull/437)) Update tauri to `1.4` ## \[3.5.0] - [`88944c8`](https://www.github.com/tauri-apps/create-tauri-app/commit/88944c8883d97812f1136ba9905a49b075ba4050)([#430](https://www.github.com/tauri-apps/create-tauri-app/pull/430)) Recursively clean the target directory if bootstrapping a template into a non-empty directory. - [`7d04484`](https://www.github.com/tauri-apps/create-tauri-app/commit/7d044845293e86c56103b068d32c2baa88bcaf64)([#421](https://www.github.com/tauri-apps/create-tauri-app/pull/421)) Print info to install `tauri-cli@2.0.0-alpha` if it wasn't detected and `--alpha` flag was passed. - [`9aeaca7`](https://www.github.com/tauri-apps/create-tauri-app/commit/9aeaca7aaf39f0b090ae09905f2890f54a8caff9)([#424](https://www.github.com/tauri-apps/create-tauri-app/pull/424)) Update `--alpha` templates for `tauri@2.0.0-alpha.9` - [`9aeaca7`](https://www.github.com/tauri-apps/create-tauri-app/commit/9aeaca7aaf39f0b090ae09905f2890f54a8caff9)([#424](https://www.github.com/tauri-apps/create-tauri-app/pull/424)) Update `vue`, `vue-ts`, `vanilla`, `vanilla-ts`, `solid`, `solid-ts`, `svelte`, and `svelte-ts` to use `