|
| 1 | +Version 0.7.0 (2020-05-07) |
| 2 | +========================== |
| 3 | + |
| 4 | +The main highlight of the v0.7.0 release is the introduction of the new |
| 5 | +I/O interface. With this common interface, the dive computer backends |
| 6 | +can more easily use different I/O implementations at runtime, including |
| 7 | +an application defined one. This is needed to support Bluetooth Low |
| 8 | +Energy (BLE), for which there is no built-in implementation available. |
| 9 | + |
| 10 | +Due to the fundamental changes to the I/O layer, this release is not |
| 11 | +backwards compatible. |
| 12 | + |
| 13 | +New features: |
| 14 | + |
| 15 | + * A new I/O interface |
| 16 | + * Add support for new backends: |
| 17 | + - goa: Cressi Goa and Cartesio |
| 18 | + - divecomputereu: Tecdiving DiveComputer.eu |
| 19 | + - extreme: McLean Extreme |
| 20 | + - lynx: Liquivision Xen, Xeo, Lynx and Kaon |
| 21 | + - sp2: Sporasub SP2 |
| 22 | + * Add support for many new devices: |
| 23 | + - Aqualung: i100, i200C, i300C, i470TC, i550C, i770R |
| 24 | + - Heinrichs Weikamp: OSTC 2 TR |
| 25 | + - Mares: Genius, Horizon, Quad Air, Smart Air |
| 26 | + - Oceanic: Geo 4.0, Pro Plus 4, Pro Plus X, Veo 4.0 |
| 27 | + - Ratio: iDive Color, iX3M GPS, iX3M 2021 |
| 28 | + - Scubapro: A1, A2, Aladin H Matrix, G2 Console, G2 HUD |
| 29 | + - Seac: Guru, Jack |
| 30 | + - Shearwater: Peregrine, Teric |
| 31 | + - Sherwood: Amphos 2.0, Beacon, Sage, Wisdom 4 |
| 32 | + - Suunto: D5, EON Steel Black |
| 33 | + - Tusa: Talis |
| 34 | + * Firmware upgrade support for the Ratio computers |
| 35 | + * Support for semi-closed circuit diving |
| 36 | + |
| 37 | +Removed/changed features: |
| 38 | + |
| 39 | + * Unify the Uwatec Smart, Meridian and G2 backends |
| 40 | + |
1 | 41 | Version 0.6.0 (2017-11-24)
|
2 | 42 | ==========================
|
3 | 43 |
|
|
0 commit comments