Mercurial > public > hwos_code
annotate 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 |
rev | line source |
---|---|
607
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
1 [2.99] |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
2 - Beta Version - |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
3 NEW: 2.99Beta 5 as "99,5% ready 3.00 Stable" |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
4 CHANGE: Improved detection of charging-completed. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
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). |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
6 CHANGE: Faster display response when changing deco-related parameters. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
7 CHANGE: Further improvements in code quality, formatting and commenting as follows: |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
8 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
9 - Changed color coding of current GF (supersaturation) value: |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
10 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
11 + GF factors enabled: |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
12 - attention (yellow) if current GF value >= GF-high value |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
13 - warning (red ) if current GF value >= 100% |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
14 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
15 + none-GF mode: |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
16 - attention (yellow) if current GF value >= 90% |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
17 - warning (red ) if current GF value >= 100% |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
18 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
19 => Resulting overall indications when violating a stop depth (in none-GF mode, 90% is used for GF_high): |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
20 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
21 1) When shallower than indicated stop depth but still deeper than ceiling *): Attention on stop depth (yellow) |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
22 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
23 2) When shallower than indicated stop depth and shallower than ceiling: Warning on stop depth (red) |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
24 As the current GF will be >= GF-high in this situation, additionally: Attention on current GF factor (yellow) |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
25 Attention on depth (yellow, blinking) |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
26 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
27 3) When shallower than indicated stop depth and ceiling, and outside ZHL-model: Warning on stop depth (red) |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
28 Warning on current GF factor (red) |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
29 Warning on depth (red, blinking) |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
30 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
31 *) In GF mode, the ceiling depth is calculated at GF-high, in none-GF mode at 100% supersaturation. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
32 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
33 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
34 - Updated calculation of ascent time: |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
35 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
36 + When there is a ceiling but not yet a stop obligation (deco will vanish during ascent): |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
37 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
38 ascent time = current depth / ascent speed rounded up to next full minute |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
39 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
40 + When in deco with indicated stops: |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
41 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
42 ascent time = (current depth - depth of last stop) / ascent speed rounded up to next full minute |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
43 + 1 minute for each meter from depth of last stop to surface |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
44 + sum of all stop times |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
45 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
46 + when in deco with indicated stop(s) and shallower than the last stop: |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
47 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
48 ascent time = 1 minute for each meter from current depth to surface |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
49 + time of the pending stop(s) |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
50 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
51 - De-cluttered and ordered dive mode custom views by topics: |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
52 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
53 1 average depth and stopwatch - all modes |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
54 2 compass - all modes |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
55 3 ppO2 sensors - CCR & pSCR only |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
56 4 sensor check - CCR mode only |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
57 5 pSCR data - pSCR mode only |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
58 6 tank pressure and SAC rate - OSTC TR only |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
59 7 gas needs for ascent - deco modes only |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
60 8 gas needs for return - cave mode only, not yet available |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
61 9 deco plan - deco modes only |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
62 10 ceiling, current GF and tissues - deco modes only |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
63 11 CNS values - deco modes only |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
64 12 ppO2, END/EAD and CNS - deco modes only |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
65 13 GF factors - deco modes only |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
66 14 clock, battery and surface pressure - all modes |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
67 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
68 deco modes = OC, CCR and pSCR |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
69 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
70 - Eliminated a use of the GF-high parameter in none-GF mode. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
71 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
72 - Improved rounding of first stop depth. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
73 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
74 - Improved calculation of NDL time. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
75 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
76 - Improved and streamlined calculation of CNS values at end of dive. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
77 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
78 - Improved switch-over from being within NDL to being in deco, and vice-versa. A stop time of ".." minutes will be shown |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
79 when there is already a ceiling obligation but deco calculation reveals that it will vanish during the ascent, given |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
80 the ascent speed limit is obeyed. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
81 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
82 - Fixed a bug in the calculation of the initial ascent. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
83 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
84 - Made overall deco calculations once more a little bit faster. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
85 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
86 - Stabilized timebase for blinking of setpoint display. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
87 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
88 - Improved handling of the condition when a bailout plan can not be computed due to no breathable bailout gas available. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
89 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
90 - Upfixed alternative divemode screen layout handling, fixed message suppression and automatic custom view switching in |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
91 combination with alternative layout. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
92 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
93 - Added an option for selecting if the max. depth or the average depth shall be shown in the main divemode screen. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
94 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
95 - Improved stability of the timebases used for calculating the average depths. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
96 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
97 - Removed erratic NDL outputs in gauge mode. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
98 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
99 - Fixed display of resettable dive time when it exceeds 99 minutes, 59 seconds: |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
100 + up to 99 mins, 59 sec display shows minutes:seconds |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
101 + after 100 mins display shows hours:minutes |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
102 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
103 - Improved energy saving by shutting down compass and accelerometer circuitry whenever compass is not shown. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
104 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
105 - For those that like underwater navigation with compass: when the compass is shown, the temperature display will |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
106 be replaced by a display of the resettable dive timer. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
107 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
108 - When configuring a manually set gas while the dive ("gas 6"), it's display will be color-coded according to the |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
109 set O2 ratio, the current depth and the ppO2 max thresholds, the latter automatically switching between normal |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
110 and deco ppO2 max on dive condition. After adjustment of O2 and He ratios, the gas can be finally taken by |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
111 selecting the "gas: xxx" item from the menu. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
112 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
113 - The better gas cue is now also given when switching while the dive to the manually set gas ("gas 6"). As long as |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
114 there is a regularly configured gas or diluent that fits for the current depth, a cue will be given towards this |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
115 regular gas/diluent. This cue can be suppressed by setting the cued gas/dil as lost. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
116 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
117 - The tissue graphics in dive mode now also displays the number of the leading tissue whenever the current gradient |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
118 factor is > 0% or when in deco. (remaining todo: there is a light flicker in the output) |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
119 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
120 - Reworked the way the current firmware version and status (beta, release) is displayed, removed the "SP" notation. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
121 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
122 - Known limitation: after 18 hours, 12 minutes and 16 seconds of dive time: |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
123 + The average depths will show erroneous values. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
124 + The resettable dive time will wrap around to 0. |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
125 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
126 |
c5151a490d88
version allignment in menu corrected, 2.99beta5 release
heinrichsweikamp
parents:
602
diff
changeset
|
127 |
602 | 128 [2.98] |
598
e1f0f5e3d4e4
BUGFIX: Internal deco planner did not display results in imperial units
heinrichsweikamp
parents:
594
diff
changeset
|
129 - Stable Version - |
e1f0f5e3d4e4
BUGFIX: Internal deco planner did not display results in imperial units
heinrichsweikamp
parents:
594
diff
changeset
|
130 BUGFIX: "lost gas" was re-activated in rare cases |
602 | 131 BUGFIX: Internal deco planner did not display results in imperial units |
132 BUGFIX: CNS display was out of scale (much too high) for some cases in the logbook | |
133 BUGFIX: pSCR ppO2 fixed | |
134 CHANGE: Battery names in "New Battery" menu (OSTC Plus and OSTC 3 only) | |
135 BUGFIX: Internal deco planner did not display results in imperial units | |
136 BUGFIX: "lost gas" was re-activated in rare cases | |
137 | |
598
e1f0f5e3d4e4
BUGFIX: Internal deco planner did not display results in imperial units
heinrichsweikamp
parents:
594
diff
changeset
|
138 |
592
05053910d668
BUGFIX: Re-enable Sensors after sleep in PSCR mode
heinrichsweikamp
parents:
586
diff
changeset
|
139 [2.97 SP1] |
05053910d668
BUGFIX: Re-enable Sensors after sleep in PSCR mode
heinrichsweikamp
parents:
586
diff
changeset
|
140 - Stable Version - |
05053910d668
BUGFIX: Re-enable Sensors after sleep in PSCR mode
heinrichsweikamp
parents:
586
diff
changeset
|
141 BUGFIX: Re-enable Sensors after sleep in PSCR mode |
594 | 142 BUGFIX: handle two deco gases configured to the same change depth |
143 CHANGE: minor italian translation update | |
144 CHANGE: Sync safety stop countdown output with divetime | |
145 | |
592
05053910d668
BUGFIX: Re-enable Sensors after sleep in PSCR mode
heinrichsweikamp
parents:
586
diff
changeset
|
146 |
565 | 147 [2.97] |
148 - Stable Version - | |
586 | 149 NEW: On-the-fly Gas needs calculations for all active gases |
582 | 150 NEW: Internal deco calculator shows deco plan and gas beeds for Bailout case |
151 NEW: CNS now, CNS in xx minutes, CNS if bailout plan is used and CNS when surfaced (Including all deco stops) is shown | |
152 NEW: Bailout TTS is computed in CCR mode (optionally) with gas needs for all bailout gases and all deco stops | |
153 NEW: Warning if an isobaric counter diffusion occurs (also in internal planner) | |
154 NEW: Warning "X-ZHL16-X" if deco model is used beyond theoretical limits | |
155 NEW: Show "Deco Zone" if we are in deco and at least one tissue is off-gassing | |
156 CHANGE: Internal deco routines heavily optimised for speed and code size | |
565 | 157 CHANGE: Limit button sensitivity to 80% |
574 | 158 BUGFIX: Auto-Gain for newer compass versions did not work (Which decreased accuracy of heading) |
159 CHANGE: Make disabled gases darker in surface mode (Common issue for color-blind divers) | |
160 CHANGE: French and Italien language updates | |
161 NEW: Independent saturation/desaturation multipliers for GF and non-GF Deco modes | |
579 | 162 CHANGE: Non-updated values are shown in dark blue (e.g. after a gas change) until values are valid again |
583 | 163 CHANGE: USB OSTC (OSTC 3 and OSTC cR) will enter USB mode from Menu only |
579 | 164 |
552
af84c45429fd
BUGFIX: Display of negative (?C) water temperatures
heinrichsweikamp
parents:
546
diff
changeset
|
165 [2.27] |
af84c45429fd
BUGFIX: Display of negative (?C) water temperatures
heinrichsweikamp
parents:
546
diff
changeset
|
166 - Beta Version - |
af84c45429fd
BUGFIX: Display of negative (?C) water temperatures
heinrichsweikamp
parents:
546
diff
changeset
|
167 BUGFIX: Display of negative (°C) water temperatures |
553
2e70700774b9
Display dezimal for temperatures between 10 and 0?C
heinrichsweikamp
parents:
552
diff
changeset
|
168 NEW: Display dezimal for temperatures between 10 and 0°C |
552
af84c45429fd
BUGFIX: Display of negative (?C) water temperatures
heinrichsweikamp
parents:
546
diff
changeset
|
169 |
546 | 170 [2.25] |
171 - Stable Version - | |
172 BUGFIX: "lost gas" showed current set of gases (Diluents in CC, OC in Bailout) for both "lost gas" menus | |
173 NEW: Show Compass calibration results in Compass menu | |
174 BUGFIX: Simulator in CC mode | |
175 BUGFIX: Changing the dive mode and starting the simulator (without leaving the menu first) caused false calculations in the simulator | |
176 BUGFIX: PSCR Mode "OC Gases" showed Diluents, not OC gases | |
177 BUGFIX: CCR Mode ("First Diluent") was chosen based on OC "First Gas" number | |
178 | |
541 | 179 [2.23] |
533
dfac393b2199
CHANGE: CCR Calibration gas range limited to O2% 21-25 and 95-100 to save button presses
heinrichsweikamp
parents:
530
diff
changeset
|
180 - Beta Version - |
dfac393b2199
CHANGE: CCR Calibration gas range limited to O2% 21-25 and 95-100 to save button presses
heinrichsweikamp
parents:
530
diff
changeset
|
181 CHANGE: CCR Calibration gas range limited to O2% 21-25 and 95-100 to save button presses |
535
cf68fe0c3002
NEW: Show a warning for each sensor if the sensor is end-of-life after calibration (Less then 8mV in Air at sea level)
heinrichsweikamp
parents:
533
diff
changeset
|
182 NEW: Show a warning for each sensor if the sensor is end-of-life after calibration (Less then 8mV in Air at sea level) |
541 | 183 CHANGE: Minor optimizations |
533
dfac393b2199
CHANGE: CCR Calibration gas range limited to O2% 21-25 and 95-100 to save button presses
heinrichsweikamp
parents:
530
diff
changeset
|
184 |
509 | 185 [2.20] |
525
00df86a5ac01
BUGFIX: Do not show GF in divemode for non-GF deco mode
heinrichsweikamp
parents:
523
diff
changeset
|
186 - Beta Version - |
511
7db10ebae205
BUGFIX: Lost Diluent now possible in CCR and PSCR mode
heinrichsweikamp
parents:
509
diff
changeset
|
187 BUGFIX: Lost Diluent now possible in CCR and PSCR mode |
516
2ef8cf6b320d
NEW: ppO2 blinks in sensor mode when min/max boundaries are hit
heinrichsweikamp
parents:
511
diff
changeset
|
188 NEW: ppO2 blinks in sensor mode when min/max boundaries are hit |
517
d339c9e1175d
CHANGE: Show actual GF (Not relative) in custom views in dive mode
heinrichsweikamp
parents:
516
diff
changeset
|
189 CHANGE: Show actual GF (Not relative) in custom views in dive mode |
518
72f6cb65ca4a
BUGFIX: Do not check ppO2 for disabled gases
heinrichsweikamp
parents:
517
diff
changeset
|
190 BUGFIX: Do not check ppO2 for disabled gases |
521
06e9370c6d75
CHANGE: Apply safety margin parameters to both models (GF and non-GF)
heinrichsweikamp
parents:
518
diff
changeset
|
191 CHANGE: Apply safety margin parameters to both models (GF and non-GF) |
522
4d70a93b18cb
BUGFIX: Impossible fixed-ppO2 (e.g. 1,6bar in 3m) used for tissue calculations
heinrichsweikamp
parents:
521
diff
changeset
|
192 BUGFIX: Impossible fixed-ppO2 (e.g. 1,6bar in 3m) used for tissue calculations |
523
8e75aecb3290
BUGFIX: Menu tree cleaned up (Exited to CCR menu from simulator settings)
heinrichsweikamp
parents:
522
diff
changeset
|
193 BUGFIX: Menu tree cleaned up (Exited to CCR menu from simulator settings) |
525
00df86a5ac01
BUGFIX: Do not show GF in divemode for non-GF deco mode
heinrichsweikamp
parents:
523
diff
changeset
|
194 BUGFIX: Do not show GF in divemode for non-GF deco mode |
526
0d1cda9f2d43
BUGFIX: Skip MOD Test for CCR in Sensor modes (OSTC cR and OSTC3 only)
heinrichsweikamp
parents:
525
diff
changeset
|
195 BUGFIX: Skip MOD Test for CCR in Sensor modes (OSTC cR and OSTC3 only) |
0d1cda9f2d43
BUGFIX: Skip MOD Test for CCR in Sensor modes (OSTC cR and OSTC3 only)
heinrichsweikamp
parents:
525
diff
changeset
|
196 CHANGE: Swap positions of ppO2(O2) and ppO2(Dil) in customview 10 on screen: "left = lean" and "right = rich" |
0d1cda9f2d43
BUGFIX: Skip MOD Test for CCR in Sensor modes (OSTC cR and OSTC3 only)
heinrichsweikamp
parents:
525
diff
changeset
|
197 BUGFIX: A wrong configured gas was suggested as "Better gas" on the configured depth even if this resulted in a ppO2 high or low condition |
527
015b7fdd90a7
BUGFIX: O2 as diluent in CCR caused wrong calculations (Deco, EAD, END) in less then 6m depth
heinrichsweikamp
parents:
526
diff
changeset
|
198 BUGFIX: O2 as diluent in CCR caused wrong calculations (Deco, EAD, END) in less then 6m depth |
528
4921aa796691
BUGFIX: Ignore "Toggle GF" Menu entry (in divemode) when using the non-GF deco mode
heinrichsweikamp
parents:
527
diff
changeset
|
199 BUGFIX: Ignore "Toggle GF" Menu entry (in divemode) when using the non-GF deco mode |
530 | 200 BUGFIX: Minor dive mode layout fixes in CCR Mode |
201 CHANGE: Minor German language fixes | |
202 NEW: Warning for Diluent beeing out of safe ppO2 range in CCR modes | |
203 NEW: New Customview 9 in OSTC cR or OSTC3 shows mV readings after Sensor calibration | |
509 | 204 |
508 | 205 [2.18] |
206 - Beta Version - | |
500
989917fe2d9f
Battery % in logbook when updated from Sport to Tech
heinrichsweikamp
parents:
499
diff
changeset
|
207 NEW: Third and fourth logbook page per dive showing Gaslist and Setpoints in standard font size |
502
0910c227018f
BUGFIX: PSCR mode showed bailout gaslist instead of diluent gaslist
heinrichsweikamp
parents:
500
diff
changeset
|
208 BUGFIX: several minor graphic issues in logbook fixed |
0910c227018f
BUGFIX: PSCR mode showed bailout gaslist instead of diluent gaslist
heinrichsweikamp
parents:
500
diff
changeset
|
209 BUGFIX: Rare button issues in OSTC Plus hardware |
499 | 210 BUGFIX: Compass sensitivity for newer models |
502
0910c227018f
BUGFIX: PSCR mode showed bailout gaslist instead of diluent gaslist
heinrichsweikamp
parents:
500
diff
changeset
|
211 BUGFIX: PSCR mode showed bailout gaslist instead of diluent gaslist |
506
b9f06f1a1f74
BUGFIX: PSCR mode "Better Gas" showed bailout gases instead of diluents
heinrichsweikamp
parents:
505
diff
changeset
|
212 BUGFIX: PSCR mode "Better Gas" showed bailout gases instead of diluents |
502
0910c227018f
BUGFIX: PSCR mode showed bailout gaslist instead of diluent gaslist
heinrichsweikamp
parents:
500
diff
changeset
|
213 NEW: More customviews in surface mode for PSCR mode |
503
4542d03f748a
NEW: Last Dive customviews in surface mode with divetime, depth and interval
heinrichsweikamp
parents:
502
diff
changeset
|
214 NEW: Last Dive customviews in surface mode with divetime, depth and interval |
505
bef07a837a60
BUGFIX: Reset to MOD in Diluent Menu did reset Setpoint change depth
heinrichsweikamp
parents:
503
diff
changeset
|
215 BUGFIX: Reset to MOD in Diluent Menu did reset Setpoint change depth |
507
4e6f5c36f4cc
NEW: Two ppO2 max settings. One for travel/bottom and one for deco gases
heinrichsweikamp
parents:
506
diff
changeset
|
216 NEW: Two ppO2 max settings. One for travel/bottom and one for deco gases |
499 | 217 |
486 | 218 [2.15] |
492 | 219 - Stable Version - |
490
8dfb93e80338
NEW: Deep Sleep mode for OSTC Plus and OSTC 2 (2017) (Entered automatically)
heinrichsweikamp
parents:
486
diff
changeset
|
220 NEW: Deep Sleep mode for OSTC Plus and OSTC 2 (2017) (Entered automatically) |
8dfb93e80338
NEW: Deep Sleep mode for OSTC Plus and OSTC 2 (2017) (Entered automatically)
heinrichsweikamp
parents:
486
diff
changeset
|
221 NEW: Logbook detail page in larger font (And nicer layout) |
8dfb93e80338
NEW: Deep Sleep mode for OSTC Plus and OSTC 2 (2017) (Entered automatically)
heinrichsweikamp
parents:
486
diff
changeset
|
222 CHANGE: Sleep mode current slightly reduced for all hwOS devices |
8dfb93e80338
NEW: Deep Sleep mode for OSTC Plus and OSTC 2 (2017) (Entered automatically)
heinrichsweikamp
parents:
486
diff
changeset
|
223 NEW: Logbook now records battery information |
8dfb93e80338
NEW: Deep Sleep mode for OSTC Plus and OSTC 2 (2017) (Entered automatically)
heinrichsweikamp
parents:
486
diff
changeset
|
224 NEW: Markers in internal logbook drawn as small "m" next to the profile |
8dfb93e80338
NEW: Deep Sleep mode for OSTC Plus and OSTC 2 (2017) (Entered automatically)
heinrichsweikamp
parents:
486
diff
changeset
|
225 |
480
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
479
diff
changeset
|
226 [2.14] |
486 | 227 - BETA Version - |
480
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
479
diff
changeset
|
228 NEW: PSCR mode (Passive semi-closed rebreather) |
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
479
diff
changeset
|
229 |
479
34e73dc68799
BUGFIX: Layout fixes in Gauge mode (German and French language only)
heinrichsweikamp
parents:
477
diff
changeset
|
230 [2.13] |
34e73dc68799
BUGFIX: Layout fixes in Gauge mode (German and French language only)
heinrichsweikamp
parents:
477
diff
changeset
|
231 - Stable Version - |
34e73dc68799
BUGFIX: Layout fixes in Gauge mode (German and French language only)
heinrichsweikamp
parents:
477
diff
changeset
|
232 BUGFIX: Layout fixes in Gauge mode (German and French language only) |
34e73dc68799
BUGFIX: Layout fixes in Gauge mode (German and French language only)
heinrichsweikamp
parents:
477
diff
changeset
|
233 |
477
44b8a826b314
NEW: Show battery type in surface mode next to battery voltage
heinrichsweikamp
parents:
472
diff
changeset
|
234 [2.12] |
462
1eeafeeb9287
CHANGE: Indicate "Bailout" for bailout deco plan in internal deco planer
heinrichsweikamp
parents:
459
diff
changeset
|
235 - Stable Version - |
1eeafeeb9287
CHANGE: Indicate "Bailout" for bailout deco plan in internal deco planer
heinrichsweikamp
parents:
459
diff
changeset
|
236 CHANGE: Indicate "Bailout" for bailout deco plan in internal deco planer |
464
0491a84fd0b8
CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents:
462
diff
changeset
|
237 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent) |
465
025a0ce21f8b
BUGFIX: Minor layout corrections in imperial units dive screen
heinrichsweikamp
parents:
464
diff
changeset
|
238 BUGFIX: Minor layout corrections in imperial units dive screen |
471
9edb1359ce43
NEW: New Customview 11 in dive mode shows ppO2, EAD/END and CNS
heinrichsweikamp
parents:
465
diff
changeset
|
239 NEW: New Customview 11 in dive mode shows ppO2, EAD/END and CNS |
9edb1359ce43
NEW: New Customview 11 in dive mode shows ppO2, EAD/END and CNS
heinrichsweikamp
parents:
465
diff
changeset
|
240 CHANGE: Customview 4 shows Clock, Battery Information and Tissue Information |
472
4fdf6886004b
CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents:
471
diff
changeset
|
241 CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign |
4fdf6886004b
CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents:
471
diff
changeset
|
242 NEW: Show battery type in information menu (T0:1.5V AA, T1:3.6V AA, T2:3.6V/0.8A LiIon, T3:Internal 18650, T4:Internal 16650) |
477
44b8a826b314
NEW: Show battery type in surface mode next to battery voltage
heinrichsweikamp
parents:
472
diff
changeset
|
243 NEW: Show battery type in surface mode next to battery voltage |
462
1eeafeeb9287
CHANGE: Indicate "Bailout" for bailout deco plan in internal deco planer
heinrichsweikamp
parents:
459
diff
changeset
|
244 |
444
d93d75ae01bf
Adjustable timeout for Divemode (Config 0x48)
heinrichsweikamp
parents:
441
diff
changeset
|
245 [2.10] |
d93d75ae01bf
Adjustable timeout for Divemode (Config 0x48)
heinrichsweikamp
parents:
441
diff
changeset
|
246 - Stable Version - |
d93d75ae01bf
Adjustable timeout for Divemode (Config 0x48)
heinrichsweikamp
parents:
441
diff
changeset
|
247 NEW: Adjustable timeout for Divemode |
448 | 248 CHANGE: Firmware now split in two variants (EN/DE) and (FR/IT) |
452 | 249 NEW: New battery option for AA 3,7V rechargable (For OSTC 3) |
453
b4f28ab23b87
NEW: Show Uptime (Time since last firmware boot) in information menu
heinrichsweikamp
parents:
452
diff
changeset
|
250 NEW: Show Uptime (Time since last firmware boot) in information menu |
455
85b533b7a18c
NEW: Store more battery info into logbook memory
heinrichsweikamp
parents:
453
diff
changeset
|
251 NEW: Store more battery info into logbook memory |
459 | 252 BUGFIX: Minor text alignment fixes |
444
d93d75ae01bf
Adjustable timeout for Divemode (Config 0x48)
heinrichsweikamp
parents:
441
diff
changeset
|
253 |
441
360acdcda0d7
+BUGFIX: Compatibility with "hwOS Config" fixed
heinrichsweikamp
parents:
437
diff
changeset
|
254 [2.09] |
360acdcda0d7
+BUGFIX: Compatibility with "hwOS Config" fixed
heinrichsweikamp
parents:
437
diff
changeset
|
255 - Stable Version - |
360acdcda0d7
+BUGFIX: Compatibility with "hwOS Config" fixed
heinrichsweikamp
parents:
437
diff
changeset
|
256 BUGFIX: Compatibility with "hwOS Config" fixed |
360acdcda0d7
+BUGFIX: Compatibility with "hwOS Config" fixed
heinrichsweikamp
parents:
437
diff
changeset
|
257 NEW: New hardware descriptor command 0x60 added (For PC programs) |
360acdcda0d7
+BUGFIX: Compatibility with "hwOS Config" fixed
heinrichsweikamp
parents:
437
diff
changeset
|
258 |
424 | 259 [2.08] |
435
0590b8fafc8d
Logbook marker temporally disabled in internal logbook
heinrichsweikamp
parents:
424
diff
changeset
|
260 - Stable Version - |
0590b8fafc8d
Logbook marker temporally disabled in internal logbook
heinrichsweikamp
parents:
424
diff
changeset
|
261 CHANGE: Logbook marker temporally disabled in internal logbook |
437 | 262 BUGFIX: Characters with descenders were not drawn correctly in rare cases |
263 NEW: Support for different compass chip (Internal hardware change) | |
264 CHANGE: Language fixes | |
424 | 265 |
266 [2.07] | |
435
0590b8fafc8d
Logbook marker temporally disabled in internal logbook
heinrichsweikamp
parents:
424
diff
changeset
|
267 - Stable Version - |
424 | 268 Release version for new OSTC2 (Minor internal hardware changes) |
269 | |
419
881399cf0f5b
CHANGE: Remove ppO2 [Dil] from OC dive mode screen
heinrichsweikamp
parents:
416
diff
changeset
|
270 [2.06] |
881399cf0f5b
CHANGE: Remove ppO2 [Dil] from OC dive mode screen
heinrichsweikamp
parents:
416
diff
changeset
|
271 CHANGE: Remove ppO2 [Dil] from OC dive mode screen |
881399cf0f5b
CHANGE: Remove ppO2 [Dil] from OC dive mode screen
heinrichsweikamp
parents:
416
diff
changeset
|
272 |
416
4389fe9673b2
NEW: Support for new logbook memory chip (minor hardware change)
heinrichsweikamp
parents:
413
diff
changeset
|
273 [2.05] |
4389fe9673b2
NEW: Support for new logbook memory chip (minor hardware change)
heinrichsweikamp
parents:
413
diff
changeset
|
274 NEW: Support for new logbook memory chip (minor hardware change) |
4389fe9673b2
NEW: Support for new logbook memory chip (minor hardware change)
heinrichsweikamp
parents:
413
diff
changeset
|
275 BUGFIX: Button sensitivity was not reset after update in some cases |
4389fe9673b2
NEW: Support for new logbook memory chip (minor hardware change)
heinrichsweikamp
parents:
413
diff
changeset
|
276 |
413
12e85930d95c
NEW: New Customview shows ppO2(O2) and ppO2(Diluent) during CCR mode
heinrichsweikamp
parents:
411
diff
changeset
|
277 [2.04] |
12e85930d95c
NEW: New Customview shows ppO2(O2) and ppO2(Diluent) during CCR mode
heinrichsweikamp
parents:
411
diff
changeset
|
278 - Beta Version - |
12e85930d95c
NEW: New Customview shows ppO2(O2) and ppO2(Diluent) during CCR mode
heinrichsweikamp
parents:
411
diff
changeset
|
279 NEW: New Customview shows ppO2(O2) and ppO2(Diluent) during CCR mode |
12e85930d95c
NEW: New Customview shows ppO2(O2) and ppO2(Diluent) during CCR mode
heinrichsweikamp
parents:
411
diff
changeset
|
280 |
411
93b270b3503d
BUGFIX: Fix missing ccr setup menu (From 2.02)
heinrichsweikamp
parents:
410
diff
changeset
|
281 [2.03] |
93b270b3503d
BUGFIX: Fix missing ccr setup menu (From 2.02)
heinrichsweikamp
parents:
410
diff
changeset
|
282 - Stable Version - |
93b270b3503d
BUGFIX: Fix missing ccr setup menu (From 2.02)
heinrichsweikamp
parents:
410
diff
changeset
|
283 BUGFIX: Fix missing ccr setup menu (From 2.02) |
93b270b3503d
BUGFIX: Fix missing ccr setup menu (From 2.02)
heinrichsweikamp
parents:
410
diff
changeset
|
284 |
410
d3087a8ed7e1
BUGFIX: Fix rare issue after battery change (OSTC3 did not start properly)
heinrichsweikamp
parents:
408
diff
changeset
|
285 [2.02] |
d3087a8ed7e1
BUGFIX: Fix rare issue after battery change (OSTC3 did not start properly)
heinrichsweikamp
parents:
408
diff
changeset
|
286 - Stable Version - |
d3087a8ed7e1
BUGFIX: Fix rare issue after battery change (OSTC3 did not start properly)
heinrichsweikamp
parents:
408
diff
changeset
|
287 BUGFIX: Fix rare issue after battery change (OSTC3 did not start properly) |
d3087a8ed7e1
BUGFIX: Fix rare issue after battery change (OSTC3 did not start properly)
heinrichsweikamp
parents:
408
diff
changeset
|
288 |
405
08fea401be24
BUGFIX: Divetime >99mins was not displayed (Only OSTC2 with serial >= )
heinrichsweikamp
parents:
403
diff
changeset
|
289 [2.01] |
08fea401be24
BUGFIX: Divetime >99mins was not displayed (Only OSTC2 with serial >= )
heinrichsweikamp
parents:
403
diff
changeset
|
290 - Stable Version - |
407 | 291 BUGFIX: Divetime >99mins was not displayed (Only OSTC2 with serial > 10500) |
408 | 292 BUGFIX: Minor layout fixes in divemode (Dynamic gaslist and stopwatch) |
407 | 293 BUGFIX: Minor language updates |
405
08fea401be24
BUGFIX: Divetime >99mins was not displayed (Only OSTC2 with serial >= )
heinrichsweikamp
parents:
403
diff
changeset
|
294 |
402
a3a0f1fd7fc4
NEW: Logbook shows markers with small orange boxes in the profile
heinrichsweikamp
parents:
401
diff
changeset
|
295 [2.00] |
a3a0f1fd7fc4
NEW: Logbook shows markers with small orange boxes in the profile
heinrichsweikamp
parents:
401
diff
changeset
|
296 - Stable Version - |
a3a0f1fd7fc4
NEW: Logbook shows markers with small orange boxes in the profile
heinrichsweikamp
parents:
401
diff
changeset
|
297 NEW: Logbook marker can be set in dive mode menu (OC only) |
a3a0f1fd7fc4
NEW: Logbook shows markers with small orange boxes in the profile
heinrichsweikamp
parents:
401
diff
changeset
|
298 NEW: Logbook shows markers with small orange boxes in the profile |
403
6e60012bb3fc
NEW: "Lost Gas" feature allows disabling gases during the dive
heinrichsweikamp
parents:
402
diff
changeset
|
299 NEW: "Lost Gas" feature allows disabling gases during the dive |
402
a3a0f1fd7fc4
NEW: Logbook shows markers with small orange boxes in the profile
heinrichsweikamp
parents:
401
diff
changeset
|
300 |
398
1f2e35f5a5aa
BUGFIX: Make sure SP1 is always selected on start in Auto-SP mode
heinrichsweikamp
parents:
395
diff
changeset
|
301 [1.94] |
402
a3a0f1fd7fc4
NEW: Logbook shows markers with small orange boxes in the profile
heinrichsweikamp
parents:
401
diff
changeset
|
302 - Beta Version - |
398
1f2e35f5a5aa
BUGFIX: Make sure SP1 is always selected on start in Auto-SP mode
heinrichsweikamp
parents:
395
diff
changeset
|
303 CHANGE: Show velocity from 5m/min or more (Ascend or descent) |
1f2e35f5a5aa
BUGFIX: Make sure SP1 is always selected on start in Auto-SP mode
heinrichsweikamp
parents:
395
diff
changeset
|
304 BUGFIX: Make sure SP1 is always selected on start in Auto-SP mode |
399
db25f2028074
CHANGE: New segmented speed graph in divemode
heinrichsweikamp
parents:
398
diff
changeset
|
305 CHANGE: New segmented speed graph in divemode |
db25f2028074
CHANGE: New segmented speed graph in divemode
heinrichsweikamp
parents:
398
diff
changeset
|
306 NEW: Safety Stop can be configured (Start-, End- and reset-depth + length of stop) via PC |
398
1f2e35f5a5aa
BUGFIX: Make sure SP1 is always selected on start in Auto-SP mode
heinrichsweikamp
parents:
395
diff
changeset
|
307 |
393 | 308 [1.93] |
309 - Stable Version - | |
394 | 310 BUGFIX: minor text allignment in CCR mode |
395 | 311 CHANGE: fix timing issues during Bluetooth download (Bluetooth models only) |
393 | 312 |
389
9175429bdeba
CHANGE: Logbook now shows end-of-dive date and time for dives made with firmware <1.92 indicated by an icon in the logbook
heinrichsweikamp
parents:
388
diff
changeset
|
313 [1.92] |
9175429bdeba
CHANGE: Logbook now shows end-of-dive date and time for dives made with firmware <1.92 indicated by an icon in the logbook
heinrichsweikamp
parents:
388
diff
changeset
|
314 - Stable Version - |
9175429bdeba
CHANGE: Logbook now shows end-of-dive date and time for dives made with firmware <1.92 indicated by an icon in the logbook
heinrichsweikamp
parents:
388
diff
changeset
|
315 CHANGE: Logbook now shows end-of-dive date and time for dives made with firmware <1.92 indicated by an icon in the logbook |
9175429bdeba
CHANGE: Logbook now shows end-of-dive date and time for dives made with firmware <1.92 indicated by an icon in the logbook
heinrichsweikamp
parents:
388
diff
changeset
|
316 CHANGE: Logbook shows start-of-dive date and time for dives made with firmware >=1.92 |
9175429bdeba
CHANGE: Logbook now shows end-of-dive date and time for dives made with firmware <1.92 indicated by an icon in the logbook
heinrichsweikamp
parents:
388
diff
changeset
|
317 BUGFIX: Text alignment in logbook |
392
32780516c8c6
NEW: Show actual dive count in logbook list view (If <1000)
heinrichsweikamp
parents:
389
diff
changeset
|
318 NEW: Show actual dive count in logbook list view (If <1000) |
32780516c8c6
NEW: Show actual dive count in logbook list view (If <1000)
heinrichsweikamp
parents:
389
diff
changeset
|
319 BUGFIX: Minor language and text aligment fixes |
389
9175429bdeba
CHANGE: Logbook now shows end-of-dive date and time for dives made with firmware <1.92 indicated by an icon in the logbook
heinrichsweikamp
parents:
388
diff
changeset
|
320 |
388
d8e2cf055fc3
BUGFIX: German texts in ppo2 menu were too long for screen resulting in resulting in text display issues
heinrichsweikamp
parents:
386
diff
changeset
|
321 [1.91] |
d8e2cf055fc3
BUGFIX: German texts in ppo2 menu were too long for screen resulting in resulting in text display issues
heinrichsweikamp
parents:
386
diff
changeset
|
322 - Stable Version - |
d8e2cf055fc3
BUGFIX: German texts in ppo2 menu were too long for screen resulting in resulting in text display issues
heinrichsweikamp
parents:
386
diff
changeset
|
323 BUGFIX: German texts in ppo2 menu were too long for screen resulting in resulting in text display issues |
d8e2cf055fc3
BUGFIX: German texts in ppo2 menu were too long for screen resulting in resulting in text display issues
heinrichsweikamp
parents:
386
diff
changeset
|
324 |
386 | 325 [1.90] |
376
e99bb91f6f92
CHANGE: Do not show ppO2 in warning area if already shown in custom view
heinrichsweikamp
parents:
375
diff
changeset
|
326 |
386 | 327 - Stable Version - |
376
e99bb91f6f92
CHANGE: Do not show ppO2 in warning area if already shown in custom view
heinrichsweikamp
parents:
375
diff
changeset
|
328 CHANGE: Do not show ppO2 in warning area if already shown in custom view |
e99bb91f6f92
CHANGE: Do not show ppO2 in warning area if already shown in custom view
heinrichsweikamp
parents:
375
diff
changeset
|
329 BUGFIX: Logbook list view for more then 100 stored dives |
381
e32f424223fb
BUGFIX: Battery consumption calculation in sleep mode (3,6V battery only)
heinrichsweikamp
parents:
378
diff
changeset
|
330 BUGFIX: BLE timings for MAC issues |
e32f424223fb
BUGFIX: Battery consumption calculation in sleep mode (3,6V battery only)
heinrichsweikamp
parents:
378
diff
changeset
|
331 BUGFIX: Battery consumption calculation in sleep mode (3,6V battery only) |
382 | 332 NEW: Bearing can be set in surface mode |
385
b075fa71b659
BUGFIX: +5min for stopwatch during simulation did not work
heinrichsweikamp
parents:
382
diff
changeset
|
333 BUGFIX: +5min for stopwatch during simulation did not work |
386 | 334 CHANGE: minor language updates |
376
e99bb91f6f92
CHANGE: Do not show ppO2 in warning area if already shown in custom view
heinrichsweikamp
parents:
375
diff
changeset
|
335 |
375
a9e35c1327aa
1.88 release, BUGFIX: Start with Sensor use from sleep (cR only), CHANGE: Apply button settings when button menu is closed, NEW: Reset button settings on a magnet reset (cR and OSTC 2)
heinrichsweikamp
parents:
373
diff
changeset
|
336 [1.88] |
a9e35c1327aa
1.88 release, BUGFIX: Start with Sensor use from sleep (cR only), CHANGE: Apply button settings when button menu is closed, NEW: Reset button settings on a magnet reset (cR and OSTC 2)
heinrichsweikamp
parents:
373
diff
changeset
|
337 |
a9e35c1327aa
1.88 release, BUGFIX: Start with Sensor use from sleep (cR only), CHANGE: Apply button settings when button menu is closed, NEW: Reset button settings on a magnet reset (cR and OSTC 2)
heinrichsweikamp
parents:
373
diff
changeset
|
338 - Stable Version - |
a9e35c1327aa
1.88 release, BUGFIX: Start with Sensor use from sleep (cR only), CHANGE: Apply button settings when button menu is closed, NEW: Reset button settings on a magnet reset (cR and OSTC 2)
heinrichsweikamp
parents:
373
diff
changeset
|
339 BUGFIX: Start with Sensor use from sleep (cR only) |
a9e35c1327aa
1.88 release, BUGFIX: Start with Sensor use from sleep (cR only), CHANGE: Apply button settings when button menu is closed, NEW: Reset button settings on a magnet reset (cR and OSTC 2)
heinrichsweikamp
parents:
373
diff
changeset
|
340 CHANGE: Apply button settings when button menu is closed |
a9e35c1327aa
1.88 release, BUGFIX: Start with Sensor use from sleep (cR only), CHANGE: Apply button settings when button menu is closed, NEW: Reset button settings on a magnet reset (cR and OSTC 2)
heinrichsweikamp
parents:
373
diff
changeset
|
341 NEW: Reset button settings on a magnet reset (cR and OSTC 2) |
a9e35c1327aa
1.88 release, BUGFIX: Start with Sensor use from sleep (cR only), CHANGE: Apply button settings when button menu is closed, NEW: Reset button settings on a magnet reset (cR and OSTC 2)
heinrichsweikamp
parents:
373
diff
changeset
|
342 |
a9e35c1327aa
1.88 release, BUGFIX: Start with Sensor use from sleep (cR only), CHANGE: Apply button settings when button menu is closed, NEW: Reset button settings on a magnet reset (cR and OSTC 2)
heinrichsweikamp
parents:
373
diff
changeset
|
343 |
368
57e349960ef4
Additional temperature calibration via PC interface
heinrichsweikamp
parents:
362
diff
changeset
|
344 [1.87] |
57e349960ef4
Additional temperature calibration via PC interface
heinrichsweikamp
parents:
362
diff
changeset
|
345 |
57e349960ef4
Additional temperature calibration via PC interface
heinrichsweikamp
parents:
362
diff
changeset
|
346 - Stable Version - |
57e349960ef4
Additional temperature calibration via PC interface
heinrichsweikamp
parents:
362
diff
changeset
|
347 NEW: Additional temperature calibration via PC interface |
373 | 348 NEW: Hardware support (Screen) |
368
57e349960ef4
Additional temperature calibration via PC interface
heinrichsweikamp
parents:
362
diff
changeset
|
349 |
362 | 350 [1.86] |
351 | |
352 - Stable Version - | |
353 | |
354 | |
355 [1.85] | |
343
34e2f5bdc5a2
BUGFIX: Rotate button sensitivity with screen (OSTC 2 and cR)
heinrichsweikamp
parents:
340
diff
changeset
|
356 |
357
36bd27f42362
BUGFIX: Auto-Brightness clipped to lowest settings in bright sunlight on some devices
heinrichsweikamp
parents:
353
diff
changeset
|
357 - Beta Version - |
343
34e2f5bdc5a2
BUGFIX: Rotate button sensitivity with screen (OSTC 2 and cR)
heinrichsweikamp
parents:
340
diff
changeset
|
358 BUGFIX: Rotate button sensitivity with screen (OSTC 2 and cR) |
344
1e342e433839
CHANGE: GF and aGF high range increased to 45-110%
heinrichsweikamp
parents:
343
diff
changeset
|
359 CHANGE: GF and aGF high range increased to 45-110% |
346
cf9ce6053dee
New option to download "Compact Headers". Improved BLE support (OSTC 2 and OSTC 3+), updated OSTC interface documentation
heinrichsweikamp
parents:
344
diff
changeset
|
360 NEW: New option to download "Compact Headers". Improved BLE support (OSTC 2 and OSTC 3+) |
353
573f2251cf49
NEW: Quit Simulator automatically when starting a real dive
heinrichsweikamp
parents:
346
diff
changeset
|
361 NEW: Quit Simulator automatically when starting a real dive |
357
36bd27f42362
BUGFIX: Auto-Brightness clipped to lowest settings in bright sunlight on some devices
heinrichsweikamp
parents:
353
diff
changeset
|
362 BUGFIX: Auto-Brightness clipped to lowest settings in bright sunlight on some devices |
360 | 363 CHANGE: Auto SP now available on OSTC 2 |
343
34e2f5bdc5a2
BUGFIX: Rotate button sensitivity with screen (OSTC 2 and cR)
heinrichsweikamp
parents:
340
diff
changeset
|
364 |
337
508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents:
281
diff
changeset
|
365 [1.82] |
508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents:
281
diff
changeset
|
366 |
508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents:
281
diff
changeset
|
367 - Beta Version - |
343
34e2f5bdc5a2
BUGFIX: Rotate button sensitivity with screen (OSTC 2 and cR)
heinrichsweikamp
parents:
340
diff
changeset
|
368 CHANGE: change button sensitivity range and default (OSTC2 and cR) |
337
508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents:
281
diff
changeset
|
369 NEW: MOD Warning (Can be disabled) |
362 | 370 NEW: Depth dependent ascend speed (Can be disabled) |
337
508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents:
281
diff
changeset
|
371 NEW: Graphical speed indicator (Can be disabled) |
508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents:
281
diff
changeset
|
372 NEW: Option to always show the ppO2, shows ppO2 for Diluent in CC mode |
338
2811932b4e99
NEW: Mode Auto SP: Automatically switches the SP during descent (CC Mode)
heinrichsweikamp
parents:
337
diff
changeset
|
373 NEW: Mode Auto SP: Automatically switches the SP during descent (CC Mode) |
340 | 374 NEW: Deco planer computes gas consumption for all gases and can compute bailout plans for CC modes |
337
508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents:
281
diff
changeset
|
375 |
281
eb758a5b44eb
BUGFIX: Fix download issue for dives made with 1.80 firmware
heinrichsweikamp
parents:
278
diff
changeset
|
376 [1.81] |
eb758a5b44eb
BUGFIX: Fix download issue for dives made with 1.80 firmware
heinrichsweikamp
parents:
278
diff
changeset
|
377 |
eb758a5b44eb
BUGFIX: Fix download issue for dives made with 1.80 firmware
heinrichsweikamp
parents:
278
diff
changeset
|
378 - Stable Version - |
eb758a5b44eb
BUGFIX: Fix download issue for dives made with 1.80 firmware
heinrichsweikamp
parents:
278
diff
changeset
|
379 BUGFIX: Fix download issue for dives made with 1.80 firmware |
eb758a5b44eb
BUGFIX: Fix download issue for dives made with 1.80 firmware
heinrichsweikamp
parents:
278
diff
changeset
|
380 |
278
dfac47ac2e1d
BUGFIX: There was a 1:4096 chance that a portion of a dive was not stored correctly resulting in download issues
heinrichsweikamp
parents:
275
diff
changeset
|
381 [1.80] |
273
12ee30cbced9
CHANGE: Automatically abort connection fail after 2mins (Bluetooth only)
heinrichsweikamp
parents:
272
diff
changeset
|
382 |
12ee30cbced9
CHANGE: Automatically abort connection fail after 2mins (Bluetooth only)
heinrichsweikamp
parents:
272
diff
changeset
|
383 - Stable Version - |
12ee30cbced9
CHANGE: Automatically abort connection fail after 2mins (Bluetooth only)
heinrichsweikamp
parents:
272
diff
changeset
|
384 CHANGE: Automatically abort connection fail after 2mins (Bluetooth only) |
274
9347893b74ce
BUGFIX: Fast Gas change near the ppO2 limit could cause switching to a non-available Gas #0
heinrichsweikamp
parents:
273
diff
changeset
|
385 BUGFIX: Fast Gas change near the ppO2 limit could cause switching to a non-available Gas #0 |
275 | 386 CHANGE: Code now called hwOS officially |
278
dfac47ac2e1d
BUGFIX: There was a 1:4096 chance that a portion of a dive was not stored correctly resulting in download issues
heinrichsweikamp
parents:
275
diff
changeset
|
387 BUGFIX: There was a 1:4096 chance that a portion of a dive was not stored correctly resulting in download issues |
273
12ee30cbced9
CHANGE: Automatically abort connection fail after 2mins (Bluetooth only)
heinrichsweikamp
parents:
272
diff
changeset
|
388 |
268
29acdb601548
BUGFIX: Increase timing tolerance for S8 HUD (cR only)
heinrichsweikamp
parents:
267
diff
changeset
|
389 [1.78] |
29acdb601548
BUGFIX: Increase timing tolerance for S8 HUD (cR only)
heinrichsweikamp
parents:
267
diff
changeset
|
390 |
29acdb601548
BUGFIX: Increase timing tolerance for S8 HUD (cR only)
heinrichsweikamp
parents:
267
diff
changeset
|
391 - Stable Version - |
29acdb601548
BUGFIX: Increase timing tolerance for S8 HUD (cR only)
heinrichsweikamp
parents:
267
diff
changeset
|
392 BUGFIX: Increase timing tolerance for S8 HUD (cR only) |
272 | 393 CHANGE: increase min input voltage from 1,2mV to 1,9mV (cR only) |
394 CHANGE: adjust menu for different hardware versions (OSTC 2) | |
268
29acdb601548
BUGFIX: Increase timing tolerance for S8 HUD (cR only)
heinrichsweikamp
parents:
267
diff
changeset
|
395 |
266 | 396 [1.77] |
397 | |
398 - Stable Version - | |
399 BUGFIX: Charge done indicator (cR and 2 Hardware) | |
267
f64afa14ef07
BUGFIX: Analog sensors were ignored in 1.76
heinrichsweikamp
parents:
266
diff
changeset
|
400 BUGFIX: Analog sensors were ignored in 1.76 |
266 | 401 |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
237
diff
changeset
|
402 [1.76] |
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
237
diff
changeset
|
403 |
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
237
diff
changeset
|
404 - Stable Version - |
265 | 405 CHANGE: aGF pair has same range then normal GF pair |
247
5968af2839a4
BUGFIX: Always update CCR sensor data in Sensor-Menu
heinrichsweikamp
parents:
239
diff
changeset
|
406 BUGFIX: Always update CCR sensor data in Sensor-Menu |
265 | 407 NEW: Graphical compass display in dive mode |
408 NEW: Bearing option in divemode | |
409 CHANGE: New warning icon | |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
237
diff
changeset
|
410 |
231
834e1c35160c
BUGFIX: Show average depth with one decimal digit only
mh@mh-THINK
parents:
227
diff
changeset
|
411 [1.75] |
834e1c35160c
BUGFIX: Show average depth with one decimal digit only
mh@mh-THINK
parents:
227
diff
changeset
|
412 |
834e1c35160c
BUGFIX: Show average depth with one decimal digit only
mh@mh-THINK
parents:
227
diff
changeset
|
413 - Stable Version - |
834e1c35160c
BUGFIX: Show average depth with one decimal digit only
mh@mh-THINK
parents:
227
diff
changeset
|
414 BUGFIX: Show average depth with one dezimal digit only |
233 | 415 NEW: Show start gas in OC mode permanently |
237 | 416 NEW: Show OSTC2-like active gas boxes in surface mode |
231
834e1c35160c
BUGFIX: Show average depth with one decimal digit only
mh@mh-THINK
parents:
227
diff
changeset
|
417 |
227
03946aa48fa5
NEW: Support for hwHUD without the LED module
heinrichsweikamp
parents:
225
diff
changeset
|
418 [1.74] |
225
31088352ee32
BUGFIX: Show dives with >999mins divetime correctly
heinrichsweikamp
parents:
223
diff
changeset
|
419 |
227
03946aa48fa5
NEW: Support for hwHUD without the LED module
heinrichsweikamp
parents:
225
diff
changeset
|
420 - Stable Version - |
225
31088352ee32
BUGFIX: Show dives with >999mins divetime correctly
heinrichsweikamp
parents:
223
diff
changeset
|
421 BUGFIX: Show dives with >999mins divetime correctly |
227
03946aa48fa5
NEW: Support for hwHUD without the LED module
heinrichsweikamp
parents:
225
diff
changeset
|
422 NEW: Support for optical hwHUD without the LED module (OSTC3 only) |
225
31088352ee32
BUGFIX: Show dives with >999mins divetime correctly
heinrichsweikamp
parents:
223
diff
changeset
|
423 |
222 | 424 [1.72] |
425 | |
223 | 426 - Stable Version - |
222 | 427 BUGFIX: Store new dives after power-loss during divemode correctly |
223 | 428 NEW: Make button sensitivity configurable (cR hardware) |
222 | 429 |
208
53771bd3d567
NEW: Show plan parameters in decoplan result page
heinrichsweikamp
parents:
198
diff
changeset
|
430 [1.70] |
53771bd3d567
NEW: Show plan parameters in decoplan result page
heinrichsweikamp
parents:
198
diff
changeset
|
431 |
53771bd3d567
NEW: Show plan parameters in decoplan result page
heinrichsweikamp
parents:
198
diff
changeset
|
432 - Stable Version - |
53771bd3d567
NEW: Show plan parameters in decoplan result page
heinrichsweikamp
parents:
198
diff
changeset
|
433 NEW: Show plan parameters in decoplan result page |
216
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
208
diff
changeset
|
434 NEW: On-board simulator can increase divetime in 5min steps |
217 | 435 BUGFIX: Layout fixes |
208
53771bd3d567
NEW: Show plan parameters in decoplan result page
heinrichsweikamp
parents:
198
diff
changeset
|
436 |
198
c511dc403d7e
(Slightly) reduce current consumption in Eco and sleep mode
heinrichsweikamp
parents:
188
diff
changeset
|
437 [1.62] |
c511dc403d7e
(Slightly) reduce current consumption in Eco and sleep mode
heinrichsweikamp
parents:
188
diff
changeset
|
438 |
c511dc403d7e
(Slightly) reduce current consumption in Eco and sleep mode
heinrichsweikamp
parents:
188
diff
changeset
|
439 - Beta Version - |
c511dc403d7e
(Slightly) reduce current consumption in Eco and sleep mode
heinrichsweikamp
parents:
188
diff
changeset
|
440 CHANGE: (Slightly) reduce current consumption in Eco and sleep mode |
c511dc403d7e
(Slightly) reduce current consumption in Eco and sleep mode
heinrichsweikamp
parents:
188
diff
changeset
|
441 NEW: Allow auto-return from setpoint fallback |
c511dc403d7e
(Slightly) reduce current consumption in Eco and sleep mode
heinrichsweikamp
parents:
188
diff
changeset
|
442 |
183
976e19d1e1ba
BUGFIX: O2 > 99% was not configurable from the PC
heinrichsweikamp
parents:
181
diff
changeset
|
443 [1.61] |
976e19d1e1ba
BUGFIX: O2 > 99% was not configurable from the PC
heinrichsweikamp
parents:
181
diff
changeset
|
444 |
976e19d1e1ba
BUGFIX: O2 > 99% was not configurable from the PC
heinrichsweikamp
parents:
181
diff
changeset
|
445 - Beta Version - |
976e19d1e1ba
BUGFIX: O2 > 99% was not configurable from the PC
heinrichsweikamp
parents:
181
diff
changeset
|
446 BUGFIX: O2 > 99% was not configurable from the PC |
184
faa06c58e977
BUGFIX: Quit Apnea mode on the surface manually
heinrichsweikamp
parents:
183
diff
changeset
|
447 BUGFIX: Quit Apnea mode on the surface manually |
185
f515712d8cd6
BUGFIX: Check min and max values after PC configuration properly
heinrichsweikamp
parents:
184
diff
changeset
|
448 BUGFIX: Check min and max values after PC configuration properly |
188
ebc28381f17d
NEW: Show Bailout Gas List in Surface mode (CCR Modes)
heinrichsweikamp
parents:
187
diff
changeset
|
449 CHANGE: Longer timeout (4 min) for calibration menu and Surface mode (CCR Modes) |
ebc28381f17d
NEW: Show Bailout Gas List in Surface mode (CCR Modes)
heinrichsweikamp
parents:
187
diff
changeset
|
450 NEW: Show Bailout Gas List in Surface mode (CCR Modes) |
ebc28381f17d
NEW: Show Bailout Gas List in Surface mode (CCR Modes)
heinrichsweikamp
parents:
187
diff
changeset
|
451 CHANGE: Faster update rate for sensor display in surface mode |
183
976e19d1e1ba
BUGFIX: O2 > 99% was not configurable from the PC
heinrichsweikamp
parents:
181
diff
changeset
|
452 |
181
32c17df38423
BUGFIX: END/EAD updated when adjusting current gas during the dive
heinrichsweikamp
parents:
178
diff
changeset
|
453 [1.60] |
32c17df38423
BUGFIX: END/EAD updated when adjusting current gas during the dive
heinrichsweikamp
parents:
178
diff
changeset
|
454 |
32c17df38423
BUGFIX: END/EAD updated when adjusting current gas during the dive
heinrichsweikamp
parents:
178
diff
changeset
|
455 - Stable Version - |
32c17df38423
BUGFIX: END/EAD updated when adjusting current gas during the dive
heinrichsweikamp
parents:
178
diff
changeset
|
456 BUGFIX: END/EAD updated when adjusting current gas during the dive |
32c17df38423
BUGFIX: END/EAD updated when adjusting current gas during the dive
heinrichsweikamp
parents:
178
diff
changeset
|
457 |
173 | 458 [1.54] |
459 | |
460 - Beta Version - | |
174
932e91074bdb
CHANGE: Clarify Travel Gases with "---" as change depth
heinrichsweikamp
parents:
173
diff
changeset
|
461 BUGFIX: Future TTS in sensor mode (CCR Mode) |
932e91074bdb
CHANGE: Clarify Travel Gases with "---" as change depth
heinrichsweikamp
parents:
173
diff
changeset
|
462 CHANGE: Clarify Travel Gases with "---" as change depth |
932e91074bdb
CHANGE: Clarify Travel Gases with "---" as change depth
heinrichsweikamp
parents:
173
diff
changeset
|
463 CHANGE: Enable "Change Depth" Menu only for deco gases |
175
d097e10b383b
CHANGE: Draw a frame around the dive mode menu
heinrichsweikamp
parents:
174
diff
changeset
|
464 CHANGE: Draw a frame around the dive mode menu |
178 | 465 BUGFIX: Average depth computation |
173 | 466 |
166
30ebaf72170d
BUGFIX: Flip compass with flipped screen, too
heinrichsweikamp
parents:
164
diff
changeset
|
467 [1.53] |
30ebaf72170d
BUGFIX: Flip compass with flipped screen, too
heinrichsweikamp
parents:
164
diff
changeset
|
468 |
30ebaf72170d
BUGFIX: Flip compass with flipped screen, too
heinrichsweikamp
parents:
164
diff
changeset
|
469 - Beta Version - |
30ebaf72170d
BUGFIX: Flip compass with flipped screen, too
heinrichsweikamp
parents:
164
diff
changeset
|
470 BUGFIX: Flip compass with flipped screen, too |
30ebaf72170d
BUGFIX: Flip compass with flipped screen, too
heinrichsweikamp
parents:
164
diff
changeset
|
471 BUGFIX: Surface interval was paused during simulator |
168
1784ab9362ca
BUGFIX: False max. temp in Logbook, false Bailout and Gas 6 flags in logbook
heinrichsweikamp
parents:
166
diff
changeset
|
472 BUGFIX: False max. temp in Logbook, false Bailout and Gas 6 flags in logbook |
169
dcf3e08f31ac
CHANGE: Improve internal logbook usability
heinrichsweikamp
parents:
168
diff
changeset
|
473 CHANGE: Improve internal logbook usability |
170 | 474 CHANGE: Compass readout smoothed |
166
30ebaf72170d
BUGFIX: Flip compass with flipped screen, too
heinrichsweikamp
parents:
164
diff
changeset
|
475 |
162
95d05cc14736
NEW: Safe tissue data, date and time during firmware update
heinrichsweikamp
parents:
159
diff
changeset
|
476 [1.52] |
95d05cc14736
NEW: Safe tissue data, date and time during firmware update
heinrichsweikamp
parents:
159
diff
changeset
|
477 |
95d05cc14736
NEW: Safe tissue data, date and time during firmware update
heinrichsweikamp
parents:
159
diff
changeset
|
478 - Beta Version - |
95d05cc14736
NEW: Safe tissue data, date and time during firmware update
heinrichsweikamp
parents:
159
diff
changeset
|
479 NEW: Safe tissue data, date and time during firmware update |
95d05cc14736
NEW: Safe tissue data, date and time during firmware update
heinrichsweikamp
parents:
159
diff
changeset
|
480 CHANGE: Postion of min. and (NEW:) max. temperature in logbook |
164 | 481 BUGFIX: Fast diluent (w/o dive mode menu) change did not work correctly |
162
95d05cc14736
NEW: Safe tissue data, date and time during firmware update
heinrichsweikamp
parents:
159
diff
changeset
|
482 |
153 | 483 [1.51] |
152
19ad15f04f60
BUGFIX: Clear Setpoint-Fallback warning when in bailout
heinrichsweikamp
parents:
149
diff
changeset
|
484 |
19ad15f04f60
BUGFIX: Clear Setpoint-Fallback warning when in bailout
heinrichsweikamp
parents:
149
diff
changeset
|
485 - Beta Version - |
19ad15f04f60
BUGFIX: Clear Setpoint-Fallback warning when in bailout
heinrichsweikamp
parents:
149
diff
changeset
|
486 BUGFIX: Clear Setpoint-Fallback warning when in bailout |
19ad15f04f60
BUGFIX: Clear Setpoint-Fallback warning when in bailout
heinrichsweikamp
parents:
149
diff
changeset
|
487 NEW: 180° display rotation option |
154
afa31c815f24
NEW: Show ppO2 for change depth during gas setup
heinrichsweikamp
parents:
153
diff
changeset
|
488 NEW: Show ppO2 for change depth during gas setup |
155
5f71e31bd5b3
CHANGE: Re-arranged Settings Menu, add 180? rotate to menu
heinrichsweikamp
parents:
154
diff
changeset
|
489 CHANGE: Re-arranged Settings Menu |
159 | 490 BUGFIX: PC configuration issues fixed |
152
19ad15f04f60
BUGFIX: Clear Setpoint-Fallback warning when in bailout
heinrichsweikamp
parents:
149
diff
changeset
|
491 |
149 | 492 [1.50] |
493 | |
494 Stable release | |
495 | |
145
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
144
diff
changeset
|
496 [1.46] |
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
144
diff
changeset
|
497 |
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
144
diff
changeset
|
498 - Beta Version - |
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
144
diff
changeset
|
499 NEW: Setpoint-Fallback option for external O2 sensor failure |
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
144
diff
changeset
|
500 |
144 | 501 [1.45] |
502 | |
503 - Beta Version - | |
504 CHANGE: Minor German language update | |
505 BUGFIX: Clock setting (Bug from 1.44beta) | |
506 | |
141 | 507 [1.44] |
508 | |
130 | 509 - Beta Version - |
131 | 510 NEW: Update warnings every second |
511 NEW: Show "Stop" in front of Safety Stop | |
132
ec0b1e829399
Bugfix: Start dive mode simulator in correct depth
heinrichsweikamp
parents:
131
diff
changeset
|
512 BUGFIX: Start dive mode simulator in correct depth |
133
939f1e83c4c2
BUGFIX: Surface interval was not displayed correctly in some cases
heinrichsweikamp
parents:
132
diff
changeset
|
513 BUGFIX: Surface interval was not displayed correctly in some cases |
939f1e83c4c2
BUGFIX: Surface interval was not displayed correctly in some cases
heinrichsweikamp
parents:
132
diff
changeset
|
514 NEW: Store tissue load, date and time, surface interval, desat. time and nofly time every hour and reload them after battery change |
134
4574aed5cd4c
Show clock in Apnea mode, minor layout changes in Apnea mode
heinrichsweikamp
parents:
133
diff
changeset
|
515 NEW: Show clock in Apnea mode, minor layout changes in Apnea mode |
149 | 516 NEW: Simplify gas change (Two button presses only) |
130 | 517 |
141 | 518 [1.41] |
519 | |
127 | 520 - Beta Version - |
123 | 521 NEW: Ceiling display (GF_hi based) in divemode |
113 | 522 NEW: Support for C3 hardware |
118 | 523 CHANGE: Show heading with leading zeros |
119 | 524 BUGFIX: Do not show "GF info" for non-GF modes |
127 | 525 BUGFIX: Minor display allignment changes |
113 | 526 |
141 | 527 [1.40] |
528 | |
103 | 529 CHANGE: Minor language updates |
104
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
103
diff
changeset
|
530 NEW: Show a Safety Stop if enabled (Menu "Deco Parameters") |
107
dc44aa645549
BUGFIX: wrong ppo2 recording parameter in short header
heinrichsweikamp
parents:
105
diff
changeset
|
531 BUGFIX: dive profile recording issue in OC mode |
110 | 532 BUGFIX: OSTC settings via USB issues |
111 | 533 BUGFIX: CNS in deco planner |
102
37275e0fa7f5
NEW: Show End-of-Dive time together with clock during deco
heinrichsweikamp
parents:
100
diff
changeset
|
534 |
141 | 535 [1.30] |
536 | |
100 | 537 NEW: Show event "Bailout" in internal logbook |
97
53a99a2dc6a1
CHANGE: Always compute bailout plan based on all active gases
heinrichsweikamp
parents:
95
diff
changeset
|
538 CHANGE: Always compute bailout plan based on all active gases |
53a99a2dc6a1
CHANGE: Always compute bailout plan based on all active gases
heinrichsweikamp
parents:
95
diff
changeset
|
539 CHANGE: Re-select last diluent when returning from bailout to OC |
100 | 540 BUGFIX: Show "*" always in front of the initial Setpoint 1 |
95
3dfc2b7ced6d
BUGFIX: Show "*" always in front of the initial Setpoint 1
heinrichsweikamp
parents:
94
diff
changeset
|
541 |
141 | 542 [1.26] |
543 | |
94
f2201aa374db
BUGFIX: compass calibration does now timeout automatically after 60s
heinrichsweikamp
parents:
92
diff
changeset
|
544 BUGFIX: compass calibration does now timeout automatically after 60s |
f2201aa374db
BUGFIX: compass calibration does now timeout automatically after 60s
heinrichsweikamp
parents:
92
diff
changeset
|
545 BUGFIX: decoplan re-calculation in bailout case |
f2201aa374db
BUGFIX: compass calibration does now timeout automatically after 60s
heinrichsweikamp
parents:
92
diff
changeset
|
546 |
141 | 547 [1.25] |
548 | |
89
c34516c99ca8
BUGFIX: No average depth for end-of-dive portion (<1m)
heinrichsweikamp
parents:
87
diff
changeset
|
549 BUGFIX: No average depth for end-of-dive portion (<1m) |
c34516c99ca8
BUGFIX: No average depth for end-of-dive portion (<1m)
heinrichsweikamp
parents:
87
diff
changeset
|
550 BUGFIX: Show "CC Diluents" in logbook instead of OC Gas List |
90
3274e87fd027
NEW: automatic compass gain makes calibration quicker
heinrichsweikamp
parents:
89
diff
changeset
|
551 NEW: automatic compass gain makes calibration quicker |
92
7ca1105751c7
add sensor calibration option (PC only), some cleanup
heinrichsweikamp
parents:
90
diff
changeset
|
552 CHANGE: Battery percent setpoints adjusted to worst case current consumption |
89
c34516c99ca8
BUGFIX: No average depth for end-of-dive portion (<1m)
heinrichsweikamp
parents:
87
diff
changeset
|
553 |
141 | 554 [1.24] |
555 | |
87 | 556 CHANGE: Minor french translation |
557 CHANGE: No warning sign for selected aGF | |
558 CHANGE: Show battery warning sign for less then 10% battery capacity only | |
559 CHANGE: Color schemes improved | |
560 | |
141 | 561 [1.23] |
562 | |
78
668b432dcae9
BUGFIX: Reset Logbook did not reset Logbook TOC properly
mh@mh-THINK.localdomain
parents:
77
diff
changeset
|
563 BUGFIX: Reset Logbook did not reset Logbook TOC properly |
668b432dcae9
BUGFIX: Reset Logbook did not reset Logbook TOC properly
mh@mh-THINK.localdomain
parents:
77
diff
changeset
|
564 |
141 | 565 [1.22] |
566 | |
77
131e6dd9e201
BUGFIX: Potential bug to freeze the OSTC3 after battery change or update
heinrichsweikamp
parents:
76
diff
changeset
|
567 BUGFIX: Potential bug to freeze the OSTC3 after battery change or update |
131e6dd9e201
BUGFIX: Potential bug to freeze the OSTC3 after battery change or update
heinrichsweikamp
parents:
76
diff
changeset
|
568 |
141 | 569 [1.21] |
570 | |
76 | 571 CHANGE: French Translations, again |
572 BUGFIX: Fix cursor in "New Battery" menu | |
573 NEW: Show serial number and firmware version in main menu | |
574 CHANGE: "Reset all" returns to surface mode | |
575 CHANGE: Single press surfacemode menu | |
576 | |
141 | 577 [1.20] |
578 | |
75 | 579 Stable release |
580 | |
141 | 581 [1.12] |
582 | |
66
00636132cca6
BUGFIX: Maintain last selected customview in surface mode
heinrichsweikamp
parents:
65
diff
changeset
|
583 BUGFIX: Maintain last selected customview in surface mode |
68 | 584 BUGFIX: Set Day for months <31 days |
69 | 585 CHANGE: Some French Translations |
586 CHANGE: Default Future TTS=0 (Disabled) | |
587 NEW: Expand "gas change window" up to 1m below programmed | |
588 change depth (If ppO2 within user-set max. threshold) | |
589 BUGFIX: Intermittent USB connection on MAC | |
66
00636132cca6
BUGFIX: Maintain last selected customview in surface mode
heinrichsweikamp
parents:
65
diff
changeset
|
590 |
141 | 591 [1.11] |
592 | |
65 | 593 NEW: allow logbook erase from reset menu |
594 NEW: show battery voltage in info menu | |
595 | |
141 | 596 [1.10] |
597 | |
62 | 598 Stable release |
599 | |
141 | 600 [1.04] |
601 | |
59 | 602 NEW: 1.6 hardware support |
603 CHANGE: Backlight level in eco mode | |
60 | 604 BUGFIX: Display Desat.-Time >100 hours |
59 | 605 |
141 | 606 [1.03] |
607 | |
50 | 608 NEW: user-selectable color schemes |
54 | 609 BUGFIX: div. language corrections |
610 NEW: Dynamic Gaslist in OC mode (Divemode, Customview 7) | |
55 | 611 CHANGE: Change "O2" warning to "ppO2" |
612 NEW: "End-of-Dive" countdown when surfaced | |
50 | 613 |
141 | 614 [1.02] |
615 | |
48 | 616 CHANGE: Time and Date in normal (Not tiny) font |
617 BUGFIX: Minor french language fix | |
618 | |
141 | 619 [1.01] |
620 | |
47 | 621 BUGFIX: deco gas init in OC planner |
622 | |
141 | 623 [1.00] |
624 | |
44
18fe4e668baa
BUGFIX: Percent display with 1,5V batteries
heinrichsweikamp
parents:
41
diff
changeset
|
625 BUGFIX: Percent display with 1,5V batteries |
18fe4e668baa
BUGFIX: Percent display with 1,5V batteries
heinrichsweikamp
parents:
41
diff
changeset
|
626 |
141 | 627 [0.99] |
628 | |
31
53a09c1b7410
BUGFIX: alternating brightness at very low ambient light
heinrichsweikamp
parents:
29
diff
changeset
|
629 BUGFIX: alternating brightness at very low ambient light |
32 | 630 CHANGE: GF high lowest setting 60% |
36 | 631 BUGFIX: NOAA tables for CNS are in ATA, not bar |
632 CHANGE: change apnea timeout, do no longer store apnea dives in logbook | |
40 | 633 BUGFIX: Simulator in CC mode |
634 BUGFIX: Apnea total divetime | |
635 BUGFIX: Battery percent value with 3,6V battery | |
41 | 636 NEW: Surface customview with important deco settings |
31
53a09c1b7410
BUGFIX: alternating brightness at very low ambient light
heinrichsweikamp
parents:
29
diff
changeset
|
637 |
141 | 638 [0.98] |
639 | |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
26
diff
changeset
|
640 New: Add cardinal (and ordinal) directions for the compass |
26 | 641 |
141 | 642 [0.97] |
643 | |
19 | 644 NEW: compass gain option to work with more magnetic battery types |
25 | 645 BUGFIX: fix imperial units in logbook |
19 | 646 |
141 | 647 [0.96] |
648 | |
17 | 649 NEW: calm compass reading for minor heading changes |
650 NEW: reduce eco low brightness threshold (for cave diving) | |
651 | |
141 | 652 [0.95] |
653 | |
14 | 654 BUGFIX: Show "MOD:" instead of "EAD:" in gas setup |
655 | |
141 | 656 [0.94] |
657 | |
11 | 658 CHANGE: Show Max. Depth with 0.1m precision |
659 | |
141 | 660 [0.91] |
661 | |
9 | 662 BUGFIX: Battery percents in cold water |
663 | |
141 | 664 [0.93] |
665 | |
9 | 666 BUGFIX: Custom text <60 chars |
667 BUGFIX: Logbook PC protocol | |
668 Italian language updates | |
669 BUGFIX: Timeout in decoplanner result page | |
670 |