mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Beta version 1.5.7.
- Choose the emoji set you would like to use in Settings > Chat Settings. - Choose input and output devices for Telegram Calls in Settings > Adavanced > Call Settings.
This commit is contained in:
@@ -54,6 +54,14 @@ std::map<int, const char*> BetaLogs() {
|
||||
"- Improved auto-download settings.\n"
|
||||
|
||||
"- Bug fixes and other minor improvements."
|
||||
},
|
||||
{
|
||||
1005007,
|
||||
"- Choose the emoji set you would like to use "
|
||||
"in Settings > Chat Settings.\n"
|
||||
|
||||
"- Choose input and output devices for Telegram Calls "
|
||||
"in Settings > Adavanced > Call Settings."
|
||||
}
|
||||
};
|
||||
}
|
||||
|
@@ -7,7 +7,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#define TDESKTOP_REQUESTED_ALPHA_VERSION (1005006001ULL)
|
||||
#define TDESKTOP_REQUESTED_ALPHA_VERSION (0ULL)
|
||||
|
||||
#ifdef TDESKTOP_OFFICIAL_TARGET
|
||||
#define TDESKTOP_ALPHA_VERSION TDESKTOP_REQUESTED_ALPHA_VERSION
|
||||
@@ -15,7 +15,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#define TDESKTOP_ALPHA_VERSION (0ULL)
|
||||
#endif // TDESKTOP_OFFICIAL_TARGET
|
||||
|
||||
constexpr auto AppVersion = 1005006;
|
||||
constexpr auto AppVersionStr = "1.5.6";
|
||||
constexpr auto AppBetaVersion = false;
|
||||
constexpr auto AppVersion = 1005007;
|
||||
constexpr auto AppVersionStr = "1.5.7";
|
||||
constexpr auto AppBetaVersion = true;
|
||||
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
|
||||
|
Reference in New Issue
Block a user