diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-10-21 06:12:41 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-10-21 06:21:19 +0530 |
commit | 440caab62207c3417d41a8c7683e7ad5191f8aab (patch) | |
tree | 7227ba9b833feeeb72b592874309715d723a5bcb /CHANGELOG.md | |
parent | f2d0c186725e1f631151361cd32959eb2a2a2ea8 (diff) |
GitServerConfigActivity: add quick-fix for HTTPS URLs with custom ports
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
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 1189c0bb..c0e7ec87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file. - Add GPG key selection step to onboarding flow - Allow configuring an app-wide HTTP(S) proxy - Add option to automatically sync repository on app launch +- Add a quickfix for invalid HTTPS URLs that contain a custom port ## [1.12.1] - 2020-10-13 |