diff options
author | Joe Chen <jc@unknwon.io> | 2023-02-12 13:10:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-12 13:10:41 +0800 |
commit | b34ee734972429cc16686edc87dd38ad5a2f65aa (patch) | |
tree | 253cf458dcf9212fbf58fb1229cec09d0cf0f1f3 /CHANGELOG.md | |
parent | 92f66c9eac950c7b28a83f5b02c1209897bb89b7 (diff) |
feat(ssh): support dynamic list of algorithms (#7345)
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 929c7b60..406b1a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to Gogs are documented in this file. - New configuration option `[git.timeout] DIFF` for customizing operation timeout of `git diff`. [#6315](https://github.com/gogs/gogs/issues/6315) - New configuration option `[server] SSH_SERVER_MACS` for setting list of accepted MACs for connections to builtin SSH server. [#6434](https://github.com/gogs/gogs/issues/6434) - New configuration option `[repository] DEFAULT_BRANCH` for setting default branch name for new repositories. [#7291](https://github.com/gogs/gogs/issues/7291) +- New configuration option `[server] SSH_SERVER_ALGORITHMS` for specifying the list of accepted key exchange algorithms for connections to builtin SSH server. [#7345](https://github.com/gogs/gogs/pull/7345) - Support specifying custom schema for PostgreSQL. [#6695](https://github.com/gogs/gogs/pull/6695) - Support rendering Mermaid diagrams in Markdown. [#6776](https://github.com/gogs/gogs/pull/6776) - Docker: Allow passing extra arguments to the `backup` command. [#7060](https://github.com/gogs/gogs/pull/7060) |