Skip to content

v2.0.0-rc.12 - New syntax

Pre-release
Pre-release
Compare
Choose a tag to compare
@oscartbeaumont oscartbeaumont released this 01 Aug 13:38
· 46 commits to main since this release

Changes:

  • Support for the latest Tauri (=2.0.0-beta.25) and Specta (=2.0.0-rc.18)
  • Completly new builder syntax. Refer to docs for how to upgrade your project.
  • Expemental support for Tauri Channel behind the UNSTABLE_channels feature (waiting on #10435 for stabilization.
  • Convert collect_commands from a proc macro to a macro_rules
  • The tauri_specta::Event macro now requires the derive feature to be enabled.