diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-02-18 12:17:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 12:17:03 +0530 |
commit | 92ece7dbb5607258bcf954963009bf1f9411ab07 (patch) | |
tree | 3d9f3208e9d7f4ebbd996b1f4b99bec86713d51e /CHANGELOG.md | |
parent | 051d455c9f68d7edbc75abbc8d9293dd34d1d250 (diff) |
Implement manual TOTP import and cleanup password generators (#1320)
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 7a8a7c80..cb811fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file. - Invalid `.gpg-id` files can now be fixed automatically by deleting them and then trying to create a new password. - Suggest users to re-clone repository when it is deemed to be broken - Allow doing a merge instead of a rebase when pulling or syncing +- Add support for manually providing TOTP parameters ### Fixed |