diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-08-15 19:55:17 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-08-18 19:09:59 -0700 |
commit | 9b669d91e0cf4e7f09e399704a2052705e165be0 (patch) | |
tree | f1185acc3e78c9c464d5b5b475b1f61db1ee9e51 /CHANGELOG.md | |
parent | 454207cd80f1159e9596c236893eba786ff3b918 (diff) | |
download | subsurface-9b669d91e0cf4e7f09e399704a2052705e165be0.tar.gz |
mobile: add ability to edit tags
We already showed the tags, but we didn't allow the user to edit them.
This tries hard not to create inconsistent or illogical tags by trimming
white space and being careful with how the tags are added.
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 6e92da774..cc2e06a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- mobile: add ability to edit tags - replace dive computer management with a new implementation, this fixes rare cases where Subsurface unnecessarily download already downloaded dives, but also means that some older style dive computer can no longer have nicknames |