mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Alpha version 1.2.9.
- Quick Reply. Double click near a message for a quick reply. - Search for Stickers. Click on the new search icon to access your sticker sets or find new ones.
This commit is contained in:
@@ -72,6 +72,15 @@ std::map<int, const char*> AlphaLogs() {
|
||||
"\xE2\x80\x94 Select a message you want to reply to by "
|
||||
"pressing Ctrl+Up and Ctrl+Down."
|
||||
},
|
||||
{
|
||||
1002009,
|
||||
"\xE2\x80\x94 Quick Reply. "
|
||||
"Double click near a message for a quick reply.\n"
|
||||
|
||||
"\xE2\x80\x94 Search for Stickers. "
|
||||
"Click on the new search icon to access "
|
||||
"your sticker sets or find new ones."
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
@@ -9,9 +9,9 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
|
||||
#include "core/utils.h"
|
||||
|
||||
#define BETA_VERSION_MACRO (1002008011ULL)
|
||||
#define BETA_VERSION_MACRO (0ULL)
|
||||
|
||||
constexpr int AppVersion = 1002008;
|
||||
constexpr str_const AppVersionStr = "1.2.8";
|
||||
constexpr bool AppAlphaVersion = false;
|
||||
constexpr int AppVersion = 1002009;
|
||||
constexpr str_const AppVersionStr = "1.2.9";
|
||||
constexpr bool AppAlphaVersion = true;
|
||||
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;
|
||||
|
Reference in New Issue
Block a user