diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-07-25 14:37:16 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-25 14:37:16 +0530 |
commit | 62dbc183d52d93860228316b209ec5aa15f16a08 (patch) | |
tree | 93af36ab8e7ef7a0b4740233b03b814c46442149 /CHANGELOG.md | |
parent | e3cf73885c112bc553d6a0cc01d594a87728f448 (diff) |
Properly handle files without passwords (#969)
* Properly handle files without passwords
Fixes #967
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Fix tests
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Only look for TOTP URI
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b186d093..93b247b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Fixed + +- Properly handle cases where files contain only TOTP secrets and no password + ## [1.10.1] - 2020-07-23 ### Fixed |