2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Version 1.9.3.

- Videos in chats start playing automatically.
- Resume playback from where you left off
when watching long videos and listening to long audio tracks.
- Control automatic playback for
videos, GIFs and round video messages
in Settings > Advanced > Automatic media download.
- Enjoy system spell checker support on all modern systems.
This commit is contained in:
John Preston
2019-12-31 17:26:41 +03:00
parent fb36359a6d
commit 8c0e168009
6 changed files with 24 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_ALLOW_CLOSED_ALPHA
constexpr auto AppVersion = 1009002;
constexpr auto AppVersionStr = "1.9.2";
constexpr auto AppBetaVersion = true;
constexpr auto AppVersion = 1009003;
constexpr auto AppVersionStr = "1.9.3";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;