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

Version 1.6.7.

- Replace media when editing messages with media content.
- Jump quickly to the top of your chats list.
- Get emoji suggestions for the first word you type in a message.
- Help Telegram improve emoji suggestions in your language
using this interface https://translations.telegram.org/en/emoji
This commit is contained in:
John Preston
2019-04-13 10:43:57 +04:00
parent 2518250ae0
commit 0023fdc707
6 changed files with 23 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#define TDESKTOP_ALPHA_VERSION (0ULL)
#endif // TDESKTOP_OFFICIAL_TARGET
constexpr auto AppVersion = 1006006;
constexpr auto AppVersionStr = "1.6.6";
constexpr auto AppBetaVersion = true;
constexpr auto AppVersion = 1006007;
constexpr auto AppVersionStr = "1.6.7";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;