Releases: theengs/decoder
Releases · theengs/decoder
TheengsDecoder v0.1.8
What's Changed
- Add Ws08 Thermobeacon by @1technophile in #61
- Restrict ThermoBeacon/SensorBlue condition to = 40 by @1technophile in #62
- Add BLE_ID_MAX to BLE_ID_NUM enum, prevent out of range error. by @h2zero in #63
- Add BlueMaestro TempoDisc V23 by @1technophile in #64
Full Changelog: v0.1.7...v0.1.8
TheengsDecoder v0.1.7
What's Changed
- Updated of devices docs by @DigiH in #57
- Fixed docs devices decoder links by @DigiH in #58
- Add bf_value_from_hex_string function. by @h2zero in #56
- Add RuuviTag RAWv1 decoder by @koenvervloesem in #50
- Add BLE model id enum and return index from decodeBLEJson. by @h2zero in #59
- Add RuuviTag RAWv2 decoder by @koenvervloesem in #60
Full Changelog: v0.1.6...v0.2.0
TheengsDecoder v0.1.6
What's Changed
- Fix overrun in decodeBLEJson loop and check for valid input data. by @h2zero in #45
- Add more informative test for doc size. by @h2zero in #46
- Fix TPMS decoder by @1technophile in #47
- Remove "0x" from uuids. by @h2zero in #48
- Fix canBeNegative index in decodeBLEJson by @koenvervloesem in #51
- Fix XMTZC04HM condition by @1technophile in #52
- Revert #52 and add a failed test case by @1technophile in #53
- Add TheengsDecoder python module and examples/tests by @h2zero in #49
New Contributors
- @koenvervloesem made their first contribution in #51
Full Changelog: v0.1.5...v0.1.6
TheengsDecoder v0.1.5
TheengsDecoder v0.1.4
What's Changed
- Add minimum data length check for service/manufacturer data. by @h2zero in #31
- Add IBT_6XS and restrict min length to others iBBQ by @1technophile in #32
- Fix negative value not being correctly reported by @1technophile in #34
- Add H5102 by @mrbubble62 in #35
- Extend condition checks for service/manufacturer data length. by @h2zero in #33
New Contributors
- @mrbubble62 made their first contribution in #35
Full Changelog: v0.1.3...v0.1.4
TheengsDecoder v0.1.3
What's Changed
- Correct IBT-4XS name by @1technophile in #25
- Add Inkbird IBT-X2 BBQ thermometer by @1technophile in #26
- Add IBT 2X doc by @1technophile in #27
- Add Get properties method by @h2zero in #28
- Add Get attributes method by @h2zero in #29
- Fix crash when the model_id is not found by @1technophile in #30
Full Changelog: v0.1.2...v0.1.3
TheengsDecoder v0.1.2
What's Changed
- PIO Add filter for tests and arduino json by @1technophile in #22
- Remove filter arduino json by @1technophile in #23
- Remove arduino_json submodule by @1technophile in #24
Full Changelog: v0.1.1...v0.1.2
TheengsDecoder v0.1.1
What's Changed
- Add base and origin branch for the doc by @1technophile in #20
- Add library infos by @1technophile in #21
Full Changelog: v0.1...v0.1.1
TheengsDecoder v0.1
The first version of TheengsDecoder is out
- A readable decoder definition for each device, enabling to easily add new things to the library
- A set of unit testing to avoid regressions during the library life
- A portability tested with continuous integration on ESP32, GCC, Clang, Windows and MacOS
- 28 BLE devices supported for the start