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:
parent
ff14ac68ee
commit
635f76a312
|
@ -127,6 +127,14 @@ std::map<int, const char*> BetaLogs() {
|
||||||
|
|
||||||
"- Several bug and crash fixes.\n"
|
"- 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"
|
||||||
|
},
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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)
|
2.7.9 beta (17.06.21)
|
||||||
|
|
||||||
- Added "Enable noise suppression" option to group calls Settings.
|
- Added "Enable noise suppression" option to group calls Settings.
|
||||||
|
|
Loading…
Reference in New Issue