Skip to content

0.6.0

Compare
Choose a tag to compare
@deadprogram deadprogram released this 02 Oct 09:05
· 106 commits to release since this release
  • core
    • unify UUID16 creation for all platforms
    • Improve UUID (#107)
    • gap: stop advertising
    • advertising: add manufacturer data field to advertisement payload
  • linux
  • windows
    • add characteristic read, write and notify operations
    • add characteristic discovery
    • add service discovery
    • add device connection and disconnection
    • add winrt-go dependency and remove manually generated code
    • disable cache when reading characteristics
  • macos
    • update to tinygo-org fork of cbgo v0.0.4
    • use the same UUID format as expected by other standard
  • docs
    • update README with info on Windows support
  • build
    • add Github Action based CI build (#108)