summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-04-25 16:53:40 +0530
committerGitHub <noreply@github.com>2020-04-25 16:53:40 +0530
commitf89d5c282faf34234440a89d1765ac43baa54be9 (patch)
tree274a69b99f3b764b4acad26ee3a27974125c961e /CHANGELOG.md
parentf7dbac464969f6bff8ac1b4a16b57ecf5d95bd2e (diff)
Improve UX around settings items (#744)
Fixes #461
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9287c409..b7939f84 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
+### Changed
+- SSH Keygen UI was improved
+- Default key length for SSH Keygen is now 4096 bits
+- Settings items were rearranged and cleaned up
+
+### Fixed
+- Failure to detect if repository was not cloned which broke Git operations
+- Search results were inaccurate if root directory's name started with a dot (.)
+- Saving git username and email did not provide user-facing confirmation
+
## [1.7.1] - 2020-04-23
### Fixed