annotate src/changelog.txt @ 137:28b057aa9f75

Simplify gas change
author heinrichsweikamp
date Thu, 17 Jul 2014 14:24:51 +0200
parents 4574aed5cd4c
children 9883f30adf10
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
137
28b057aa9f75 Simplify gas change
heinrichsweikamp
parents: 134
diff changeset
1 New in 1.44:
130
c935f7fbd39c no safety stop during menu display
heinrichsweikamp
parents: 127
diff changeset
2 - Beta Version -
131
35b9da423de6 NEW: Update warnings every second
heinrichsweikamp
parents: 130
diff changeset
3 NEW: Update warnings every second
35b9da423de6 NEW: Update warnings every second
heinrichsweikamp
parents: 130
diff changeset
4 NEW: Show "Stop" in front of Safety Stop
132
ec0b1e829399 Bugfix: Start dive mode simulator in correct depth
heinrichsweikamp
parents: 131
diff changeset
5 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
6 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
7 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
8 NEW: Show clock in Apnea mode, minor layout changes in Apnea mode
137
28b057aa9f75 Simplify gas change
heinrichsweikamp
parents: 134
diff changeset
9 NEW: Simplify gas change
130
c935f7fbd39c no safety stop during menu display
heinrichsweikamp
parents: 127
diff changeset
10
113
heinrichsweikamp
parents: 111
diff changeset
11 New in 1.41:
127
2899e886ea26 1.41beta release
heinrichsweikamp
parents: 123
diff changeset
12 - Beta Version -
123
d076e9c02438 add ceiling display
heinrichsweikamp
parents: 119
diff changeset
13 NEW: Ceiling display (GF_hi based) in divemode
113
heinrichsweikamp
parents: 111
diff changeset
14 NEW: Support for C3 hardware
118
abd30446e1cd show heading with leading zeros
heinrichsweikamp
parents: 113
diff changeset
15 CHANGE: Show heading with leading zeros
119
2acf3d068fae Do not show "GF info" for non-GF modes
heinrichsweikamp
parents: 118
diff changeset
16 BUGFIX: Do not show "GF info" for non-GF modes
127
2899e886ea26 1.41beta release
heinrichsweikamp
parents: 123
diff changeset
17 BUGFIX: Minor display allignment changes
113
heinrichsweikamp
parents: 111
diff changeset
18
111
c61b7a4e317c Bugfix: CNS in planner
heinrichsweikamp
parents: 110
diff changeset
19 New in 1.40:
103
047629595215 Minor language updates
heinrichsweikamp
parents: 102
diff changeset
20 CHANGE: Minor language updates
104
223579e905c3 Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents: 103
diff changeset
21 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
22 BUGFIX: dive profile recording issue in OC mode
110
d39493c786a2 BUGFIX: OSTC settings via USB issues
heinrichsweikamp
parents: 107
diff changeset
23 BUGFIX: OSTC settings via USB issues
111
c61b7a4e317c Bugfix: CNS in planner
heinrichsweikamp
parents: 110
diff changeset
24 BUGFIX: CNS in deco planner
102
37275e0fa7f5 NEW: Show End-of-Dive time together with clock during deco
heinrichsweikamp
parents: 100
diff changeset
25
100
9c7d9e7198c0 1.30 release
heinrichsweikamp
parents: 99
diff changeset
26 New in 1.30:
9c7d9e7198c0 1.30 release
heinrichsweikamp
parents: 99
diff changeset
27 NEW: Show event "Bailout" in internal logbook
97
53a99a2dc6a1 CHANGE: Always compute bailout plan based on all active gases
heinrichsweikamp
parents: 95
diff changeset
28 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
29 CHANGE: Re-select last diluent when returning from bailout to OC
100
9c7d9e7198c0 1.30 release
heinrichsweikamp
parents: 99
diff changeset
30 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
31
94
f2201aa374db BUGFIX: compass calibration does now timeout automatically after 60s
heinrichsweikamp
parents: 92
diff changeset
32 New in 1.26:
f2201aa374db BUGFIX: compass calibration does now timeout automatically after 60s
heinrichsweikamp
parents: 92
diff changeset
33 BUGFIX: compass calibration does now timeout automatically after 60s
f2201aa374db BUGFIX: compass calibration does now timeout automatically after 60s
heinrichsweikamp
parents: 92
diff changeset
34 BUGFIX: decoplan re-calculation in bailout case
f2201aa374db BUGFIX: compass calibration does now timeout automatically after 60s
heinrichsweikamp
parents: 92
diff changeset
35
89
c34516c99ca8 BUGFIX: No average depth for end-of-dive portion (<1m)
heinrichsweikamp
parents: 87
diff changeset
36 New in 1.25:
c34516c99ca8 BUGFIX: No average depth for end-of-dive portion (<1m)
heinrichsweikamp
parents: 87
diff changeset
37 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
38 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
39 NEW: automatic compass gain makes calibration quicker
92
7ca1105751c7 add sensor calibration option (PC only), some cleanup
heinrichsweikamp
parents: 90
diff changeset
40 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
41
87
82750b8dfcee CHANGE: Color schemes improved
heinrichsweikamp
parents: 78
diff changeset
42 New in 1.24:
82750b8dfcee CHANGE: Color schemes improved
heinrichsweikamp
parents: 78
diff changeset
43 CHANGE: Minor french translation
82750b8dfcee CHANGE: Color schemes improved
heinrichsweikamp
parents: 78
diff changeset
44 CHANGE: No warning sign for selected aGF
82750b8dfcee CHANGE: Color schemes improved
heinrichsweikamp
parents: 78
diff changeset
45 CHANGE: Show battery warning sign for less then 10% battery capacity only
82750b8dfcee CHANGE: Color schemes improved
heinrichsweikamp
parents: 78
diff changeset
46 CHANGE: Color schemes improved
82750b8dfcee CHANGE: Color schemes improved
heinrichsweikamp
parents: 78
diff changeset
47
78
668b432dcae9 BUGFIX: Reset Logbook did not reset Logbook TOC properly
mh@mh-THINK.localdomain
parents: 77
diff changeset
48 New in 1.23:
668b432dcae9 BUGFIX: Reset Logbook did not reset Logbook TOC properly
mh@mh-THINK.localdomain
parents: 77
diff changeset
49 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
50
77
131e6dd9e201 BUGFIX: Potential bug to freeze the OSTC3 after battery change or update
heinrichsweikamp
parents: 76
diff changeset
51 New in 1.22:
131e6dd9e201 BUGFIX: Potential bug to freeze the OSTC3 after battery change or update
heinrichsweikamp
parents: 76
diff changeset
52 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
53
76
a5ea132770db 1.21 release
heinrichsweikamp
parents: 75
diff changeset
54 New in 1.21:
a5ea132770db 1.21 release
heinrichsweikamp
parents: 75
diff changeset
55 CHANGE: French Translations, again
a5ea132770db 1.21 release
heinrichsweikamp
parents: 75
diff changeset
56 BUGFIX: Fix cursor in "New Battery" menu
a5ea132770db 1.21 release
heinrichsweikamp
parents: 75
diff changeset
57 NEW: Show serial number and firmware version in main menu
a5ea132770db 1.21 release
heinrichsweikamp
parents: 75
diff changeset
58 CHANGE: "Reset all" returns to surface mode
a5ea132770db 1.21 release
heinrichsweikamp
parents: 75
diff changeset
59 CHANGE: Single press surfacemode menu
a5ea132770db 1.21 release
heinrichsweikamp
parents: 75
diff changeset
60
75
b808fa26a9a1 change log
heinrichsweikamp
parents: 69
diff changeset
61 New in 1.20:
b808fa26a9a1 change log
heinrichsweikamp
parents: 69
diff changeset
62 Stable release
b808fa26a9a1 change log
heinrichsweikamp
parents: 69
diff changeset
63
66
00636132cca6 BUGFIX: Maintain last selected customview in surface mode
heinrichsweikamp
parents: 65
diff changeset
64 New in 1.12:
00636132cca6 BUGFIX: Maintain last selected customview in surface mode
heinrichsweikamp
parents: 65
diff changeset
65 BUGFIX: Maintain last selected customview in surface mode
68
53b64c5472e1 BUGFIX: Set Day for months <31 days
heinrichsweikamp
parents: 66
diff changeset
66 BUGFIX: Set Day for months <31 days
69
50697bd41c54 +CHANGE: Some French Translations
heinrichsweikamp
parents: 68
diff changeset
67 CHANGE: Some French Translations
50697bd41c54 +CHANGE: Some French Translations
heinrichsweikamp
parents: 68
diff changeset
68 CHANGE: Default Future TTS=0 (Disabled)
50697bd41c54 +CHANGE: Some French Translations
heinrichsweikamp
parents: 68
diff changeset
69 NEW: Expand "gas change window" up to 1m below programmed
50697bd41c54 +CHANGE: Some French Translations
heinrichsweikamp
parents: 68
diff changeset
70 change depth (If ppO2 within user-set max. threshold)
50697bd41c54 +CHANGE: Some French Translations
heinrichsweikamp
parents: 68
diff changeset
71 BUGFIX: Intermittent USB connection on MAC
66
00636132cca6 BUGFIX: Maintain last selected customview in surface mode
heinrichsweikamp
parents: 65
diff changeset
72
65
11af55b5ebbb change log
heinrichsweikamp
parents: 62
diff changeset
73 New in 1.11:
11af55b5ebbb change log
heinrichsweikamp
parents: 62
diff changeset
74 NEW: allow logbook erase from reset menu
11af55b5ebbb change log
heinrichsweikamp
parents: 62
diff changeset
75 NEW: show battery voltage in info menu
11af55b5ebbb change log
heinrichsweikamp
parents: 62
diff changeset
76
62
e7c7c7eeea58 show battery voltage in info menu
heinrichsweikamp
parents: 60
diff changeset
77 New in 1.10:
e7c7c7eeea58 show battery voltage in info menu
heinrichsweikamp
parents: 60
diff changeset
78 Stable release
e7c7c7eeea58 show battery voltage in info menu
heinrichsweikamp
parents: 60
diff changeset
79
59
3e65636a8462 Backlight level in eco mode
heinrichsweikamp
parents: 55
diff changeset
80 New in 1.04:
3e65636a8462 Backlight level in eco mode
heinrichsweikamp
parents: 55
diff changeset
81 NEW: 1.6 hardware support
3e65636a8462 Backlight level in eco mode
heinrichsweikamp
parents: 55
diff changeset
82 CHANGE: Backlight level in eco mode
60
1464cd73d184 BUGFIX: Display Desat.-Time >100 hours
heinrichsweikamp
parents: 59
diff changeset
83 BUGFIX: Display Desat.-Time >100 hours
59
3e65636a8462 Backlight level in eco mode
heinrichsweikamp
parents: 55
diff changeset
84
50
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 48
diff changeset
85 New in 1.03:
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 48
diff changeset
86 NEW: user-selectable color schemes
54
7d626c15b577 some cleanup/changelog
heinrichsweikamp
parents: 50
diff changeset
87 BUGFIX: div. language corrections
7d626c15b577 some cleanup/changelog
heinrichsweikamp
parents: 50
diff changeset
88 NEW: Dynamic Gaslist in OC mode (Divemode, Customview 7)
55
448ba265fdae Change "O2" warning to "ppO2"
heinrichsweikamp
parents: 54
diff changeset
89 CHANGE: Change "O2" warning to "ppO2"
448ba265fdae Change "O2" warning to "ppO2"
heinrichsweikamp
parents: 54
diff changeset
90 NEW: "End-of-Dive" countdown when surfaced
50
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 48
diff changeset
91
48
7c7d7644ca37 Time and Date in normal (Not tiny) font
heinrichsweikamp
parents: 47
diff changeset
92 New in 1.02:
7c7d7644ca37 Time and Date in normal (Not tiny) font
heinrichsweikamp
parents: 47
diff changeset
93 CHANGE: Time and Date in normal (Not tiny) font
7c7d7644ca37 Time and Date in normal (Not tiny) font
heinrichsweikamp
parents: 47
diff changeset
94 BUGFIX: Minor french language fix
7c7d7644ca37 Time and Date in normal (Not tiny) font
heinrichsweikamp
parents: 47
diff changeset
95
47
1492cfcff7c9 1.02 beta start
heinrichsweikamp
parents: 44
diff changeset
96 New in 1.01:
1492cfcff7c9 1.02 beta start
heinrichsweikamp
parents: 44
diff changeset
97 BUGFIX: deco gas init in OC planner
1492cfcff7c9 1.02 beta start
heinrichsweikamp
parents: 44
diff changeset
98
44
18fe4e668baa BUGFIX: Percent display with 1,5V batteries
heinrichsweikamp
parents: 41
diff changeset
99 New in 1.00:
18fe4e668baa BUGFIX: Percent display with 1,5V batteries
heinrichsweikamp
parents: 41
diff changeset
100 BUGFIX: Percent display with 1,5V batteries
18fe4e668baa BUGFIX: Percent display with 1,5V batteries
heinrichsweikamp
parents: 41
diff changeset
101
31
53a09c1b7410 BUGFIX: alternating brightness at very low ambient light
heinrichsweikamp
parents: 29
diff changeset
102 New in 0.99:
53a09c1b7410 BUGFIX: alternating brightness at very low ambient light
heinrichsweikamp
parents: 29
diff changeset
103 BUGFIX: alternating brightness at very low ambient light
32
413a1aa23acd GF high lowest setting 60%
heinrichsweikamp
parents: 31
diff changeset
104 CHANGE: GF high lowest setting 60%
36
527c35f17a66 changelog
heinrichsweikamp
parents: 32
diff changeset
105 BUGFIX: NOAA tables for CNS are in ATA, not bar
527c35f17a66 changelog
heinrichsweikamp
parents: 32
diff changeset
106 CHANGE: change apnea timeout, do no longer store apnea dives in logbook
40
1e2d2b0bca5b Bugfix: Simulator in CC mode
mh@mh-THINK.fritz.box
parents: 36
diff changeset
107 BUGFIX: Simulator in CC mode
1e2d2b0bca5b Bugfix: Simulator in CC mode
mh@mh-THINK.fritz.box
parents: 36
diff changeset
108 BUGFIX: Apnea total divetime
1e2d2b0bca5b Bugfix: Simulator in CC mode
mh@mh-THINK.fritz.box
parents: 36
diff changeset
109 BUGFIX: Battery percent value with 3,6V battery
41
5041477eee79 Surface customview with important deco settings
mh@mh-THINK
parents: 40
diff changeset
110 NEW: Surface customview with important deco settings
31
53a09c1b7410 BUGFIX: alternating brightness at very low ambient light
heinrichsweikamp
parents: 29
diff changeset
111
26
9df2c8e018fe 0.97 release
heinrichsweikamp
parents: 25
diff changeset
112 New in 0.98:
29
50c3e2c7ba7a adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents: 26
diff changeset
113 New: Add cardinal (and ordinal) directions for the compass
26
9df2c8e018fe 0.97 release
heinrichsweikamp
parents: 25
diff changeset
114
19
06e19a880df6 changelog
heinrichsweikamp
parents: 17
diff changeset
115 New in 0.97:
06e19a880df6 changelog
heinrichsweikamp
parents: 17
diff changeset
116 NEW: compass gain option to work with more magnetic battery types
25
f65d070a5b76 fix imperial units in logbook
heinrichsweikamp
parents: 19
diff changeset
117 BUGFIX: fix imperial units in logbook
19
06e19a880df6 changelog
heinrichsweikamp
parents: 17
diff changeset
118
17
1f096c3d4b27 0.96 release
heinrichsweikamp
parents: 14
diff changeset
119 New in 0.96:
1f096c3d4b27 0.96 release
heinrichsweikamp
parents: 14
diff changeset
120 NEW: calm compass reading for minor heading changes
1f096c3d4b27 0.96 release
heinrichsweikamp
parents: 14
diff changeset
121 NEW: reduce eco low brightness threshold (for cave diving)
1f096c3d4b27 0.96 release
heinrichsweikamp
parents: 14
diff changeset
122
14
440e537e19d6 Show "MOD:" instead of "EAD:" in gas setup
heinrichsweikamp
parents: 11
diff changeset
123 New in 0.95:
440e537e19d6 Show "MOD:" instead of "EAD:" in gas setup
heinrichsweikamp
parents: 11
diff changeset
124 BUGFIX: Show "MOD:" instead of "EAD:" in gas setup
440e537e19d6 Show "MOD:" instead of "EAD:" in gas setup
heinrichsweikamp
parents: 11
diff changeset
125
11
04794990b619 Show Max. Depth with 0.1m precision
heinrichsweikamp
parents: 9
diff changeset
126 New in 0.94:
04794990b619 Show Max. Depth with 0.1m precision
heinrichsweikamp
parents: 9
diff changeset
127 CHANGE: Show Max. Depth with 0.1m precision
04794990b619 Show Max. Depth with 0.1m precision
heinrichsweikamp
parents: 9
diff changeset
128
4
a8108a885359 add changelog
heinrichsweikamp
parents:
diff changeset
129 New in 0.91:
9
150d07db6048 Timeout in decoplanner result page
heinrichsweikamp
parents: 4
diff changeset
130 BUGFIX: Battery percents in cold water
150d07db6048 Timeout in decoplanner result page
heinrichsweikamp
parents: 4
diff changeset
131
150d07db6048 Timeout in decoplanner result page
heinrichsweikamp
parents: 4
diff changeset
132 New in 0.93:
150d07db6048 Timeout in decoplanner result page
heinrichsweikamp
parents: 4
diff changeset
133 BUGFIX: Custom text <60 chars
150d07db6048 Timeout in decoplanner result page
heinrichsweikamp
parents: 4
diff changeset
134 BUGFIX: Logbook PC protocol
150d07db6048 Timeout in decoplanner result page
heinrichsweikamp
parents: 4
diff changeset
135 Italian language updates
150d07db6048 Timeout in decoplanner result page
heinrichsweikamp
parents: 4
diff changeset
136 BUGFIX: Timeout in decoplanner result page
150d07db6048 Timeout in decoplanner result page
heinrichsweikamp
parents: 4
diff changeset
137