Releases: specta-rs/tauri-plugin-midi
Releases · specta-rs/tauri-plugin-midi
v0.1.4 - Fix Tauri breaking change
It looks like Tauri 2.7.0 had a breaking change, as the argument for js_init_script
changed from String
to impl Into<String>
in a minor release which has resulted in Tauri Plugin Midi failing to compile. This PR fixes it in a backwards compatible way.
v0.1.3 - Upgrade dependencies
:tada: Release 0.1.3 - update deps
v0.1.2 - Unique port ID's
We now identify ports by a unique ID instead of the name of the device as it can sometimes be duplicated.
v0.1.0
Break this plugin out of MacroGraph where @Brendonovich initially developed it and:
- Upgrade to Tauri v2
- Automatically inject the polyfill into the webview instead of using an npm package
- Drop Tokio dependency as it wasn't required (and Tauri's starter template doesn't come with it)