summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGigahawk <jasperchan515@gmail.com>2020-02-19 22:19:09 -0800
committerGitHub <noreply@github.com>2020-02-20 11:49:09 +0530
commit9255583f2d0e5cfb7a88ee54ceb4f5284d41cbfa (patch)
tree2ff407f6dfab39254d2a79561f0520a21351893a /CHANGELOG.md
parentbcdc43b1f1d4dbfbf3014a084c0b0c0ee5aa8207 (diff)
Better UI flow (#630)
* Filter against entire pathname when searching * Add option to directly open search dialog on start * Replace basic search filter with fuzzy search * Update CHANGELOG Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * Open search in onResume, force search icon to always show * Add option to always search from root directory Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5bde777..cd34c053 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,9 +6,12 @@ All notable changes to this project will be documented in this file.
### Added
- Fast scroller with alphabetic hints
- UI button to create new folders
+- Option to directly start searching when opening the app
+- Option to always search from root folder regardless of the currently open folder
### Changed
- Logging is now enabled in release builds
+- Searching now shows folders as well as the passwords inside them
### Fixed
- OpenKeychain errors cause app crash