From eed083da42e5d9ec3d7a07dff02719a3be683ca7 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Fri, 3 Jul 2020 12:59:42 +0300 Subject: [PATCH] Version 1.3.7 beta --- Telegram/Resources/winrc/Kotatogram.rc | 8 ++++---- Telegram/Resources/winrc/KotatogramUpdater.rc | 8 ++++---- Telegram/SourceFiles/kotato/version.h | 4 ++-- kotatogram_changes.txt | 14 ++++++++++++++ lib/xdg/kotatogramdesktop.appdata.xml.in | 19 +++++++++++++++++++ 5 files changed, 43 insertions(+), 10 deletions(-) diff --git a/Telegram/Resources/winrc/Kotatogram.rc b/Telegram/Resources/winrc/Kotatogram.rc index e1f843a5ee..cc00e9311f 100644 --- a/Telegram/Resources/winrc/Kotatogram.rc +++ b/Telegram/Resources/winrc/Kotatogram.rc @@ -38,8 +38,8 @@ IDI_ICON6 ICON "..\\art\\icon256old.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,3,6,0 - PRODUCTVERSION 1,3,6,0 + FILEVERSION 1,3,7,0 + PRODUCTVERSION 1,3,7,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -56,10 +56,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop" - VALUE "FileVersion", "1.3.6.0" + VALUE "FileVersion", "1.3.7.0" VALUE "LegalCopyright", "Copyright (C) 2019-2020" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.3.6.0" + VALUE "ProductVersion", "1.3.7.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/KotatogramUpdater.rc b/Telegram/Resources/winrc/KotatogramUpdater.rc index 9e06ff8596..ced89e6e87 100644 --- a/Telegram/Resources/winrc/KotatogramUpdater.rc +++ b/Telegram/Resources/winrc/KotatogramUpdater.rc @@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,3,6,0 - PRODUCTVERSION 1,3,6,0 + FILEVERSION 1,3,7,0 + PRODUCTVERSION 1,3,7,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -42,10 +42,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop Updater" - VALUE "FileVersion", "1.3.6.0" + VALUE "FileVersion", "1.3.7.0" VALUE "LegalCopyright", "Copyright (C) 2019-2020" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.3.6.0" + VALUE "ProductVersion", "1.3.7.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/kotato/version.h b/Telegram/SourceFiles/kotato/version.h index 9b1dafba4e..6a205bf5fa 100644 --- a/Telegram/SourceFiles/kotato/version.h +++ b/Telegram/SourceFiles/kotato/version.h @@ -7,5 +7,5 @@ For license and copyright information please follow this link: */ #pragma once -constexpr auto AppKotatoVersion = 1003006; -constexpr auto AppKotatoVersionStr = "1.3.6"; +constexpr auto AppKotatoVersion = 1003007; +constexpr auto AppKotatoVersionStr = "1.3.7"; diff --git a/kotatogram_changes.txt b/kotatogram_changes.txt index 9fe2e5e581..cee6aa329c 100644 --- a/kotatogram_changes.txt +++ b/kotatogram_changes.txt @@ -1,3 +1,17 @@ +1.3.7 (3.07.2020) +- Updated TDesktop sources to 2.1.17. +- Option to disable monospace bubbles expansion (user-contributed). +- Click-to-copy for ID, phone and username in profile. +- Revoke messages by default. +- Additional info for chats in folders. +- Manage buttons in profile. +- Forward to multiple chats. +- Allow add up to 10 accounts. +- Do not share phone number by default (from TDesktop-x64). +- GIFs shared media section (from TDesktop-x64). +- Uwrapped "Stickers and GIFs" permission (from TDesktop-x64). +- Ukranian translation (by winqooq). + 1.3.6 (22.05.2020) - Updated TDesktop sources to 2.1.6. - Option to disable emoji panel on hover. diff --git a/lib/xdg/kotatogramdesktop.appdata.xml.in b/lib/xdg/kotatogramdesktop.appdata.xml.in index 8072fc3bc2..c62dfa6783 100644 --- a/lib/xdg/kotatogramdesktop.appdata.xml.in +++ b/lib/xdg/kotatogramdesktop.appdata.xml.in @@ -35,6 +35,25 @@ im + + +

TDesktop sources were updated to 2.1.17.

+

Also in this update:

+
    +
  • Option to disable monospace bubbles expansion (user-contributed).
  • +
  • Click-to-copy for ID, phone and username in profile.
  • +
  • Revoke messages by default.
  • +
  • Additional info for chats in folders.
  • +
  • Manage buttons in profile.
  • +
  • Forward to multiple chats.
  • +
  • Allow add up to 10 accounts.
  • +
  • Do not share phone number by default (from TDesktop-x64).
  • +
  • GIFs shared media section (from TDesktop-x64).
  • +
  • Uwrapped "Stickers and GIFs" permission (from TDesktop-x64).
  • +
  • Ukranian translation (by winqooq).
  • +
+
+

TDesktop sources were updated to 2.1.6.