Releases: combustion-inc/combustion-ios-ble
Releases · combustion-inc/combustion-ios-ble
Release 1.0.0
What's Changed
- Add function to initialize bluetooth by @jjohnstz in #36
- Read over temperature flag message by @jjohnstz in #37
- IOS-18 timer DFU by @jjohnstz in #38
- DFUManager to handle retrying failed DFUs by @jjohnstz in #39
- Thermometer Bootloader DFU support by @jjohnstz in #40
- IOS-28: prediction status by @jjohnstz in #41
- Prediction stale flag by @jjohnstz in #42
- Feature/ios 20 timermeatnet support by @jmaha in #43
- Feature/ios 74 add meatnet set prediction support by @jmaha in #44
- Report DFU progress for bootloader and DFU retries by @jjohnstz in #45
- Feature/ios 79 fix jittering values by using hop count by @jmaha in #46
- Added overheating check. by @jmaha in #47
- Refactor Prediction time limits into framework by @jjohnstz in #48
- IOS-11: Linearize prediction seconds by @jjohnstz in #49
- Feature/ios 101 signal lost notification doesnt happen by @jmaha in #50
- Added 'status notification stale' flag + timeout. by @jmaha in #51
- Added bounds to linearization ms to prevent crash. by @jmaha in #52
- Hotfix/ios 112 app sometimes doesnt reconnect to by @jmaha in #53
- IOS-13: CSV v4 by @jjohnstz in #54
- IOS-123: Do not ignore status notification if prediction has changed by @jjohnstz in #56
- IOS-105: Prevent divide by zero crash by @jjohnstz in #57
- IOS-150: Fix initialization issue with prediction linearization by @jjohnstz in #59
- IOS-127: CSV enum strings by @jjohnstz in #58
- Connect to all probes when meatnet is enabled by @jjohnstz in #60
- Feature/ios 121 meatnet log transfer support by @jmaha in #61
- Bugfix: Simulated probe by @jjohnstz in #62
- Ported Instant Read smoothing/rounding filter from Android. by @jmaha in #63
- Made hop counts public. by @jmaha in #64
- IOS-180: Clear DFU from DFU Manager on completion by @jjohnstz in #65
- Fixed bug with battery status decoding. by @jmaha in #66
- IOS-124: Re-request session information by @jjohnstz in #67
- IOS-158: LogResponse crash by @jjohnstz in #68
- IOS-197: Add charger DFU support by @jjohnstz in #69
- IOS-162: Heartbeat message by @jjohnstz in #71
- IOS-197: Meatnet connection logic by @jjohnstz in #72
- IOS-86: Prepare for framework release by @jjohnstz in #73
- Release v1.0.0 by @jjohnstz in #74
Full Changelog: 0.11.0...1.0.0
Release 0.11.0
What's Changed
- Prediction Support by @jjohnstz in #33
- Fixed issue where predictions weren't properly canceling. by @jmaha in #34
Full Changelog: 0.10.3...0.11.0
Release 0.10.3
What's Changed
- Feature: DFU by @jjohnstz in #27
- Feature: CSV version 3 by @jjohnstz in #28
- CRC for UART messages and isConnectable flag by @jjohnstz in #29
- Log Backward Compatability by @miwright2 in #30
- Release v0.10.3 by @jjohnstz in #31
New Contributors
- @miwright2 made their first contribution in #30
Full Changelog: 0.10.2...0.10.3
Release 0.10.2
What's Changed
Full Changelog: 0.10.1...0.10.2
Release 0.10.1
What's Changed
Full Changelog: 0.10.0...0.10.1
Release 0.10.0
Release 0.9.0
Add support for Instant Read feature
Release 0.8.0
- Added
hardwareRevision
variable toDevice
class. This value is read from probe device when first connected over BLE - Added
color
andid
variables toProbe
class - Added
setProbeID
andsetProbeColor
functions toDeviceManager
to set those values on probe device - Renamed
id
toidentifier
onProbe
for clarity with new variable
Release 0.7.4
Added support for simulated probes
Release 0.7.3
Added support for connecting to multiple probe simultaneously