Working on 1.1.22

This commit is contained in:
mirai
2023-12-03 16:18:09 +03:00
parent 316a0e3e1e
commit 6a044ecaf8
8 changed files with 204 additions and 75 deletions
+8
View File
@@ -58,3 +58,11 @@ How does encryption work?
* Sometime WS just drop connection
* Client input message problem. To start input, you need to press enter first, only after that you got pop up with message. Tried to fix, but nothing worked.
# 1.1.22
- Renderer logics have been separated
- A new renderer have been implemented
- Thread closing logics have been changed. Now, it is easy to quit from the client without any unexpected behavior
- Now, displaying messages is limited to the last N messages. The default value is 5
- WS dropped connection, probably fixed