mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Beta version 4.4.3.
- Support for anonymous numbers from the Fragment.com platform. - Fix a crash in own profile photo updating. - Bug fixes and other minor improvements.
This commit is contained in:
@@ -84,6 +84,14 @@ std::map<int, const char*> BetaLogs() {
|
||||
"- Set a public photo for those who are restricted to see "
|
||||
"your profile photo in the Privacy Settings.\n"
|
||||
|
||||
"- Bug fixes and other minor improvements.\n"
|
||||
},
|
||||
{
|
||||
4004003,
|
||||
"- Support for anonymous numbers from the Fragment.com platform.\n"
|
||||
|
||||
"- Fix a crash in own profile photo updating.\n"
|
||||
|
||||
"- Bug fixes and other minor improvements.\n"
|
||||
}
|
||||
};
|
||||
|
@@ -22,7 +22,7 @@ constexpr auto AppId = "{53F49750-6209-4FBF-9CA8-7A333C87D1ED}"_cs;
|
||||
constexpr auto AppNameOld = "Telegram Win (Unofficial)"_cs;
|
||||
constexpr auto AppName = "Telegram Desktop"_cs;
|
||||
constexpr auto AppFile = "Telegram"_cs;
|
||||
constexpr auto AppVersion = 4004002;
|
||||
constexpr auto AppVersionStr = "4.4.2";
|
||||
constexpr auto AppVersion = 4004003;
|
||||
constexpr auto AppVersionStr = "4.4.3";
|
||||
constexpr auto AppBetaVersion = true;
|
||||
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
|
||||
|
Reference in New Issue
Block a user