Skip to content

Commit 47cbed5

Browse files
committed
Release version 0.7.0
1 parent 2ccdc46 commit 47cbed5

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

NEWS

+40
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
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+
141
Version 0.6.0 (2017-11-24)
242
==========================
343

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
m4_define([dc_version_major],[0])
33
m4_define([dc_version_minor],[7])
44
m4_define([dc_version_micro],[0])
5-
m4_define([dc_version_suffix],[devel])
5+
m4_define([dc_version_suffix],[])
66
m4_define([dc_version],dc_version_major.dc_version_minor.dc_version_micro[]m4_ifset([dc_version_suffix],-[dc_version_suffix]))
77

88
# Libtool versioning.

0 commit comments

Comments
 (0)