From 990c085fc5e17590eab92eabd6ff3b93c092f4ec Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 25 Jun 2015 21:08:20 +0300 Subject: [PATCH] version 0.8.33.dev changelog added --- Telegram/SourceFiles/application.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/application.cpp b/Telegram/SourceFiles/application.cpp index 0af5861540..f03ea43cb5 100644 --- a/Telegram/SourceFiles/application.cpp +++ b/Telegram/SourceFiles/application.cpp @@ -640,8 +640,8 @@ void Application::checkMapVersion() { psRegisterCustomScheme(); if (Local::oldMapVersion()) { QString versionFeatures; - if (DevChannel && Local::oldMapVersion() < 8031) { - versionFeatures = QString::fromUtf8("\xe2\x80\x94 Bots support using the new bot API\n\xe2\x80\x94 Drag-n-drop selected text and links from messages\n\xe2\x80\x94 Forward selected messages by drag-n-drop");// .replace('@', qsl("@") + QChar(0x200D)); + if (DevChannel && Local::oldMapVersion() < 8033) { + versionFeatures = QString::fromUtf8("\xe2\x80\x94 IPv6 connection checkbox added to Connection Type box in Settings");// .replace('@', qsl("@") + QChar(0x200D)); } else if (!DevChannel && Local::oldMapVersion() < 8030) { versionFeatures = lng_new_version_text(lt_blog_link, qsl("https://telegram.org/blog/bot-revolution"));// lang(lng_new_version_text).trimmed(); }