comparison src/changelog.txt @ 607:c5151a490d88

version allignment in menu corrected, 2.99beta5 release
author heinrichsweikamp
date Thu, 29 Nov 2018 10:50:57 +0100
parents ab88a7e3de94
children d866684249bd
comparison
equal deleted inserted replaced
606:8b250afb8bdd 607:c5151a490d88
1 [2.99]
2 - Beta Version -
3 NEW: 2.99Beta 5 as "99,5% ready 3.00 Stable"
4 CHANGE: Improved detection of charging-completed.
5 CHANGE: Gases whose ppO2 at current depth is between ppO2 max "normal" and ppO2 max deco are now color-coded in yellow while not in deco yet (they were colored red before).
6 CHANGE: Faster display response when changing deco-related parameters.
7 CHANGE: Further improvements in code quality, formatting and commenting as follows:
8
9 - Changed color coding of current GF (supersaturation) value:
10
11 + GF factors enabled:
12 - attention (yellow) if current GF value >= GF-high value
13 - warning (red ) if current GF value >= 100%
14
15 + none-GF mode:
16 - attention (yellow) if current GF value >= 90%
17 - warning (red ) if current GF value >= 100%
18
19 => Resulting overall indications when violating a stop depth (in none-GF mode, 90% is used for GF_high):
20
21 1) When shallower than indicated stop depth but still deeper than ceiling *): Attention on stop depth (yellow)
22
23 2) When shallower than indicated stop depth and shallower than ceiling: Warning on stop depth (red)
24 As the current GF will be >= GF-high in this situation, additionally: Attention on current GF factor (yellow)
25 Attention on depth (yellow, blinking)
26
27 3) When shallower than indicated stop depth and ceiling, and outside ZHL-model: Warning on stop depth (red)
28 Warning on current GF factor (red)
29 Warning on depth (red, blinking)
30
31 *) In GF mode, the ceiling depth is calculated at GF-high, in none-GF mode at 100% supersaturation.
32
33
34 - Updated calculation of ascent time:
35
36 + When there is a ceiling but not yet a stop obligation (deco will vanish during ascent):
37
38 ascent time = current depth / ascent speed rounded up to next full minute
39
40 + When in deco with indicated stops:
41
42 ascent time = (current depth - depth of last stop) / ascent speed rounded up to next full minute
43 + 1 minute for each meter from depth of last stop to surface
44 + sum of all stop times
45
46 + when in deco with indicated stop(s) and shallower than the last stop:
47
48 ascent time = 1 minute for each meter from current depth to surface
49 + time of the pending stop(s)
50
51 - De-cluttered and ordered dive mode custom views by topics:
52
53 1 average depth and stopwatch - all modes
54 2 compass - all modes
55 3 ppO2 sensors - CCR & pSCR only
56 4 sensor check - CCR mode only
57 5 pSCR data - pSCR mode only
58 6 tank pressure and SAC rate - OSTC TR only
59 7 gas needs for ascent - deco modes only
60 8 gas needs for return - cave mode only, not yet available
61 9 deco plan - deco modes only
62 10 ceiling, current GF and tissues - deco modes only
63 11 CNS values - deco modes only
64 12 ppO2, END/EAD and CNS - deco modes only
65 13 GF factors - deco modes only
66 14 clock, battery and surface pressure - all modes
67
68 deco modes = OC, CCR and pSCR
69
70 - Eliminated a use of the GF-high parameter in none-GF mode.
71
72 - Improved rounding of first stop depth.
73
74 - Improved calculation of NDL time.
75
76 - Improved and streamlined calculation of CNS values at end of dive.
77
78 - Improved switch-over from being within NDL to being in deco, and vice-versa. A stop time of ".." minutes will be shown
79 when there is already a ceiling obligation but deco calculation reveals that it will vanish during the ascent, given
80 the ascent speed limit is obeyed.
81
82 - Fixed a bug in the calculation of the initial ascent.
83
84 - Made overall deco calculations once more a little bit faster.
85
86 - Stabilized timebase for blinking of setpoint display.
87
88 - Improved handling of the condition when a bailout plan can not be computed due to no breathable bailout gas available.
89
90 - Upfixed alternative divemode screen layout handling, fixed message suppression and automatic custom view switching in
91 combination with alternative layout.
92
93 - Added an option for selecting if the max. depth or the average depth shall be shown in the main divemode screen.
94
95 - Improved stability of the timebases used for calculating the average depths.
96
97 - Removed erratic NDL outputs in gauge mode.
98
99 - Fixed display of resettable dive time when it exceeds 99 minutes, 59 seconds:
100 + up to 99 mins, 59 sec display shows minutes:seconds
101 + after 100 mins display shows hours:minutes
102
103 - Improved energy saving by shutting down compass and accelerometer circuitry whenever compass is not shown.
104
105 - For those that like underwater navigation with compass: when the compass is shown, the temperature display will
106 be replaced by a display of the resettable dive timer.
107
108 - When configuring a manually set gas while the dive ("gas 6"), it's display will be color-coded according to the
109 set O2 ratio, the current depth and the ppO2 max thresholds, the latter automatically switching between normal
110 and deco ppO2 max on dive condition. After adjustment of O2 and He ratios, the gas can be finally taken by
111 selecting the "gas: xxx" item from the menu.
112
113 - The better gas cue is now also given when switching while the dive to the manually set gas ("gas 6"). As long as
114 there is a regularly configured gas or diluent that fits for the current depth, a cue will be given towards this
115 regular gas/diluent. This cue can be suppressed by setting the cued gas/dil as lost.
116
117 - The tissue graphics in dive mode now also displays the number of the leading tissue whenever the current gradient
118 factor is > 0% or when in deco. (remaining todo: there is a light flicker in the output)
119
120 - Reworked the way the current firmware version and status (beta, release) is displayed, removed the "SP" notation.
121
122 - Known limitation: after 18 hours, 12 minutes and 16 seconds of dive time:
123 + The average depths will show erroneous values.
124 + The resettable dive time will wrap around to 0.
125
126
127
1 [2.98] 128 [2.98]
2 - Stable Version - 129 - Stable Version -
3 BUGFIX: "lost gas" was re-activated in rare cases 130 BUGFIX: "lost gas" was re-activated in rare cases
4 BUGFIX: Internal deco planner did not display results in imperial units 131 BUGFIX: Internal deco planner did not display results in imperial units
5 BUGFIX: CNS display was out of scale (much too high) for some cases in the logbook 132 BUGFIX: CNS display was out of scale (much too high) for some cases in the logbook