v1.2.0
This release does have a breaking change with the shift tool. If you attempt to run v1.2.0 with a v1.1.0 config file, it will crash.
To fix this, you will need to either delete the config or edit it in a text editor and change every source_state_enabled
to state_enabled
The config file is located in your user config directory. Please see https://docs.rs/dirs/latest/dirs/fn.config_dir.html for your platforms config directory.
What's Changed
- [Shift Tool] receiver device status updates by @RavenX8 in #7
- Reopen device if error occurs on device by @RavenX8 in #9
- Code cleanup by @RavenX8 in #10
Full Changelog: v1.1.0...v1.2.0