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

Beta version 2.9.5.

- Tile chat background patterns horizontally.
- Fix a rare crash in spellchecker on Windows.
- Fix animated chat backgrounds in Saved Messages.
- Fix "Sorry, group is inaccessible" message in scheduled voice chats.
This commit is contained in:
John Preston
2021-08-20 17:23:28 +03:00
parent 3d36e501a1
commit 4d98230694
7 changed files with 34 additions and 16 deletions

View File

@@ -90,7 +90,18 @@ std::map<int, const char*> BetaLogs() {
},
{
2009004,
"- Choose one from dozens of new gorgeous animated backgrounds in Chat Settings > Chat background."
"- Choose one from dozens of new gorgeous animated backgrounds"
" in Chat Settings > Chat background.\n"
},
{
2009005,
"- Tile chat background patterns horizontally.\n"
"- Fix a rare crash in spellchecker on Windows.\n"
"- Fix animated chat backgrounds in Saved Messages.\n"
"- Fix \"Sorry, group is inaccessible\" message in scheduled voice chats.\n",
},
};
};