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

Beta version 3.1.2 (Windows only).

- Control video in fullscreen mode using arrows and numbers.
- Open locations in browser if default Bing Maps is not installed.
- Reconnect without timeout when network availability changes.
- Crash fixes.
This commit is contained in:
John Preston
2021-09-26 17:24:09 +04:00
parent eb02a7861a
commit a50310f0c1
7 changed files with 34 additions and 17 deletions

View File

@@ -58,6 +58,16 @@ std::map<int, const char*> BetaLogs() {
{
3000005,
"- Add support for Emoji 13.1."
},
{
3001002,
"- Control video in fullscreen mode using arrows and numbers.\n"
"- Open locations in browser if default Bing Maps is not installed.\n"
"- Reconnect without timeout when network availability changes.\n"
"- Crash fixes."
}
};
};