From 404365c24a357ed5ea56bf304cadde8dab38e688 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 30 May 2022 13:08:01 -0700 Subject: [PATCH] update libdivecomputer Garmin: decode dive mode Signed-off-by: Dirk Hohndel --- CHANGELOG.md | 4 ++++ libdivecomputer | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e4558bd7..0f2c9cd32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ - core: correctly parse DC_FIELD_SALINITY response; fixes incorrect water type with some dive computers, including the Mares Smart - Desktop: Allow more than one media file to be imported from web - undo: Clear undo stack when the current file is closed +- dive computer support + - Garmin: correctly deal with short format filenames + - Garmin: correctly parse dive mode + --- * Always add new entries at the very top of this file above other existing entries and this note. * Use this layout for new entries: `[Area]: [Details about the change] [reference thread / issue]` diff --git a/libdivecomputer b/libdivecomputer index ea051578e..7c3e92e39 160000 --- a/libdivecomputer +++ b/libdivecomputer @@ -1 +1 @@ -Subproject commit ea051578e61f336e997995c7edf431cc9842a66f +Subproject commit 7c3e92e391e5e4006e9fad141b522a9cbec1c233