Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@Snoupix Snoupix released this 18 Nov 16:39
· 47 commits to main since this release

Changelog

[v0.1.0] - 2024-11-18

Changed

  • [lib] Breaking changes:

    • Bluetooth get_device(s) and search_devices_by_name will now return exclusively HueDevice variant since it's only supposed to be used server side
    • HueDevice addr field is now the raw [u8; 6] for interop
  • [lib] Changes/Fixes:

    • Use of bluest for the Windows BTLE implementation and btleplug for Linux
    • Use of logger instead of stdout/stderr
    • BT streams will not return duplicates
    • Implementation of the launch/shutdown functions for Windows

Added

  • Script to prepare Windows install and set permissions on executables

Fixed

  • Fix FFI cross platform