-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathversions.xml
199 lines (199 loc) · 6.28 KB
/
versions.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<?xml version="1.0" encoding="UTF-8" ?>
<!-- vim: set tw=100: -->
<articles>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.1.5</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2018-10-18">2018-10-18</time>
</header>
<aside>
<p>
Fully support decompression and pressure recordings when converting
into and out of Subsurface log files.
I can now export, convert-out, convert-in, then import and it's the same dive profile.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.1.4</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2018-10-17">2018-10-17</time>
</header>
<aside>
<p>
Add more documentation into parser and clean up parser more.
Parse <code>flags</code> on events.
</p>
<p>
Add <a href="dcmd2ssrf.1.html">dcmd2ssrf(1)</a> to export from
<a href="dcmd.1.html">dcmd(1)</a> dives into Subsurface.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.1.3</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2018-09-29">2018-09-29</time>
</header>
<aside>
<p>
Clarify that pressure sensor may refer to nonexistent tanks.
Automatically add these tanks, if possible.
Fix printing of tank list.
</p>
<p>
The <a href="ssrf2dcmd.1.html">ssrf2dcmd(1)</a> tool is almost
completely finished.
It still needs work for decompression stops, however.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.1.2</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2018-09-09">2018-09-09</time>
</header>
<aside>
<p>
Clarify the relationship between tanks (cylinders) and gasses.
In <a href="https://libdivecomputer.org">libdivecomputer</a>, a dive
can have disconnected cylinders and gas mixes.
In <a href="https://subsurface-divelog.org">Subsurface</a>, these
are always connected.
These values are now printed and parsed properly.
Allow for multiple tank pressure reports.
This happens when (for example) deco diving with a wireless gauge on
both back-gas and deco stage.
Allow the vendor and product to be pulled from Subsurface output
files, as well as pressures for multiple tanks.
Allow for CNS values.
</p>
<p>
Fix how <code><gasmix></code>es are referenced by a
<code><gaschange></code>.
</p>
<p>
Fix up how <a href="dcmd2grap.1.html">dcmd2grap(1)</a> displays
non-free (i.e., singleton) dives.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.1.1</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2018-08-12">2018-08-12</time>
</header>
<aside>
<p>
Graph lines (not just points) in <a
href="dcmdterm.1.html">dcmdterm</a>.
Have <a href="dcmd2pdf.1.html">dcmd2pdf(1)</a> and <a
href="dcmd2ps.1.html">dcmd2ps(1)</a> call the proper
binaries and now also make sure the formatter exists.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.1.0</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2018-08-12">2018-08-12</time>
</header>
<aside>
<p>
Rename binaries for brevity: divecmd is now <a
href="dcmd.1.html">dcmd(1)</a>, divecmd2list is <a
href="dcmdls.1.html">dcmdls(1)</a>, divecmd2divecmd is <a
href="dcmdfind.1.html">dcmdfind(1)</a>. divecmd2term is <a
href="dcmdterm.1.html">dcmdterm(1)</a>, and all converters
have <q>divecmd</q> shortened to <q>dcmd</q>.
Introduce an experimental utility, <a
href="ssrf2dcmd.1.html">ssrf2dcmd(1)</a>, for importing from
<a href="https://subsurface-divelog.org">Subsurface</a> export
dives.
</p>
<p>
Have unset dive type be listed when listing dives.
Fix gas mix error check.
Add tank pressure recognition.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.0.15</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2018-04-17">2018-04-17</time>
</header>
<aside>
<p>
Add in support for gas change sample types.
Also have the fingerprint take into account the diver identity in
case you want to keep track of the dive computers for two people
with the same model.
Make human-readable the default for list view.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.0.14</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2018-02-18">2018-02-18</time>
</header>
<aside>
<p>
Have <a href="divecmd2list.1.html">divecmd2list(1)</a> show average
temperature, if found.
Also show parse identifier, for easier use with <a
href="divecmd2divecmd.1.html">divecmd2divecmd(1)</a>.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.0.13</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2018-02-16">2018-02-16</time>
</header>
<aside>
<p>
Significantly improve the utility of <a
href="divecmd2divecmd.1.html">divecmd2divecmd(1)</a>,
allowing it to extract certain dives (by date ranges and mode, for
the time being) from a larger dive file.
</p>
<p>
Also fix <a href="divecmd2term.1.html">divecmd2term(1)</a> to work
better when used in a pipe, fix its arguments (<b>-n</b> for
<q>dumb</q> mode, with UTF-8 and colours by default), and also allow
for inhibiting the display of temperatures or the legend.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.0.12</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2018-02-15">2018-02-15</time>
</header>
<aside>
<p>
Start using <a
href="https://github.com/kristapsdz/oconfigure">oconfigure</a>
for portability glue.
This is more consistent with other <a
href="https://bsd.lv">BSD.lv</a> projects.
Also add <a href="divecmd2list.1.html">divecmd2list(1)</a> and make
<a href="divecmd2divecmd.1.html">divecmd2divecmd(1)</a> much easier
to use.
Both of these are made possible by simplifying the backend parser.
</p>
</aside>
</article>
</articles>