diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-09-01 10:12:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 13:42:27 +0530 |
commit | cbb96397d1f5cffef7984b08a426646aaea93e5b (patch) | |
tree | da11f9d477758f69f7349dea56bfcee3a92b2446 /CHANGELOG.md | |
parent | 55d64fb73710d8dcadd28089ab233cd543830184 (diff) |
Add Keystore backend for SSH public key authentication (#1070)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ecff35..037bbbec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,15 @@ All notable changes to this project will be documented in this file. - Allow sorting by recently used - Add [Bromite](https://www.bromite.org/) and [Ungoogled Chromium](https://git.droidware.info/wchen342/ungoogled-chromium-android) to supported browsers list for Autofill - Add ability to view the Git commit log +- Allow generating ECDSA and ED25519 keys for SSH ### Changed - A descriptive error message is shown if no username is specified in the Git server settings - Remove explicit protocol choice from Git server settings, it is now inferred from your URL - 'Show hidden folders' is now 'Show hidden files and folders' +- Generated SSH keys are now stored in the Android Keystore if available, and encrypted at rest otherwise +- Allow using device's screen lock credentials to secure generated SSH key ### Fixed |