mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
3.8 KiB
3.8 KiB
Changelog
[2.3.3]
Dependencies
[2.3.2]
Dependencies
[2.3.1]
Performance Improvements
ee3cc4a91(#14475 by @Tunglies) perf: remove needless clones in various files for improved performance. No user facing changes.
[2.3.0]
Enhancements
f59bf9d53(#14337 by @FabianLars) Potentially breaking change: Export custom Error enum instead of using anyhow. The changes happened in https://github.com/tauri-apps/tauri/pull/14126.
[2.2.0]
New Features
a9ec12843(#13521 by @FabianLars) Added a--skip-staplingoption to maketauri build|bundlenot wait for notarization to finish on macOS.
[2.1.0]
Enhancements
d6520a21c(#12541 by @FabianLars) Updatedwryto 0.50,windowsto 0.60,webview2-comto 0.36, andobjc2to 0.6. This can be a breaking change if you use thewith_webviewAPI!
[2.0.1]
What's Changed
0ab2b3306(#11205 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7.
[2.0.0]
What's Changed
[0.1.1-rc.1]
Enhancements
f5d61822b(#11184 by @lucasfernog) AddedKeychain::with_certificate_fileandcertificate::generate_self_signed.
[0.1.1-rc.0]
Bug Fixes
1b0c447fc(#10654 by @lucasfernog) Fixes output not visible when running on Node.js via NAPI.
[0.1.0-beta.0]
New Features
7c7fa0964(#9963 by @lucasfernog) Initial release.