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:
@@ -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."
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user