<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/xslt, branch v4.9.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.9.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.9.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2019-07-13T15:48:26Z</updated>
<entry>
<title>Fix special case for temperature in CSV export</title>
<updated>2019-07-13T15:48:26Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2019-07-13T07:19:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=96ee6898e8124e36dd810c449b8e05a43949663b'/>
<id>urn:sha1:96ee6898e8124e36dd810c449b8e05a43949663b</id>
<content type='text'>
The old code took air and water temperatures primarily from
dive/divetemperature or secondarily if the previous one didn't have
either one of them from divecomputer/temperature. The new code attempts
to take first air temperature from dive/divetemperature or
diveomputer/temperature and then on a separate run the water
temperature from these both. Thus we should be fine if one temperature
is in dive/divetemperature and the other in divecomputer/temperature.

Fixes #2169

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>CSV Import: add heartrate support</title>
<updated>2019-05-11T18:23:41Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2019-05-11T03:39:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a4ecfb75222d73db6dbe7d66b48c659b138cf8e0'/>
<id>urn:sha1:a4ecfb75222d73db6dbe7d66b48c659b138cf8e0</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>SDE import: add custom fields to tags</title>
<updated>2019-05-10T08:40:35Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2019-05-10T03:54:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6f916473a54a225926d28f560f6ad059534e7c19'/>
<id>urn:sha1:6f916473a54a225926d28f560f6ad059534e7c19</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Suunto import: add description to weight import</title>
<updated>2019-05-10T08:40:35Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2019-05-09T03:53:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ea203373f83905cc12c995ea4dada63284584c30'/>
<id>urn:sha1:ea203373f83905cc12c995ea4dada63284584c30</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Suunto import: fix weight import</title>
<updated>2019-05-10T08:40:35Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2019-05-09T03:50:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fade17d16b383355227879365988f6f512d23514'/>
<id>urn:sha1:fade17d16b383355227879365988f6f512d23514</id>
<content type='text'>
Suunto apparently has a typo in their SDE format. Let's import also
WEIGTH :D

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Initial support for Mares import</title>
<updated>2019-04-02T14:47:11Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2019-03-31T06:50:24Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=043d07213a60103b0b86fc37591e891a787c00ea'/>
<id>urn:sha1:043d07213a60103b0b86fc37591e891a787c00ea</id>
<content type='text'>
This import is based on one sample I received. It was exported from some
Mares software. Imported data is somewhat limited, but we do get the
depth and temperature profiles. (I would love to receive some more
sample logs to validate the import and to enhance the data we are
grabbing.)

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>CSV import: import of last field</title>
<updated>2018-10-07T14:41:14Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2018-10-07T13:53:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f0409123958fb41daefb5e0b22d2243598fa0c5f'/>
<id>urn:sha1:f0409123958fb41daefb5e0b22d2243598fa0c5f</id>
<content type='text'>
The last field ends with new line instead of field separator.

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>CSV import: do not add quote to single word</title>
<updated>2018-10-07T14:41:14Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2018-10-07T13:19:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3f5b5f7b3ed632aecd1e439a6f1775755683f76f'/>
<id>urn:sha1:3f5b5f7b3ed632aecd1e439a6f1775755683f76f</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>CSV import: support for quoted "</title>
<updated>2018-10-07T14:41:14Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2018-10-07T11:56:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d3239aed0fbe374da600090336f55f05208f2178'/>
<id>urn:sha1:d3239aed0fbe374da600090336f55f05208f2178</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>CSV import: support for quoted " within field</title>
<updated>2018-10-07T14:41:14Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2018-10-07T11:32:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b3694faefc0ea68c9b25f779d59cdf26f19bca7d'/>
<id>urn:sha1:b3694faefc0ea68c9b25f779d59cdf26f19bca7d</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
</feed>
