From cbb96397d1f5cffef7984b08a426646aaea93e5b Mon Sep 17 00:00:00 2001 From: Fabian Henneke Date: Tue, 1 Sep 2020 10:12:27 +0200 Subject: Add Keystore backend for SSH public key authentication (#1070) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3