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

Alpha version 1.1.24.

- Radically improved navigation. New side panel on the right
with quick access to shared media and group members.
- Pinned Messages. If you are a channel admin, pin messages
to focus your subscribers' attention on important announcements.
- Also supported clearing history in supergroups and added
a host of minor improvements.
This commit is contained in:
John Preston
2017-11-29 18:58:27 +04:00
parent 88b1552229
commit cc1df6a068
7 changed files with 25 additions and 28 deletions

View File

@@ -22,9 +22,9 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include "core/utils.h"
#define BETA_VERSION_MACRO (1001023012ULL)
#define BETA_VERSION_MACRO (0ULL)
constexpr int AppVersion = 1001023;
constexpr str_const AppVersionStr = "1.1.23";
constexpr bool AppAlphaVersion = false;
constexpr int AppVersion = 1001024;
constexpr str_const AppVersionStr = "1.1.24";
constexpr bool AppAlphaVersion = true;
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;