mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-05 09:52:50 +03:00
7c7a0777ca
* apply version updates * fix metadata.json [skip ci] Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
3.1 KiB
3.1 KiB
Changelog
[1.0.0-beta.0]
- Breaking: The
assets
field on thetauri::Context
struct is now aArc<impl Assets>
. - Reintroduce
csp
injection, configured ontauri.conf.json > tauri > security > csp
. - Added the `#[non_exhaustive] attribute where appropriate.
- The
platform::resource_dir
API now takes thePackageInfo
.
[1.0.0-beta-rc.1]
- The package info APIs now checks the
package
object ontauri.conf.json
.
[1.0.0-beta-rc.0]
- The Tauri files are now read on the app space instead of the
tauri
create. Also, theAppBuilder
build
function now returns a Result. - Update all code files to have our license header.