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

Version 1.6.

- Play video files and listen to music
without waiting for them to fully download.
- Press CTRL+0 (CMD+0 on macOS) to jump to your Saved Messages.
This commit is contained in:
John Preston
2019-03-18 12:24:03 +04:00
parent c0959ceaeb
commit fd538bc6c8
6 changed files with 22 additions and 17 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 = 1005018;
constexpr auto AppVersionStr = "1.5.18";
constexpr auto AppBetaVersion = true;
constexpr auto AppVersion = 1006000;
constexpr auto AppVersionStr = "1.6";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;