2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Beta version 1.7.8.

- Hide archived chats in the main menu.
- See who is online straight from the chat list.
- Apply formatting to selected text parts
from the MacBook Pro TouchBar.
This commit is contained in:
John Preston
2019-06-17 18:24:59 +02:00
parent d0b86e1229
commit 26da5c5339
7 changed files with 31 additions and 39 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 = 1007007;
constexpr auto AppVersionStr = "1.7.7";
constexpr auto AppBetaVersion = false;
constexpr auto AppVersion = 1007008;
constexpr auto AppVersionStr = "1.7.8";
constexpr auto AppBetaVersion = true;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;