mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Version 1.0.2
This commit is contained in:
@@ -34,8 +34,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
|
|||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,0,1,0
|
FILEVERSION 1,0,2,0
|
||||||
PRODUCTVERSION 1,0,1,0
|
PRODUCTVERSION 1,0,2,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
@@ -52,10 +52,10 @@ BEGIN
|
|||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Kotatogram"
|
VALUE "CompanyName", "Kotatogram"
|
||||||
VALUE "FileDescription", "Kotatogram Desktop"
|
VALUE "FileDescription", "Kotatogram Desktop"
|
||||||
VALUE "FileVersion", "1.0.1.0"
|
VALUE "FileVersion", "1.0.2.0"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2014-2019"
|
VALUE "LegalCopyright", "Copyright (C) 2014-2019"
|
||||||
VALUE "ProductName", "Kotatogram Desktop"
|
VALUE "ProductName", "Kotatogram Desktop"
|
||||||
VALUE "ProductVersion", "1.0.1.0"
|
VALUE "ProductVersion", "1.0.2.0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
@@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,0,1,0
|
FILEVERSION 1,0,2,0
|
||||||
PRODUCTVERSION 1,0,1,0
|
PRODUCTVERSION 1,0,2,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
@@ -43,10 +43,10 @@ BEGIN
|
|||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Kotatogram"
|
VALUE "CompanyName", "Kotatogram"
|
||||||
VALUE "FileDescription", "Kotatogram Desktop Updater"
|
VALUE "FileDescription", "Kotatogram Desktop Updater"
|
||||||
VALUE "FileVersion", "1.0.1.0"
|
VALUE "FileVersion", "1.0.2.0"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2014-2019"
|
VALUE "LegalCopyright", "Copyright (C) 2014-2019"
|
||||||
VALUE "ProductName", "Kotatogram Desktop"
|
VALUE "ProductName", "Kotatogram Desktop"
|
||||||
VALUE "ProductVersion", "1.0.1.0"
|
VALUE "ProductVersion", "1.0.2.0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
@@ -16,8 +16,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||||||
#endif // TDESKTOP_OFFICIAL_TARGET
|
#endif // TDESKTOP_OFFICIAL_TARGET
|
||||||
|
|
||||||
constexpr auto AppVersion = 1008009;
|
constexpr auto AppVersion = 1008009;
|
||||||
constexpr auto AppVersionStr = "1.8.9";
|
constexpr auto AppVersionStr = "1.8.9-0c30bbf";
|
||||||
constexpr auto AppBetaVersion = false;
|
constexpr auto AppBetaVersion = false;
|
||||||
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
|
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
|
||||||
constexpr auto AppKotatoVersion = 1000001;
|
constexpr auto AppKotatoVersion = 1000002;
|
||||||
constexpr auto AppKotatoVersionStr = "1.0.1";
|
constexpr auto AppKotatoVersionStr = "1.0.2";
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
1.0.2 (1.10.2019)
|
||||||
|
- Hide pinned message from chat menu.
|
||||||
|
- Always show scheduled messages button.
|
||||||
|
- View discussion group and discussed channel in profile.
|
||||||
|
|
||||||
1.0.1 (30.09.2019)
|
1.0.1 (30.09.2019)
|
||||||
- Show previously hidden pinned message in chat.
|
- Show previously hidden pinned message in chat.
|
||||||
- Show ID in chat profile.
|
- Show ID in chat profile.
|
||||||
|
Reference in New Issue
Block a user