diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-05-23 12:08:38 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-05-25 08:36:01 -0700 |
commit | 9deb4f4a22f69c1434b8d175868cf3b9446bf808 (patch) | |
tree | 69bfc23b20dcbec50894d998debc5dfac97cf7d6 /CHANGELOG.md | |
parent | 891c0e7ec666c97255476260f8058e5bac3b80f8 (diff) | |
download | subsurface-9deb4f4a22f69c1434b8d175868cf3b9446bf808.tar.gz |
mobile/credentials: email address must be lower case
I could have sworn that I have fixed this several times in various places,
but apparently (as shown by todays support emails) it's still possible to
setup a mixed case email address. So let's try to solve this problem at
the very top.
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 c93b167ab..becc3879d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +Mobile: convert entered email to lower case desktop: localize salinity string with respect to thousands separators desktop: update date and time fields on maintab if user changes preferences mobile: small improvements to usability with dark theme |