Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKotato committed Mar 18, 2020
1 parent 7cf93c8 commit a2ee066
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Telegram/Resources/winrc/Telegram.rc
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ IDI_ICON6 ICON "..\\art\\icon256old.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,9,0
PRODUCTVERSION 1,1,9,0
FILEVERSION 1,2,0,0
PRODUCTVERSION 1,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -56,10 +56,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Kotatogram"
VALUE "FileDescription", "Kotatogram Desktop"
VALUE "FileVersion", "1.1.9.0"
VALUE "FileVersion", "1.2.0.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.1.9.0"
VALUE "ProductVersion", "1.2.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Telegram/Resources/winrc/Updater.rc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,9,0
PRODUCTVERSION 1,1,9,0
FILEVERSION 1,2,0,0
PRODUCTVERSION 1,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -42,10 +42,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Kotatogram"
VALUE "FileDescription", "Kotatogram Desktop Updater"
VALUE "FileVersion", "1.1.9.0"
VALUE "FileVersion", "1.2.0.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.1.9.0"
VALUE "ProductVersion", "1.2.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions Telegram/SourceFiles/core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ constexpr auto AppVersion = 1009021;
constexpr auto AppVersionStr = "1.9.21";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
constexpr auto AppKotatoVersion = 1001009;
constexpr auto AppKotatoVersionStr = "1.1.9";
constexpr auto AppKotatoVersion = 1002000;
constexpr auto AppKotatoVersionStr = "1.2";
4 changes: 4 additions & 0 deletions kotatogram_changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2 (19.03.2020)
- Updated TDesktop sources to 1.9.21.
- New logo and option to choose alternative icons.

1.1.9 (15.03.2020)
- Updated TDesktop sources to 1.9.20 beta.
- Support for taskbar flashing alert on Linux.
Expand Down
23 changes: 23 additions & 0 deletions lib/xdg/kotatogramdesktop.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,29 @@
<keyword>im</keyword>
</keywords>
<releases>
<release version="1.2" date="2020-03-19">
<description>
<p>TDesktop sources were updated to 1.9.21.</p>
<p>Also in this update:</p>
<ul>
<li>New logo and option to choose alternative icons.</li>
<li>Support for taskbar flashing alert.</li>
<li>Bot privacy status in members list.</li>
<li>Custom tray and taskbar icon.</li>
<li>Show working dir in tray icon tooltip.</li>
<li>Option to change rounding of profile pictures.</li>
<li>Option to always show profile picture in top bar.</li>
<li>Ban members option in Recent Actions.</li>
<li>Control notification sound from tray menu.</li>
<li>Option to change recent stickers show limit (up to 200 or disable at all).</li>
<li>Show video playback controls for GIFs.</li>
<li>Allow up to 64px as minimal sticker size.</li>
<li>Optional confirmation before calling.</li>
<li>"Disable Up to edit" now in options menu.</li>
<li>Option to use original font height.</li>
</ul>
</description>
</release>
<release version="1.1.9" date="2020-03-15">
<description>
<p>TDesktop sources were updated to 1.9.20 beta.</p>
Expand Down

0 comments on commit a2ee066

Please sign in to comment.