Alpha 1.0.28: new emoji panel, GNOME tray icon.

This commit is contained in:
John Preston 2017-04-03 22:06:20 +03:00
parent 81375a05f1
commit 57b85ac30f
2 changed files with 8 additions and 2 deletions

View file

@ -677,8 +677,8 @@ void Messenger::checkMapVersion() {
if (Local::oldMapVersion() < AppVersion) { if (Local::oldMapVersion() < AppVersion) {
if (Local::oldMapVersion()) { if (Local::oldMapVersion()) {
QString versionFeatures; QString versionFeatures;
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000025) { if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000028) {
versionFeatures = QString::fromUtf8("\xE2\x80\x94 Edit your account phone number in Settings."); 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) { } else if (!(cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000026) {
versionFeatures = langNewVersionText(); versionFeatures = langNewVersionText();
} else { } else {

View file

@ -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) 1.0.27 (31.03.17)
- Fix launch in Ubuntu 17.04. - Fix launch in Ubuntu 17.04.