2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 00:55:12 +00:00

Alpha version 1.2.20.

- Emoji and text replacements are done while you type the message.
- Revert emoji and text replacements by pressing backspace.
- Disable emoji replacements or suggestions in Settings.
- Some critical bug fixes.
This commit is contained in:
John Preston
2018-05-13 21:25:31 +03:00
parent 4f9507ed97
commit df9ec4b466
7 changed files with 34 additions and 14 deletions

View File

@@ -61,6 +61,19 @@ std::map<int, const char*> AlphaLogs() {
"\xE2\x80\x94 Enable proxy for calls in Settings.\n"
"\xE2\x80\x94 Bug fixes and other minor improvements."
},
{
1002020,
"\xE2\x80\x94 Emoji and text replacements are done "
"while you type the message.\n"
"\xE2\x80\x94 Revert emoji and text replacements "
"by pressing backspace.\n"
"\xE2\x80\x94 Disable emoji replacements or suggestions "
"in Settings.\n"
"\xE2\x80\x94 Some critical bug fixes."
}
};
}