diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-03-09 17:51:14 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-03-13 16:27:12 +1300 |
commit | c922a564953ffbe2e5eeaf01433759bafaf95209 (patch) | |
tree | 72013c0a787dcebae111b31fcdd2979ee0777701 /CHANGELOG.md | |
parent | 590f3c60bfb030ebad9334fcbf440bb2e3828f1b (diff) | |
download | subsurface-c922a564953ffbe2e5eeaf01433759bafaf95209.tar.gz |
Desktop: ensure cloud storage email address is all lower case
We already do that on mobile and I was certain we used to do this for
desktop as well, but apparently that got lost somewhere...
This should solve the problems we are seeing for people with mixed case
email addresses.
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 596c029e8..5c0974479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Desktop: make sure cloud storage email addresses are lower case only - Desktop: Fix editing of dive-time [#1975] - Bluetooth: only show recognized dive computers by default - Desktop: Add export option for profile picture [#1962] |