Closed beta 1.2.8.2.

This commit is contained in:
John Preston 2018-01-29 21:09:08 +03:00
parent adcce61b52
commit d4f4698c69
10 changed files with 15 additions and 16 deletions

View File

@ -9,7 +9,7 @@
<Identity Name="TelegramMessengerLLP.TelegramDesktop" <Identity Name="TelegramMessengerLLP.TelegramDesktop"
ProcessorArchitecture="ARCHITECTURE" ProcessorArchitecture="ARCHITECTURE"
Publisher="CN=536BC709-8EE1-4478-AF22-F0F0F26FF64A" Publisher="CN=536BC709-8EE1-4478-AF22-F0F0F26FF64A"
Version="1.2.8.1" /> Version="1.2.8.2" />
<Properties> <Properties>
<DisplayName>Telegram Desktop</DisplayName> <DisplayName>Telegram Desktop</DisplayName>
<PublisherDisplayName>Telegram Messenger LLP</PublisherDisplayName> <PublisherDisplayName>Telegram Messenger LLP</PublisherDisplayName>

View File

@ -34,8 +34,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,8,1 FILEVERSION 1,2,8,2
PRODUCTVERSION 1,2,8,1 PRODUCTVERSION 1,2,8,2
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -52,10 +52,10 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "Telegram Messenger LLP" VALUE "CompanyName", "Telegram Messenger LLP"
VALUE "FileDescription", "Telegram Desktop" VALUE "FileDescription", "Telegram Desktop"
VALUE "FileVersion", "1.2.8.1" VALUE "FileVersion", "1.2.8.2"
VALUE "LegalCopyright", "Copyright (C) 2014-2018" VALUE "LegalCopyright", "Copyright (C) 2014-2018"
VALUE "ProductName", "Telegram Desktop" VALUE "ProductName", "Telegram Desktop"
VALUE "ProductVersion", "1.2.8.1" VALUE "ProductVersion", "1.2.8.2"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"

View File

@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,8,1 FILEVERSION 1,2,8,2
PRODUCTVERSION 1,2,8,1 PRODUCTVERSION 1,2,8,2
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -43,10 +43,10 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "Telegram Messenger LLP" VALUE "CompanyName", "Telegram Messenger LLP"
VALUE "FileDescription", "Telegram Desktop Updater" VALUE "FileDescription", "Telegram Desktop Updater"
VALUE "FileVersion", "1.2.8.1" VALUE "FileVersion", "1.2.8.2"
VALUE "LegalCopyright", "Copyright (C) 2014-2018" VALUE "LegalCopyright", "Copyright (C) 2014-2018"
VALUE "ProductName", "Telegram Desktop" VALUE "ProductName", "Telegram Desktop"
VALUE "ProductVersion", "1.2.8.1" VALUE "ProductVersion", "1.2.8.2"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"

View File

@ -9,7 +9,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "core/utils.h" #include "core/utils.h"
#define BETA_VERSION_MACRO (1002008001ULL) #define BETA_VERSION_MACRO (1002008002ULL)
constexpr int AppVersion = 1002008; constexpr int AppVersion = 1002008;
constexpr str_const AppVersionStr = "1.2.8"; constexpr str_const AppVersionStr = "1.2.8";

View File

@ -103,7 +103,6 @@ Widget::Widget(
_showNext->setClickedCallback([this] { _showNext->setClickedCallback([this] {
// #TODO feeds show next // #TODO feeds show next
Ui::show(Box<InformBox>(lang(lng_admin_log_about_text)));
}); });
_feed->unreadPositionChanges( _feed->unreadPositionChanges(

View File

@ -14,7 +14,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "history/view/history_view_top_bar_widget.h" #include "history/view/history_view_top_bar_widget.h"
namespace Data { namespace Data {
class Group; struct Group;
} // namespace Data } // namespace Data
namespace HistoryView { namespace HistoryView {

View File

@ -10,7 +10,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
class HistoryItem; class HistoryItem;
namespace Data { namespace Data {
class Group; struct Group;
} // namespace Data } // namespace Data
TextWithEntities HistoryItemText(not_null<HistoryItem*> item); TextWithEntities HistoryItemText(not_null<HistoryItem*> item);

View File

@ -1771,7 +1771,7 @@ void ListWidget::mouseActionFinish(
&& _selectedTextRange.from != _selectedTextRange.to) { && _selectedTextRange.from != _selectedTextRange.to) {
if (const auto view = viewForItem(_selectedTextItem)) { if (const auto view = viewForItem(_selectedTextItem)) {
SetClipboardWithEntities( SetClipboardWithEntities(
_selectedTextItem->selectedText(_selectedTextRange), view->selectedText(_selectedTextRange),
QClipboard::Selection); QClipboard::Selection);
} }
} }

View File

@ -23,7 +23,7 @@ class Controller;
} // namespace Window } // namespace Window
namespace Data { namespace Data {
class Group; struct Group;
} // namespace Data } // namespace Data
namespace HistoryView { namespace HistoryView {

View File

@ -3,4 +3,4 @@ AppVersionStrMajor 1.2
AppVersionStrSmall 1.2.8 AppVersionStrSmall 1.2.8
AppVersionStr 1.2.8 AppVersionStr 1.2.8
AlphaChannel 0 AlphaChannel 0
BetaVersion 1002008001 BetaVersion 1002008002