mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-23 11:36:13 +02:00
28f5c33d65
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
4.9 KiB
4.9 KiB
Changelog
[2.2.3]
406e6f48(#2323 by @FabianLars) Fixed an issue that caused build failures when thehapticsorgeolocationplugin was used without theirspectafeature flag enabled.
[2.2.2]
c9c13a0f(#2316 by @FabianLars) Breaking change:spectaintegration is now behind aspectafeature flag like in Tauri.c9c13a0f(#2316 by @FabianLars) Unlock and widenspectaversion range to match Tauri. No API changes.
[2.2.1]
fb67ab2b(#2281 by @FabianLars) Addedspecta-utilto fix a "dependency not found" compilation error.
[2.2.0]
3a79266b(#2173 by @FabianLars) Bumped all plugins tov2.2.0. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.
[2.0.1]
a1a82208(#1873 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7.
[2.0.0]
e2c4dfb6Update to tauri v2 stable release.
[2.0.0-rc.2]
60765694(#1773 by @lucasfernog) Update API to match other plugins.
[2.0.0-rc.1]
e2e97db5(#1701 by @lucasfernog) UsePermissionStatefrom thetauricrate, which now also includes a "prompt with rationale" variant for Android (returned when your app must explain to the user why it needs the permission).e2e97db5(#1701 by @lucasfernog) Update to tauri 2.0.0-rc.8
[2.0.0-rc.2]
b9147758(#1679 by @lucasfernog) Explicitly set a minimum macOS version for the Swift package.
[2.0.0-rc.1]
5d170a54(#1671 by @lucasfernog) Update to tauri 2.0.0-rc.3.
changes
6b079cfd(#1649 by @ahqsoftwares) Remove targetSdk from build.kts files as it is deprecated and will be removed from DSL v9.0