diff options
author | Doug Junkins <junkins@foghead.com> | 2019-04-06 12:05:18 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-04-13 08:18:32 -0700 |
commit | 27927f74a1b11ed76580059443e9d4f963df0513 (patch) | |
tree | 13aa057ea56d2c0e158b601faadd3e961d307f26 /CHANGELOG.md | |
parent | 88ed5bf05054a3a4b2313cec81e6756279e6bdb1 (diff) | |
download | subsurface-27927f74a1b11ed76580059443e9d4f963df0513.tar.gz |
Add export option to export dive sites.
Selecting "Selected dives" exports the dive sites for the selected
dives. Selecting "All dives" exports all dive sites.
XML format is the subsection of the divelog XML that describes the
sites headed with a <divesites> section like:
<divesites program='subsurface' version='3'>
</divesites>
Signed-off-by: Doug Junkins <junkins@foghead.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e9ba1cb..5b803bc9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Desktop: Add export option for dive sites - Import: Initial support for importing Mares log software - Export option for profile data - Desktop: Splitting of individual dive computers into distinct dives |