Skip to content

0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 22:01
· 479 commits to main since this release
3d6ca41
  • Remove dependency on native-mt version of Coroutines (#134, #140)
  • Replace usages of deprecated sendBlocking with trySendBlocking (#138)

🏗️ New Features

  • JavaScript IR Support (#126), special thanks to @KVelasco for contributing and testing

🐛 Bug Fixes

  • Handle peripheral initiated MTU changes (#135), thanks to @mediaController for reporting the issue
  • Handle bluetooth adapter state changes (#133, #137), special thanks to @cedrickcooke for contributing and @wrsx for reporting/testing

Note: -native-mt Coroutines is no longer configured as a transitive dependency. If you are using Kable on Native (e.g. Apple) targets, please update your Gradle configuration accordingly; refer to updated example configuration in README for guidance.