2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

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"
},
};
};