Skip to content

Releases: specta-rs/tauri-plugin-midi

v0.1.3 - Upgrade dependencies

28 Jan 03:47
Compare
Choose a tag to compare
:tada: Release 0.1.3 - update deps

v0.1.2 - Unique port ID's

25 Nov 08:32
fa27be2
Compare
Choose a tag to compare

We now identify ports by a unique ID instead of the name of the device as it can sometimes be duplicated.

v0.1.0

02 Oct 01:54
Compare
Choose a tag to compare

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)