mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* apply version updates * remove cli.rs and cli.js bump Co-authored-by: jbolda <jbolda@users.noreply.github.com> Co-authored-by: Jacob Bolda <me@jacobbolda.com>
6.9 KiB
6.9 KiB
Changelog
[1.0.0-beta-rc.2]
- Add missing camelcase rename for config
- Fix
tauri info - Properly detect
yarnandnpmversions on windows. - Fix a panic caused by a wrong field name in
metadata.json - 71666e9 fix(cli.rs): fix panic & use
cmdto runyarn&npmon windows (#1511) on 2021-04-17 - Sync
metadata.jsonvia script to update version reference to cli.js, tauri (core) and tauri-build.
[1.0.0-beta-rc.1]
- Missing the
filesproperty in the package.json which mean that thedistdirectory was not published and used.
[1.0.0-beta-rc.0]
- You can now run
cargo tauri build -t noneto speed up the build if you don't need executables. - The
devandbuildpipeline is now written in Rust. - Run
beforeDevCommandandbeforeBuildCommandin a shell. - Fixes
<a target="_blank">polyfill. - Update all code files to have our license header.
- Adds
productNameandversionconfigs ontauri.conf.json > package. - The
infocommand was rewritten in Rust. - The
initcommand was rewritten in Rust. - All the arguments passed after
tauri dev --are now propagated to the binary. - Alpha version of tauri-updater. Please refer to the
READMEfor more details.