Releases: specta-rs/tauri-plugin-midi
Releases · specta-rs/tauri-plugin-midi
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)