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

Version 1.3.13.

- Export data from individual chats using the '...' menu.
- Added a new night theme.
- You can now assign custom themes as night and day themes
to quickly switch between them.
- Support for Telegram Passport 1.1 and improved password hashing
algorithm to better protect Telegram Passport data.
This commit is contained in:
John Preston
2018-08-25 13:50:51 +03:00
parent 83fcb8e8ed
commit d98bbca353
6 changed files with 18 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "core/utils.h"
#define BETA_VERSION_MACRO (1003013004ULL)
#define BETA_VERSION_MACRO (0ULL)
constexpr int AppVersion = 1003013;
constexpr str_const AppVersionStr = "1.3.13";