diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-09 17:45:10 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-09 17:45:20 +0300 |
commit | d03b4bb3b567de4501915f4236280b33dc385103 (patch) | |
tree | 14717944d5d6e8c671827db0b365d14c71726596 /res/about/version.gmi | |
parent | 119c50cb5e220b30fdbb56a45ca12c8289f61d43 (diff) |
CertImportWidget: Respond to "input.paste"
The "input.paste" command is triggered via menus before CertImportWidget gets the key.
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r-- | res/about/version.gmi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index c48a16d0..0a51df34 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -7,6 +7,7 @@ | |||
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 1.5.2 | 9 | ## 1.5.2 |
10 | * Fixed pasting a PEM-formatted certificate and/or private key via clipboard in Import Identity. | ||
10 | * Normalize page contents (NFC) to avoid most common issues with diacritics. | 11 | * Normalize page contents (NFC) to avoid most common issues with diacritics. |
11 | 12 | ||
12 | ## 1.5.1 | 13 | ## 1.5.1 |