diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-02-10 22:55:09 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-02-11 20:29:05 -0800 |
commit | a07d8cf5ea0179f3e99e73feb4a04533d7940e55 (patch) | |
tree | 1ea4459c874f7caf0b55e045c9dd15351092fe72 /CHANGELOG.md | |
parent | b3f0fd3e1894ab987be268726abca5ec2ebaeaf9 (diff) | |
download | subsurface-a07d8cf5ea0179f3e99e73feb4a04533d7940e55.tar.gz |
Filter: implement starts-with and exact modes
Currently, we do substring search. Implement starts-with and
exact mode (for example when search for "Cave vs. Cavern" tags).
For each textual search criterion add a combo-box.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
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 2a40d7b4b..8b8903799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +Desktop: add starts-with and exact filter modes for textual search Mobile: add option to only show one column in portrait mode Mobile: fix potential crash when adding / editing dives Mobile: automatically scroll the dive edit screen so that the notes edit cursor stays visible |