diff options
author | Robert C. Helling <helling@atdotde.de> | 2021-08-18 23:38:15 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-08-19 10:58:08 -0700 |
commit | c634a07e38a4196bc64d05e5d58b183d32e84092 (patch) | |
tree | 3d18d36a1beb6842aeffec8fd34cfab887c9d673 /CHANGELOG.md | |
parent | edce24314739290c06d717cbe73e3864f7ff1269 (diff) | |
download | subsurface-c634a07e38a4196bc64d05e5d58b183d32e84092.tar.gz |
Planner: Correctly compute CNS and OTU for bailout segments
For dives with mixed divemode, one needs to check sample.setpoint
to figure out if the segment is an OC segment and the po2 needs
to be computed from the gasmix and ambient pressure.
This fixes #3310
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2e06a04..97309fe64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ - mobile: add ability to edit tags +- Correct OTU and CNS calculations for planned bailout - replace dive computer management with a new implementation, this fixes rare cases where Subsurface unnecessarily download already downloaded dives, but also means that some older style dive computer can no longer have nicknames |