|
| 1 | +Version 0.9.0 (2025-06-30) |
| 2 | +========================== |
| 3 | + |
| 4 | +The v0.9.0 release adds support for several new devices. It also introduces some |
| 5 | +important parser api changes to be able to add some new features and remove a |
| 6 | +few deprecated ones. Some BLE enabled dive computers also required some extra |
| 7 | +additions to the BLE I/O layer. Due to all these api changes, this release is |
| 8 | +not backwards compatible. |
| 9 | + |
| 10 | +New features: |
| 11 | + |
| 12 | + * Add support for new backends: |
| 13 | + - i330r: Aqualung i330R, Apeks DSX |
| 14 | + - symbios: Halcyon Symbios |
| 15 | + * Add support for some new devices: |
| 16 | + - Aqualung: i100 |
| 17 | + - Cressi: Leonardo 2.0, Nepto, Archimede |
| 18 | + - Heinrichs Weikamp: OSTC 5 |
| 19 | + - Mares: Puck Air 2, Sirius, Quad Ci, Puck 4, Puck Lite |
| 20 | + - Ratio: iDive 2, iX3M 2 GPS |
| 21 | + - Scubapro: G3, Luna 2.0, Luna 2.0 AI |
| 22 | + - Seac: Tablet |
| 23 | + - Shearwater: Tern, Tern TX, Peregrine TX |
| 24 | + - Uwatec: Aladin One |
| 25 | + * Add the sensor index to the ppO2 sample |
| 26 | + * Add a TTS field to the deco sample |
| 27 | + * Add a usage field to the tank and gas mix |
| 28 | + * Export the filter function in the public api |
| 29 | + * Add ioctl's for the bluetooth authentication |
| 30 | + * Add ioctl's for reading and writing BLE characteristics |
| 31 | + * Add helper functions to convert UUID to/from strings |
| 32 | + * Add a new field to report the GPS location |
| 33 | + |
| 34 | +Removed/changed features: |
| 35 | + |
| 36 | + * Change the units for the sample time to milliseconds |
| 37 | + * Pass the sample struct by reference |
| 38 | + * Remove the backend specific calibration functions |
| 39 | + * Remove the clock parameters from the constructor |
| 40 | + * Remove the dc_parser_set_data function |
| 41 | + * Use separate data structures for USB and USB HID |
| 42 | + * Replace the dc_descriptor_iterator function |
| 43 | + |
1 | 44 | Version 0.8.0 (2023-05-11) |
2 | 45 | ========================== |
3 | 46 |
|
|
0 commit comments