From 57b85ac30f553657f31fba9432474dd72ddda707 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 3 Apr 2017 22:06:20 +0300 Subject: [PATCH] Alpha 1.0.28: new emoji panel, GNOME tray icon. --- Telegram/SourceFiles/messenger.cpp | 4 ++-- changelog.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/messenger.cpp b/Telegram/SourceFiles/messenger.cpp index dc8f4b71d..afa07b005 100644 --- a/Telegram/SourceFiles/messenger.cpp +++ b/Telegram/SourceFiles/messenger.cpp @@ -677,8 +677,8 @@ void Messenger::checkMapVersion() { if (Local::oldMapVersion() < AppVersion) { if (Local::oldMapVersion()) { QString versionFeatures; - if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000025) { - versionFeatures = QString::fromUtf8("\xE2\x80\x94 Edit your account phone number in Settings."); + if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000028) { + versionFeatures = QString::fromUtf8("\xE2\x80\x94 Better Emoji & Stickers & Saved GIFs panel.\n\xE2\x80\x94 Bug fixes and other minor improvements."); } else if (!(cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000026) { versionFeatures = langNewVersionText(); } else { diff --git a/changelog.txt b/changelog.txt index 4a29e1706..13ffeaf61 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +1.0.28 alpha (03.04.17) + +- Better Emoji & Stickers & Saved GIFs panel. +- Linux: Tray icon should work better in GNOME based Desktop Environments. +- Bug fixes and other minor improvements. + 1.0.27 (31.03.17) - Fix launch in Ubuntu 17.04.