tauri-cli@2.0.0-beta.21
New Features
Enhancements
f44a2ec47
(#10030) Enhance the plugin template to includepermissions/default.toml
and default capabilities file for the example application.
Bug Fixes
019a74e97
(#9931) Fix wrong migration ofclipboard
andglobalShortcut
modules27838365a
(#10135) Fix parsing of cargo profile when using--profile=<profile>
syntax.79542f4d4
(#10039) Fixed an issue that preventedtauri icon
from rendering<text>
nodes in SVG files.40c0f44e1
(#9971) Changed the deployment target of plugin iOS Xcode project to 13.0 so it works on older iOS releases.f56cdc9e3
(#10016) Add missing dependencylibayatana-appindicator3.so.1
for rpm package.1601da5b5
(#10114) Removed alpha channel from default icons in iOS template to comply with Apple’s human interface guideline (https://developer.apple.com/design/human-interface-guidelines/app-icons), because transparent icons with alpha channel are not allowed, and will be rejected upon upload to Apple appstore.
What’s Changed
Dependencies
- Upgraded to
tauri-bundler@2.0.1-beta.17
- Upgraded to
tauri-utils@2.0.0-beta.18
f955f7b49
(#9929) Switch fromdirs_next
todirs
asdirs_next
is now unmaintained whiledirs
is
Breaking Changes
© 2024 Tauri Contributors. CC-BY / MIT