Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarschall committed Apr 9, 2024
1 parent 61b3dff commit 67719f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit 67719f1

Please sign in to comment.