diff --git a/README.md b/README.md index 20b450563856..859c0ef5d3b7 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,4 @@ Changes - Change some German texts for HickelSOFT ([Source file: de.rs](https://github.com/hickelsoft/rustdesk/blob/master/src/lang/de.rs)) - Removed "sad smiley" for empty peers list, since it confuses customers ([Source file: peers_view.dart](https://github.com/hickelsoft/rustdesk/blob/master/flutter/lib/common/widgets/peers_view.dart), [Commit](https://github.com/hickelsoft/rustdesk/commit/09a23f1cef26cf4cc72430bced720af3e7321aaf)) - Added "rebase" command to GitHub Desktop UI ([Source file: .gitconfig](https://github.com/hickelsoft/rustdesk/blob/master/.gitconfig)) -- Disabled `secure_tcp` in [common.rs](https://github.com/hickelsoft/rustdesk/blob/master/src/common.rs), because our server does not support `KeyExchange`. -- Updated Flutter to version 3.19.5 to address the [SSE 4.1 bug](https://github.com/flutter/flutter/issues/140138#issuecomment-2033030089) ([Source file: flutter-build.yml](https://github.com/hickelsoft/rustdesk/blob/master/.github/workflows/flutter-build.yml)) +- Disabled `secure_tcp`, because our server does not support `KeyExchange`. ([Source file: common.rs](https://github.com/hickelsoft/rustdesk/blob/master/src/common.rs))