aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-06-19 03:26:52 -0400
committerJesse Luehrs <doy@tozt.net>2020-06-19 03:26:52 -0400
commit14d7cd8ffa4e95f866175545534fd5af901e8402 (patch)
tree8ca644cca1b3f177cd4e4677ec6d5e7f5c6f73b7 /CHANGELOG.md
parentd9d84a027f24536c08028497d21bef756abf62be (diff)
downloadrbw-14d7cd8ffa4e95f866175545534fd5af901e8402.tar.gz
rbw-14d7cd8ffa4e95f866175545534fd5af901e8402.zip
support searching by folder
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d3dcb3..9b47183 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## Unreleased
+### Added
+
+* `rbw get` now accepts a `--folder` option to pick the folder to search in.
+
### Changed
* `rbw get --full` now also includes the username. (Jarkko Oranen)