Skip to content

Releases: bigmstone/scriptkeys

v0.2.3

11 Jan 01:01
d3dbcee

Choose a tag to compare

Release 0.2.3

Adds ability to reconnect to xKeys device if the device is disconnected
while scriptkeys is running.

v0.2.2

11 Jan 01:01

Choose a tag to compare

Helper Functions Broken

Fixing helper functions. These were broken becasue of the use of
`blocking_send` for tokio channels. Ultimately the lua functions are
executied within the async tokio context but the compiler has no way to
know this. So you can't use await inside a non-async function but
blocking inside the async context will fail. So you must spawn out a new
async task and await the async send for this to work properly.

v0.2.1

11 Jan 01:00
acd8942

Choose a tag to compare

Merge pull request #10 from bigmstone/issue-9/first-mapping

Fix Loading only first Mapping

v0.2.0

11 Jan 01:00

Choose a tag to compare

Updating to 0.2.0

Updating Cargo.toml to 0.2.0 to get read to push new version.

v0.1.0

22 Jun 03:21
ef692b4

Choose a tag to compare

Fist release of ScriptKeys with end to end functionality.