2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Beta version 1.7.11.

- Use strikethrough and underline formatting.
- Bug fixes and other minor improvements.
This commit is contained in:
John Preston
2019-07-04 16:59:42 +02:00
parent 5c6515febb
commit 4a12e9798a
7 changed files with 30 additions and 19 deletions

View File

@@ -45,9 +45,15 @@ std::map<int, const char*> BetaLogs() {
"\xE2\x80\xA2 Apply formatting to selected text parts "
"from the MacBook Pro TouchBar."
},
{
1007011,
"\xE2\x80\xA2 Use strikethrough and underline formatting.\n"
"\xE2\x80\xA2 Bug fixes and other minor improvements."
}
};
}
};
QString FormatVersionDisplay(int version) {
return QString::number(version / 1000000)