diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-03-11 10:54:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-11 10:54:51 +0530 |
commit | 186b8352b50c8639aa6ff71b97ef5e3ce62e7581 (patch) | |
tree | 75bc5b9ad1f87a9126c835dc3a1675a7c1280d50 /CHANGELOG.md | |
parent | 2f034bc2372d29b4ddebf74d532279073fb3d92b (diff) |
Fix TOTP field flashing on each update (#1779)
* Fix TOTP field flashing on each update
* Add missing changelog entry
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 68db6e4a..4142ce74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file. - Introduce a new opt-in PGP backend powered by [PGPainless](https://github.com/pgpainless/pgpainless) that does not require OpenKeychain - Add the ability to run garbage collection on the internal Git repository - Introduce crash reporting backed by Sentry +- TOTP field now shows the remaining time for which it is valid ### Fixed |