mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-10 09:07:38 +00:00
version 0.8.33.dev changelog added
This commit is contained in:
parent
2940561ee2
commit
990c085fc5
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user