mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
4.5 KiB
4.5 KiB
Changelog
[1.0.0-beta.1]
- Allow
dev_pathanddist_dirto be an array of root files and directories to embed. - Validate
tauri.conf.json > build > devPathandtauri.conf.json > build > distDirvalues. - Adds
file_drop_enabledflag onWindowConfig. - Hide
phfcrate export (not public API).
[1.0.0-beta.0]
- Breaking: The
assetsfield on thetauri::Contextstruct is now aArc<impl Assets>. - Reintroduce
cspinjection, configured ontauri.conf.json > tauri > security > csp. - Added the `#[non_exhaustive] attribute where appropriate.
- The
platform::resource_dirAPI now takes thePackageInfo.
[1.0.0-beta-rc.1]
- The package info APIs now checks the
packageobject ontauri.conf.json.
[1.0.0-beta-rc.0]
- The Tauri files are now read on the app space instead of the
tauricreate. Also, theAppBuilderbuildfunction now returns a Result. - Update all code files to have our license header.