- Update the dependencies
- Update the dependencies
- Update the dependencies
- New release for trying to get the container images to be built, too.
- Support vendoring libdbus and building statically linked binaries (#172).
- Build the container images from
scratch
, and only include a statically linked (MUSL) binary. The default path of the config file is changed to/ruuvi2mqtt.yaml
.
- Expose diagnostic information (#124):
- Battery voltage
- Low batter indicator
- Transmitter power
- All data in attributes for all sensors
- Support more detailed log level configuration with the
RUST_LOG
env var (#145):
- Upgrade dependencies to fix e.g. timeout issues in the MQTT connection (#105).
- Add arm64 (aarch64) to build targets (#49).
- Add command line options for config file and log level (#1).
- Add device info for Home Assistant (#63). The MQTT paths and
unique_id
s have changed, so some cleanup on MQTT server and/or Home Assistant might be needed. - Fix BDAddr on non-Linux platforms (#104). At least macOS should work now.
- Strip the release build binaries.
- Fix container release.
- First public release.