Beta version 2.7.10.

- Added ability to mix together bold, italic and other formatting.
- Fix voice chats and video calls OpenGL with some drivers on Windows.
- Several bug fixes.
This commit is contained in:
John Preston 2021-06-22 19:59:22 +04:00
parent ff14ac68ee
commit 635f76a312
2 changed files with 14 additions and 0 deletions

View File

@ -127,6 +127,14 @@ std::map<int, const char*> BetaLogs() {
"- Several bug and crash fixes.\n"
},
{
2007010,
"- Added ability to mix together bold, italic and other formatting.\n"
"- Fix voice chats and video calls OpenGL with some drivers on Windows.\n"
"- Several bug fixes.\n"
},
};
};

View File

@ -1,3 +1,9 @@
2.7.10 beta (22.06.21)
- Added ability to mix together bold, italic and other formatting.
- Fix voice chats and video calls OpenGL with some drivers on Windows.
- Several bug fixes.
2.7.9 beta (17.06.21)
- Added "Enable noise suppression" option to group calls Settings.