diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-08-15 00:09:00 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-08-15 09:31:17 -0700 |
commit | 75fdb8676bdc24a232351c207ea4cdd2e9caeb22 (patch) | |
tree | 38d8bb26484b7fca2df952845d07693374d9ace1 /CHANGELOG.md | |
parent | 67769235e78e7963a093bcf84e3b27ad1a0b8d6c (diff) | |
download | subsurface-75fdb8676bdc24a232351c207ea4cdd2e9caeb22.tar.gz |
core: add downloaded GPS to existing dive site
If we download a first dive computer and add a dive site to the dive (by
setting a location name for example), and then download from another
dive computer that provides us with GPS data, we should keep the
existing dive site information, but add the GPS data from the freshly
downloaded dive computer.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 fd08a144a..939dc2ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- add GPS fix downloaded from a dive comuter to existing dive site - fix broken curser left/right shortcut for showing multiple dive computers - allow editing the profile for dives imported without samples (via CSV) - fix potential crash (and other errors) importing DL7 dives |