annotate code_part1/OSTC_code_asm_part1/changelog.txt @ 360:d4ca9196e830

Added 1/10/100 steps for CF menu. * Displays steps formated with type. * Special 0:01, 0:10, 1:00 steps for mm:ss type. * * * * * *
author JeanDo
date Wed, 08 Jun 2011 00:01:53 +0200
parents b5b030c1ae7e
children 88660a400338
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
347
ba0f30f3d560 Ignore depths>130m in PC simulation
heinrichsweikamp
parents: 325
diff changeset
1 New in 1.91 beta:
ba0f30f3d560 Ignore depths>130m in PC simulation
heinrichsweikamp
parents: 325
diff changeset
2 BETA Version - Do NOT use for diving!
ba0f30f3d560 Ignore depths>130m in PC simulation
heinrichsweikamp
parents: 325
diff changeset
3 BUGFIX: Ignore depths>130m in PC simulation
360
d4ca9196e830 Added 1/10/100 steps for CF menu.
JeanDo
parents: 353
diff changeset
4 BUGFIX: Avoid spurious CF55 stops with 3 gas or more
d4ca9196e830 Added 1/10/100 steps for CF menu.
JeanDo
parents: 353
diff changeset
5 NEW: Allow -2:00 to +2:00 adjustement per day (CF48).
d4ca9196e830 Added 1/10/100 steps for CF menu.
JeanDo
parents: 353
diff changeset
6 NEW: 1/10/100 steps in CF menu
347
ba0f30f3d560 Ignore depths>130m in PC simulation
heinrichsweikamp
parents: 325
diff changeset
7
ba0f30f3d560 Ignore depths>130m in PC simulation
heinrichsweikamp
parents: 325
diff changeset
8 New in 1.90 Stable:
ba0f30f3d560 Ignore depths>130m in PC simulation
heinrichsweikamp
parents: 325
diff changeset
9 Stable release
ba0f30f3d560 Ignore depths>130m in PC simulation
heinrichsweikamp
parents: 325
diff changeset
10
324
a86c9d1219ce ppO2 diluent (flush) color coded
Heinrichsweikamp
parents: 309
diff changeset
11 New in 1.89 beta:
a86c9d1219ce ppO2 diluent (flush) color coded
Heinrichsweikamp
parents: 309
diff changeset
12 BETA Version - Do NOT use for diving!
a86c9d1219ce ppO2 diluent (flush) color coded
Heinrichsweikamp
parents: 309
diff changeset
13 NEW: ppO2 in case of a loop flush can be displayed in CCR mode
325
4a28d7a1c620 Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents: 324
diff changeset
14 NEW: Fixed Setpoint with color warnings
4a28d7a1c620 Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents: 324
diff changeset
15 BUGFIX: Fixed Setpoint behavior >2,55bar with CF38=ON
4a28d7a1c620 Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents: 324
diff changeset
16 NEW: Future TTS also available in no-deco phase of dive
324
a86c9d1219ce ppO2 diluent (flush) color coded
Heinrichsweikamp
parents: 309
diff changeset
17
309
2f21f7a77608 moved cf warning to upper right corner
heinrichsweikamp
parents: 307
diff changeset
18 New in 1.88 beta:
2f21f7a77608 moved cf warning to upper right corner
heinrichsweikamp
parents: 307
diff changeset
19 BETA Version - Do NOT use for diving!
2f21f7a77608 moved cf warning to upper right corner
heinrichsweikamp
parents: 307
diff changeset
20 CHANGE: CF warning window moved to upper right corner
324
a86c9d1219ce ppO2 diluent (flush) color coded
Heinrichsweikamp
parents: 309
diff changeset
21 BUGFIX: Gas4 fixed
a86c9d1219ce ppO2 diluent (flush) color coded
Heinrichsweikamp
parents: 309
diff changeset
22 NEW: Future TTS (@xx Variant) in Custom View (Divemode)
a86c9d1219ce ppO2 diluent (flush) color coded
Heinrichsweikamp
parents: 309
diff changeset
23 NEW: CF58 (0-10 min): Computes Future TTS in xx min
309
2f21f7a77608 moved cf warning to upper right corner
heinrichsweikamp
parents: 307
diff changeset
24
273
35bbab4d3c6f 1.86beta release - 1.87beta start
heinrichsweikamp
parents: 268
diff changeset
25 New in 1.87 beta:
35bbab4d3c6f 1.86beta release - 1.87beta start
heinrichsweikamp
parents: 268
diff changeset
26 BETA Version - Do NOT use for diving!
281
f8f865c70a0d no more sorted gaslist...
heinrichsweikamp
parents: 273
diff changeset
27 CHANGE: Runtime simulator faster
f8f865c70a0d no more sorted gaslist...
heinrichsweikamp
parents: 273
diff changeset
28 BUGFIX: "Active?" list in Divemode
292
21a0f7393468 New CNS calculation in decoplan.
JeanDo
parents: 281
diff changeset
29 NEW: Display CNS in decoplan
21a0f7393468 New CNS calculation in decoplan.
JeanDo
parents: 281
diff changeset
30 NEW: Colored stops in decoplan (CF55 > 0)
298
880db4afeecc changelog updated
heinrichsweikamp
parents: 297
diff changeset
31 NEW: 115kbaud/s bootloader
307
5bc3467fc421 New live EAD/END in divemode (both OCR and CCR).
JeanDo
parents: 301
diff changeset
32 NEW: Colored battery sign when charging (yellow) or charged (green)
298
880db4afeecc changelog updated
heinrichsweikamp
parents: 297
diff changeset
33 CHANGE: Battery symbol filled
296
2986e7cdb68c Apply salinity for ceiling warning
Heinrichsweikamp
parents: 292
diff changeset
34 BUGFIX: Apply salinity for ceiling warning
307
5bc3467fc421 New live EAD/END in divemode (both OCR and CCR).
JeanDo
parents: 301
diff changeset
35 CHANGE: Gas Setup page 2 reworked (MOD depth default)
298
880db4afeecc changelog updated
heinrichsweikamp
parents: 297
diff changeset
36 BUGFIX: x-scale in Logbook fixed
880db4afeecc changelog updated
heinrichsweikamp
parents: 297
diff changeset
37 CHANGE: Some typos in English text
301
a5fd8777a598 Display ppO2[Diluent] in CCR modes
heinrichsweikamp
parents: 298
diff changeset
38 NEW: Display ppO2[Diluent] in CCR modes
307
5bc3467fc421 New live EAD/END in divemode (both OCR and CCR).
JeanDo
parents: 301
diff changeset
39 NEW: Display EAD/END in OCR and CCR modes
273
35bbab4d3c6f 1.86beta release - 1.87beta start
heinrichsweikamp
parents: 268
diff changeset
40
267
814ac3af3052 1.85beta release, 1.86beta start, german texts updated
heinrichsweikamp
parents: 255
diff changeset
41 New in 1.86 beta:
814ac3af3052 1.85beta release, 1.86beta start, german texts updated
heinrichsweikamp
parents: 255
diff changeset
42 BETA Version - Do NOT use for diving!
268
7d24c9d62095 average depth in logbook fixed
heinrichsweikamp
parents: 267
diff changeset
43 BUGFIX: Average depth in Logbook fixed
273
35bbab4d3c6f 1.86beta release - 1.87beta start
heinrichsweikamp
parents: 268
diff changeset
44 BUGFIX: Stand-alone simulator
267
814ac3af3052 1.85beta release, 1.86beta start, german texts updated
heinrichsweikamp
parents: 255
diff changeset
45
814ac3af3052 1.85beta release, 1.86beta start, german texts updated
heinrichsweikamp
parents: 255
diff changeset
46 New in 1.85 beta:
814ac3af3052 1.85beta release, 1.86beta start, german texts updated
heinrichsweikamp
parents: 255
diff changeset
47 BETA Version - Do NOT use for diving!
814ac3af3052 1.85beta release, 1.86beta start, german texts updated
heinrichsweikamp
parents: 255
diff changeset
48 BUGFIX: zero gas rate (bug bb28)
814ac3af3052 1.85beta release, 1.86beta start, german texts updated
heinrichsweikamp
parents: 255
diff changeset
49 BUGFIX: Safer rounding (bug bb29)
814ac3af3052 1.85beta release, 1.86beta start, german texts updated
heinrichsweikamp
parents: 255
diff changeset
50 CHANGE: making the seconds display in divemode smoother
814ac3af3052 1.85beta release, 1.86beta start, german texts updated
heinrichsweikamp
parents: 255
diff changeset
51
228
6d4e29d80ff3 1.83beta release, 1.84beta start
heinrichsweikamp
parents: 219
diff changeset
52 New in 1.84 beta:
6d4e29d80ff3 1.83beta release, 1.84beta start
heinrichsweikamp
parents: 219
diff changeset
53 BETA Version - Do NOT use for diving!
229
85ea09d3b9d8 Nofly should not be reset after dive simulation (bug BB18).
JeanDo
parents: 228
diff changeset
54 BUGFIX: NoFly time should not be reseted after dive simulation.
239
3ed240d60341 High altitude (Plane/Fly) mode added
heinrichsweikamp
parents: 229
diff changeset
55 NEW: High altitude (Plane/Fly) mode added
253
3a4096f32526 show CNS in logbook for all dives made with V1.84beta and later
heinrichsweikamp
parents: 249
diff changeset
56 NEW: Gaslist, Salinity, CNS and Average depth displayed in Logbook
248
571626276aaa Logbook now shows gas changes in depth profile
heinrichsweikamp
parents: 245
diff changeset
57 NEW: Internal logbook shows Gas changes
249
544cc5d47755 small clean
heinrichsweikamp
parents: 248
diff changeset
58 NEW: Release in French, Spain, English and German (Use correct HEX file!)
255
1efd59d689f8 small change in the set time menu, default setpoints set to 0.8, 1.0 and 1.2Bar
heinrichsweikamp
parents: 253
diff changeset
59 CHANGE: Set Time menu
245
dee88c962653 Some clean up and minor I2C speed improvements
heinrichsweikamp
parents: 243
diff changeset
60
219
b6dd54b3567c NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents: 209
diff changeset
61 New in 1.83 beta:
b6dd54b3567c NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents: 209
diff changeset
62 BETA Version - Do NOT use for diving!
b6dd54b3567c NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents: 209
diff changeset
63 BUGFIX: gas switch
228
6d4e29d80ff3 1.83beta release, 1.84beta start
heinrichsweikamp
parents: 219
diff changeset
64 NEW: De/Activate gases underwater (Gaslist -> More -> Actve?)
6d4e29d80ff3 1.83beta release, 1.84beta start
heinrichsweikamp
parents: 219
diff changeset
65 NEW: Gas Consumption caluculation in offline simulator (After Decoplan)
6d4e29d80ff3 1.83beta release, 1.84beta start
heinrichsweikamp
parents: 219
diff changeset
66 NEW: CF56 Bottom gas usage (l/min or bar/min) (For Simulator)
6d4e29d80ff3 1.83beta release, 1.84beta start
heinrichsweikamp
parents: 219
diff changeset
67 NEW: CF57 Ascent/deco gas usage (l/min or bar/min) (For Simulator)
219
b6dd54b3567c NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents: 209
diff changeset
68
206
3414169a2bde changelog updated
heinrichsweikamp
parents: 197
diff changeset
69 New in 1.82 beta:
3414169a2bde changelog updated
heinrichsweikamp
parents: 197
diff changeset
70 BETA Version - Do NOT use for diving!
207
d2a38470f0b2 faster logbook speed
heinrichsweikamp
parents: 206
diff changeset
71 CHANGE: Speed optimization in Logbook
209
cdba979821ee frame around logbook scale, some more speed improvements
heinrichsweikamp
parents: 207
diff changeset
72 NEW: Scale for Profile view in Logbook (10m,10min)
206
3414169a2bde changelog updated
heinrichsweikamp
parents: 197
diff changeset
73
160
0ee809806454 1.80 stable released, 1.81beta started
heinrichsweikamp
parents: 158
diff changeset
74 New in 1.81 beta:
156
3f4d60385f9c custom view default for surfacemode
heinrichsweikamp
parents: 141
diff changeset
75 BETA Version - Do NOT use for diving!
206
3414169a2bde changelog updated
heinrichsweikamp
parents: 197
diff changeset
76 NEW: Release in French, Spain and English (Use correct HEX file!)
197
f15e804ff67f Gas switch delay
JeanDo
parents: 180
diff changeset
77 CHANGE: ZH-L16 display all stops (up to 96m), as ZH-L16-GF mode
180
8aced3c7590c store gf_hi and gf_lo in logbook
Heinrichsweikamp
parents: 179
diff changeset
78 BUGFIX: Don't wrap TTS sum (still limit each stop display (not compute) to ~4h)
8aced3c7590c store gf_hi and gf_lo in logbook
Heinrichsweikamp
parents: 179
diff changeset
79 NEW: CF54: =1:Display shallowest stop first (decoplan and divemode)
179
77ab44108c07 BUGFIX: Inactive gases greyed-out in Simulator results
Heinrichsweikamp
parents: 169
diff changeset
80 BUGFIX: Inactive gases greyed-out in Simulator results
77ab44108c07 BUGFIX: Inactive gases greyed-out in Simulator results
Heinrichsweikamp
parents: 169
diff changeset
81 BUGFIX: "Better Gas" now works for Gas 4 and Gas 5, as well
180
8aced3c7590c store gf_hi and gf_lo in logbook
Heinrichsweikamp
parents: 179
diff changeset
82 NEW: GF_lo and GF_hi stored in logbook
197
f15e804ff67f Gas switch delay
JeanDo
parents: 180
diff changeset
83 BUGFIX: Gradient factor reworked
f15e804ff67f Gas switch delay
JeanDo
parents: 180
diff changeset
84 NEW: CF55: Additional delay for gas switch (decoplan, includng divemode)
160
0ee809806454 1.80 stable released, 1.81beta started
heinrichsweikamp
parents: 158
diff changeset
85
0ee809806454 1.80 stable released, 1.81beta started
heinrichsweikamp
parents: 158
diff changeset
86 New in 1.80 Stable:
0ee809806454 1.80 stable released, 1.81beta started
heinrichsweikamp
parents: 158
diff changeset
87 Stable release
156
3f4d60385f9c custom view default for surfacemode
heinrichsweikamp
parents: 141
diff changeset
88 BUGFIX: No Custom view in Surfacemode as default
3f4d60385f9c custom view default for surfacemode
heinrichsweikamp
parents: 141
diff changeset
89
139
e09ecbae060e 1.76beta start....
heinrichsweikamp
parents: 138
diff changeset
90 New in 1.76 Beta:
e09ecbae060e 1.76beta start....
heinrichsweikamp
parents: 138
diff changeset
91 BETA Version - Do NOT use for diving!
140
87a53efbb5ba "beta" shown for beta versions
heinrichsweikamp
parents: 139
diff changeset
92 NEW: "beta" is shown for beta versions
87a53efbb5ba "beta" shown for beta versions
heinrichsweikamp
parents: 139
diff changeset
93 CHANGE: NoFly and Desaturation time only visible when > 0
141
622da16b768f LowBatt! Warning in divemode
heinrichsweikamp
parents: 140
diff changeset
94 CHANGE: "LowBatt!" Warning in Divemode
139
e09ecbae060e 1.76beta start....
heinrichsweikamp
parents: 138
diff changeset
95
115
50a06adabc67 First gas is active, Gauge mode display
heinrichsweikamp
parents: 111
diff changeset
96 New in 1.75 Beta:
50a06adabc67 First gas is active, Gauge mode display
heinrichsweikamp
parents: 111
diff changeset
97 BETA Version - Do NOT use for diving!
50a06adabc67 First gas is active, Gauge mode display
heinrichsweikamp
parents: 111
diff changeset
98 BUGFIX: Decomask in Gauge mode removed
129
06c4899ddb4b Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents: 115
diff changeset
99 NEW: Decoplan rewritten, now has practically unlimited number of stops (OSTC MK.2 only)
06c4899ddb4b Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents: 115
diff changeset
100 NEW: Altimeter (OSTC MK.2 only)
06c4899ddb4b Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents: 115
diff changeset
101 BUGFIX: Timeout reset in Customview (OSTC MK.2 only)
06c4899ddb4b Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents: 115
diff changeset
102 BUGFIX: Surface Interval
06c4899ddb4b Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents: 115
diff changeset
103 NEW: Non-Resettable Average Depth (OSTC MK.2 only)
138
dd4b899c56c1 1.75beta released
heinrichsweikamp
parents: 129
diff changeset
104 NEW: CF41: Mix Type Icons in Surfacemode (OSTC MK.2 only)
dd4b899c56c1 1.75beta released
heinrichsweikamp
parents: 129
diff changeset
105 NEW: CF49: Show Altimeter in Surfacemode (OSTC MK.2 only)
dd4b899c56c1 1.75beta released
heinrichsweikamp
parents: 129
diff changeset
106 NEW: CF50: Show LogMarker in Divemode/Customview (OSTC MK.2 only)
dd4b899c56c1 1.75beta released
heinrichsweikamp
parents: 129
diff changeset
107 NEW: CF51: Show Stopwatch in Divemode/Customview (OSTC MK.2 only)
dd4b899c56c1 1.75beta released
heinrichsweikamp
parents: 129
diff changeset
108 NEW: CF52: Show Tissue Graph in Divemode/Customview (OSTC MK.2 only)
dd4b899c56c1 1.75beta released
heinrichsweikamp
parents: 129
diff changeset
109 NEW: CF53: Show Leading Tissue in Divemode/Customview (OSTC MK.2 only)
dd4b899c56c1 1.75beta released
heinrichsweikamp
parents: 129
diff changeset
110 NEW: CF39: Adjust fixed SetPoint if Diluent ppO2 > SetPoint (OSTC MK.2 only)
dd4b899c56c1 1.75beta released
heinrichsweikamp
parents: 129
diff changeset
111 BUGFIX: Custom view for Apnoe mode disabled
dd4b899c56c1 1.75beta released
heinrichsweikamp
parents: 129
diff changeset
112 BUGFIX: Custom view for Gauge mode adjusted
115
50a06adabc67 First gas is active, Gauge mode display
heinrichsweikamp
parents: 111
diff changeset
113
105
64109f6fb3d1 added END to GasSetup, small fixes
heinrichsweikamp
parents: 98
diff changeset
114 New in 1.74 Beta:
64109f6fb3d1 added END to GasSetup, small fixes
heinrichsweikamp
parents: 98
diff changeset
115 BETA Version - Do NOT use for diving!
64109f6fb3d1 added END to GasSetup, small fixes
heinrichsweikamp
parents: 98
diff changeset
116 NEW: Added END (Equivalent narcotic depth) for GasSetup
111
ed7826c740a0 1.74beta rc1
heinrichsweikamp
parents: 105
diff changeset
117 CHANGE: Limits for several Custom Functions (OSTC MK.2 only)
105
64109f6fb3d1 added END to GasSetup, small fixes
heinrichsweikamp
parents: 98
diff changeset
118 BUGFIX: Realtime Simulator menu
111
ed7826c740a0 1.74beta rc1
heinrichsweikamp
parents: 105
diff changeset
119 NEW: Customview for Surfacemode (OSTC MK.2 only)
ed7826c740a0 1.74beta rc1
heinrichsweikamp
parents: 105
diff changeset
120 NEW: Icon for Tank mix on Surface screen (OSTC MK.2 only)
ed7826c740a0 1.74beta rc1
heinrichsweikamp
parents: 105
diff changeset
121 BUGFIX: Stopwatch Reset
105
64109f6fb3d1 added END to GasSetup, small fixes
heinrichsweikamp
parents: 98
diff changeset
122
85
8b813f67220f renaming "Max Depth" to "max."
heinrichsweikamp
parents: 83
diff changeset
123 New in 1.73 Beta:
8b813f67220f renaming "Max Depth" to "max."
heinrichsweikamp
parents: 83
diff changeset
124 BETA Version - Do NOT use for diving!
98
6f8e3a08011e 1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents: 85
diff changeset
125 NEW: Anti-Alised fonts (OSTC MK.2 only)
6f8e3a08011e 1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents: 85
diff changeset
126 NEW: Removed CF39 - Clock moved into Customview area (OSTC Mk.2 only)
6f8e3a08011e 1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents: 85
diff changeset
127 NEW: Custom functions menu more comfortable (OSTC Mk.2 only)
85
8b813f67220f renaming "Max Depth" to "max."
heinrichsweikamp
parents: 83
diff changeset
128 BUGFIX: Surface interval now correct for repetitive dives
98
6f8e3a08011e 1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents: 85
diff changeset
129 CHANGE: Changes in divemode layout (OSTC Mk.2 only)
85
8b813f67220f renaming "Max Depth" to "max."
heinrichsweikamp
parents: 83
diff changeset
130
70
8d8e753d72e3 1.72beta - small output fix in non-GF modes
heinrichsweikamp
parents: 69
diff changeset
131 New in 1.72 Beta:
8d8e753d72e3 1.72beta - small output fix in non-GF modes
heinrichsweikamp
parents: 69
diff changeset
132 BETA Version - Do NOT use for diving!
8d8e753d72e3 1.72beta - small output fix in non-GF modes
heinrichsweikamp
parents: 69
diff changeset
133 BUGFIX: TTS display while decoplan is displayed
71
6beb680a6130 1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents: 70
diff changeset
134 CHANGE: Stopwatch reset is blocked for one second after divemode menu exit (OSTC Mk.2 Only)
6beb680a6130 1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents: 70
diff changeset
135 NEW: Gas list is color-coded in Color# Warnings if ppO2 of gas > CF18 (ppO2 High warning) (OSTC Mk.2 Only))
73
2227459e8ef2 Exchanged Decoplan and Gaslist in dive mode menu
heinrichsweikamp
parents: 71
diff changeset
136 CHANGE: Exchanged "Gaslist" and "Decoplan" in Divemode menu
74
a1ccb92b59cd 1.72beta release
heinrichsweikamp
parents: 73
diff changeset
137 BUGFIX: ppO2 warning for very high ppO2 levels
70
8d8e753d72e3 1.72beta - small output fix in non-GF modes
heinrichsweikamp
parents: 69
diff changeset
138
62
2972a06b0785 1.71 beta in work
heinrichsweikamp
parents: 52
diff changeset
139 New in 1.71 Beta:
2972a06b0785 1.71 beta in work
heinrichsweikamp
parents: 52
diff changeset
140 BETA Version - Do NOT use for diving!
2972a06b0785 1.71 beta in work
heinrichsweikamp
parents: 52
diff changeset
141 BUGFIX: Custom text can be 23chars again
2972a06b0785 1.71 beta in work
heinrichsweikamp
parents: 52
diff changeset
142 BUGFIX: Simulator descends to exact depth
63
fee7c62b4de1 1.71beta - clock in divemode (CF39)
heinrichsweikamp
parents: 62
diff changeset
143 NEW: Added CF39: =1 shows clock in divemode (OSTC Mk.2 only)
64
e8756eba54ee 1.71beta - more deco
heinrichsweikamp
parents: 63
diff changeset
144 BUGFIX: Surface Interval not afffected from Simulator
68
d0b677e1e9a5 new decoplan (GF mode) debuged
heinrichsweikamp
parents: 64
diff changeset
145 CHANGE: "Decosum" changed to "TTS" (Time to Surface)
d0b677e1e9a5 new decoplan (GF mode) debuged
heinrichsweikamp
parents: 64
diff changeset
146 NEW: Up to 16 Deco Stops are displayed in Divemode and Simulator (GF Modes only)
69
df2d3b28947f 1.71beta for Mk.2
heinrichsweikamp
parents: 68
diff changeset
147 NEW: CF40 added (=1: Ceiling violation displayed in Color# Warnings (OSTC Mk.2 Only))
62
2972a06b0785 1.71 beta in work
heinrichsweikamp
parents: 52
diff changeset
148
51
ceeeb5e49348 1.70....
heinrichsweikamp
parents: 47
diff changeset
149 New in 1.70 Stable:
ceeeb5e49348 1.70....
heinrichsweikamp
parents: 47
diff changeset
150 Stable release
52
4f6d6f00e685 Gas Change for Simulator debugged
heinrichsweikamp
parents: 51
diff changeset
151 WARNING: This update will reset all Custom Functions!
4f6d6f00e685 Gas Change for Simulator debugged
heinrichsweikamp
parents: 51
diff changeset
152 BUGFIX: Gas Changes for Simulator
51
ceeeb5e49348 1.70....
heinrichsweikamp
parents: 47
diff changeset
153
45
985607cfb813 1.65beta
heinrichsweikamp
parents: 44
diff changeset
154 New in 1.65 Beta:
47
56aea9fcdd8f 1.65beta release
heinrichsweikamp
parents: 46
diff changeset
155 This is the 1.70 Stable release candidate
45
985607cfb813 1.65beta
heinrichsweikamp
parents: 44
diff changeset
156 BETA Version - Do NOT use for diving!
985607cfb813 1.65beta
heinrichsweikamp
parents: 44
diff changeset
157 CHANGE: Restored original Gas Setup
985607cfb813 1.65beta
heinrichsweikamp
parents: 44
diff changeset
158 CHANGE: CF25 (Deco Debug) default to 0
47
56aea9fcdd8f 1.65beta release
heinrichsweikamp
parents: 46
diff changeset
159 BUGFIX: Velocity warning (CF47) only for ascend
45
985607cfb813 1.65beta
heinrichsweikamp
parents: 44
diff changeset
160
42
da553e5c7a90 1.63 in work
heinrichsweikamp
parents: 37
diff changeset
161 New in 1.63 Beta:
da553e5c7a90 1.63 in work
heinrichsweikamp
parents: 37
diff changeset
162 BETA Version - Do NOT use for diving!
43
65d5b0c8da41 New CF48, changed CF15
heinrichsweikamp
parents: 42
diff changeset
163 CHANGE: CF15 defines threshold for CNS display in Surfacemode (OSTC MK.2 only)
65d5b0c8da41 New CF48, changed CF15
heinrichsweikamp
parents: 42
diff changeset
164 NEW: CF48 sets positive clock offset [seconds/24h], added at Midnight
44
475a9e536d77 1.63beta release
heinrichsweikamp
parents: 43
diff changeset
165 BUGFIX: CNS restored after simulation
42
da553e5c7a90 1.63 in work
heinrichsweikamp
parents: 37
diff changeset
166
30
943dc3336f48 1.62 in work...
heinrichsweikamp
parents: 29
diff changeset
167 New in 1.62 Beta:
943dc3336f48 1.62 in work...
heinrichsweikamp
parents: 29
diff changeset
168 BETA Version - Do NOT use for diving!
943dc3336f48 1.62 in work...
heinrichsweikamp
parents: 29
diff changeset
169 CHANGE: More space around divemode-menu
33
6e5db85382a2 Speedy simulator! New Deco code test 1
heinrichsweikamp
parents: 30
diff changeset
170 CHANGE: Disabled "Delete Dive" in logbook
6e5db85382a2 Speedy simulator! New Deco code test 1
heinrichsweikamp
parents: 30
diff changeset
171 CHANGE: Simulated dives are no longer stored in the logbook
6e5db85382a2 Speedy simulator! New Deco code test 1
heinrichsweikamp
parents: 30
diff changeset
172 NEW: Simulator is much faster now
34
5dbdc08e5460 New Simulator results screen
heinrichsweikamp
parents: 33
diff changeset
173 NEW: New Simulation results screen
37
016a2412d164 1.62beta
heinrichsweikamp
parents: 34
diff changeset
174 BUGFIX: CF Warning displayed in Color# Warnings (OSTC Mk.2 only)
016a2412d164 1.62beta
heinrichsweikamp
parents: 34
diff changeset
175 NEW: Gas Setup sorts Gaslist
016a2412d164 1.62beta
heinrichsweikamp
parents: 34
diff changeset
176 NEW: Deco Code uses all Gases for forecast
30
943dc3336f48 1.62 in work...
heinrichsweikamp
parents: 29
diff changeset
177
25
99512945c7a1 1.61 beta rc2
heinrichsweikamp
parents: 21
diff changeset
178 New in 1.61 Beta:
99512945c7a1 1.61 beta rc2
heinrichsweikamp
parents: 21
diff changeset
179 BETA Version - Do NOT use for diving!
99512945c7a1 1.61 beta rc2
heinrichsweikamp
parents: 21
diff changeset
180 CHANGE: "Better Gas" now blinks more eye catching
99512945c7a1 1.61 beta rc2
heinrichsweikamp
parents: 21
diff changeset
181 CHANGE: Battery symbol range changed (OSTC Mk.2 Only)
99512945c7a1 1.61 beta rc2
heinrichsweikamp
parents: 21
diff changeset
182 NEW: Added CF37: Color# Warnings (OSTC Mk.2 Only)
29
c6cab044a338 1.61beta rc2
heinrichsweikamp
parents: 28
diff changeset
183 NEW: Color# = 0,4,8,192,196 and 200 (Black or very dim) is ignored (OSTC Mk.2 Only)
25
99512945c7a1 1.61 beta rc2
heinrichsweikamp
parents: 21
diff changeset
184 BUGFIX: History not updated in Simulator mode
26
8d7af04e0f85 ppO2 limits in fixed setpoint ccr
heinrichsweikamp
parents: 25
diff changeset
185 BUGFIX: Fixed-Setpoint (minimum) ppO2 limited to physically possible value
28
e01e6428d316 CHANGE: Change of color layout (OSTC Mk.2 Only)
heinrichsweikamp
parents: 27
diff changeset
186 NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded (OSTC Mk.2 Only)
e01e6428d316 CHANGE: Change of color layout (OSTC Mk.2 Only)
heinrichsweikamp
parents: 27
diff changeset
187 NEW: CF43: Depth [mBar] for color-code display (OSTC Mk.2 Only)
e01e6428d316 CHANGE: Change of color layout (OSTC Mk.2 Only)
heinrichsweikamp
parents: 27
diff changeset
188 NEW: CF44: CNS [%] for color-code display (OSTC Mk.2 Only)
e01e6428d316 CHANGE: Change of color layout (OSTC Mk.2 Only)
heinrichsweikamp
parents: 27
diff changeset
189 NEW: CF45: GF [%] for color-code display (OSTC Mk.2 Only)
e01e6428d316 CHANGE: Change of color layout (OSTC Mk.2 Only)
heinrichsweikamp
parents: 27
diff changeset
190 NEW: CF46: ppO2 [cBar] for color-code display (OSTC Mk.2 Only)
e01e6428d316 CHANGE: Change of color layout (OSTC Mk.2 Only)
heinrichsweikamp
parents: 27
diff changeset
191 NEW: CF47: Velocity [m/min] for color-code display (OSTC Mk.2 Only)
e01e6428d316 CHANGE: Change of color layout (OSTC Mk.2 Only)
heinrichsweikamp
parents: 27
diff changeset
192 CHANGE: Change of color layout (OSTC Mk.2 Only)
25
99512945c7a1 1.61 beta rc2
heinrichsweikamp
parents: 21
diff changeset
193
21
73014f788032 1.60 stable rc1
heinrichsweikamp
parents: 20
diff changeset
194 New in 1.60 Stable:
73014f788032 1.60 stable rc1
heinrichsweikamp
parents: 20
diff changeset
195 Stable release
73014f788032 1.60 stable rc1
heinrichsweikamp
parents: 20
diff changeset
196
19
07e7ca48b49d 1.56 rc1
heinrichsweikamp
parents: 17
diff changeset
197 New in 1.56 Beta:
07e7ca48b49d 1.56 rc1
heinrichsweikamp
parents: 17
diff changeset
198 BETA Version - Do NOT use for diving!
07e7ca48b49d 1.56 rc1
heinrichsweikamp
parents: 17
diff changeset
199 BUGFIX: Inactive Gases in Divemode greyed out (OSTC Mk.2 only)
07e7ca48b49d 1.56 rc1
heinrichsweikamp
parents: 17
diff changeset
200 NEW: Scale in Tissue Graph (OSTC Mk.2 only)
07e7ca48b49d 1.56 rc1
heinrichsweikamp
parents: 17
diff changeset
201 NEW: Leading Tissue percent is displayed in Tissue Graph (OSTC Mk.2 only)
07e7ca48b49d 1.56 rc1
heinrichsweikamp
parents: 17
diff changeset
202 NEW: Diluent is shown in Pre-Dive screen for CC modes
07e7ca48b49d 1.56 rc1
heinrichsweikamp
parents: 17
diff changeset
203
17
68825abc35f7 1.55beta rc1
heinrichsweikamp
parents: 16
diff changeset
204 New in 1.55 Beta:
68825abc35f7 1.55beta rc1
heinrichsweikamp
parents: 16
diff changeset
205 BETA Version - Do NOT use for diving!
68825abc35f7 1.55beta rc1
heinrichsweikamp
parents: 16
diff changeset
206 CHANGE: Greyed out gases more readable
68825abc35f7 1.55beta rc1
heinrichsweikamp
parents: 16
diff changeset
207 CHANGE: Removed "Delete All" from Logbook Menu
68825abc35f7 1.55beta rc1
heinrichsweikamp
parents: 16
diff changeset
208 NEW: CF42=1: Active Gas will blink if a better gas is available
68825abc35f7 1.55beta rc1
heinrichsweikamp
parents: 16
diff changeset
209 CHANGE: Returning from Bailout to CCR mode will not reset diluent gas
68825abc35f7 1.55beta rc1
heinrichsweikamp
parents: 16
diff changeset
210
16
01510acaeb11 1.54 rc2
heinrichsweikamp
parents: 15
diff changeset
211 New in 1.54 Beta:
15
6d1177291d38 1.54beta rc1
heinrichsweikamp
parents: 13
diff changeset
212 BETA Version - Do NOT use for diving!
6d1177291d38 1.54beta rc1
heinrichsweikamp
parents: 13
diff changeset
213 BUGFIX: Freeze at startup
6d1177291d38 1.54beta rc1
heinrichsweikamp
parents: 13
diff changeset
214
12
588a969a0cae 1.53 beta rc
heinrichsweikamp
parents: 11
diff changeset
215 New in 1.53 Beta:
588a969a0cae 1.53 beta rc
heinrichsweikamp
parents: 11
diff changeset
216 BETA Version - Do NOT use for diving!
588a969a0cae 1.53 beta rc
heinrichsweikamp
parents: 11
diff changeset
217 CHANGE: License moved into Menu
588a969a0cae 1.53 beta rc
heinrichsweikamp
parents: 11
diff changeset
218 NEW: Quick power on
588a969a0cae 1.53 beta rc
heinrichsweikamp
parents: 11
diff changeset
219 NEW: Not used O2 Sensors are not shown (OSTC1 only)
588a969a0cae 1.53 beta rc
heinrichsweikamp
parents: 11
diff changeset
220 NEW: O2 Board is automatically selected when found within the 1st second in divemode (OSTC1 only)
13
3b30cd739782 1.53 beta rc2
heinrichsweikamp
parents: 12
diff changeset
221 NEW: Quick-View of Gaslist (Pre-Dive Check), press ENTER in Surfacemode
12
588a969a0cae 1.53 beta rc
heinrichsweikamp
parents: 11
diff changeset
222
4
2b5c52ae3923 1.52 beta rc
heinrichsweikamp
parents: 3
diff changeset
223 New in 1.52 Beta:
2b5c52ae3923 1.52 beta rc
heinrichsweikamp
parents: 3
diff changeset
224 BETA Version - Do NOT use for diving!
2b5c52ae3923 1.52 beta rc
heinrichsweikamp
parents: 3
diff changeset
225 NEW: Fixed-Setpoint ppO2 limited to physically possible value
7
5c4ba624165d cf32 bug fixed
heinrichsweikamp
parents: 4
diff changeset
226 BUGFIX: CF32 was displayed wrong on first call
8
d8b426d71282 1.52 rc2
heinrichsweikamp
parents: 7
diff changeset
227 NEW: Gas change recommendation in divemode ('*' after Gas)
d8b426d71282 1.52 rc2
heinrichsweikamp
parents: 7
diff changeset
228 CHANGE: "Const.ppO2 Setup" renamed to "CCR SetPoint Menu"
9
395230c28023 Added CF36: Divemask color
heinrichsweikamp
parents: 8
diff changeset
229 BUGFIX: CF35 now affects all items in surface and divemode
11
0ce100556b57 new compiler docu
heinrichsweikamp
parents: 10
diff changeset
230 NEW: CF36 sets Divemode mask color (OSTC Mk.2 only)
10
b7ace8994b29 1.52 beta
heinrichsweikamp
parents: 9
diff changeset
231 BUGFIX: CF15 removed (OSTC Mk.2 only)
4
2b5c52ae3923 1.52 beta rc
heinrichsweikamp
parents: 3
diff changeset
232
2
d11ef8dc4b2c Bugfix: PC simulator
heinrichsweikamp
parents: 0
diff changeset
233 New in 1.51 Beta:
3
3cf8af30b36e v1.51 beta
heinrichsweikamp
parents: 2
diff changeset
234 BETA Version - Do NOT use for diving!
2
d11ef8dc4b2c Bugfix: PC simulator
heinrichsweikamp
parents: 0
diff changeset
235 BUGFIX: PC Simulator mode
3
3cf8af30b36e v1.51 beta
heinrichsweikamp
parents: 2
diff changeset
236 NEW: CF35 sets standard color
3cf8af30b36e v1.51 beta
heinrichsweikamp
parents: 2
diff changeset
237 BUGFIX: Display startup at very cold ambient temperatures
3cf8af30b36e v1.51 beta
heinrichsweikamp
parents: 2
diff changeset
238 BUGFIX: Battery voltage accuracy
3cf8af30b36e v1.51 beta
heinrichsweikamp
parents: 2
diff changeset
239 BUGFIX: Temperature accuracy
3cf8af30b36e v1.51 beta
heinrichsweikamp
parents: 2
diff changeset
240 BUGFIX: ppO2 is displayed in Bailout mode
2
d11ef8dc4b2c Bugfix: PC simulator
heinrichsweikamp
parents: 0
diff changeset
241
0
96a35aeda5f2 Initial setup
heinrichsweikamp
parents:
diff changeset
242 New in 1.50 Stable:
2
d11ef8dc4b2c Bugfix: PC simulator
heinrichsweikamp
parents: 0
diff changeset
243 Initial release for OSTC Mk.2