Skip to content

Commit

Permalink
Version 1.3.9 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKotato committed Sep 9, 2020
1 parent 1734b81 commit 4311120
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Telegram/Resources/winrc/Kotatogram.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,3,8,0
PRODUCTVERSION 1,3,8,0
FILEVERSION 1,3,9,0
PRODUCTVERSION 1,3,9,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.3.8.0"
VALUE "FileVersion", "1.3.9.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.3.8.0"
VALUE "ProductVersion", "1.3.9.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Telegram/Resources/winrc/KotatogramUpdater.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,3,8,0
PRODUCTVERSION 1,3,8,0
FILEVERSION 1,3,9,0
PRODUCTVERSION 1,3,9,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.3.8.0"
VALUE "FileVersion", "1.3.9.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.3.8.0"
VALUE "ProductVersion", "1.3.9.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions Telegram/SourceFiles/kotato/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ For license and copyright information please follow this link:
*/
#pragma once

constexpr auto AppKotatoVersion = 1003008;
constexpr auto AppKotatoVersionStr = "1.3.8";
constexpr auto AppKotatoVersion = 1003009;
constexpr auto AppKotatoVersionStr = "1.3.9";
23 changes: 23 additions & 0 deletions kotatogram_changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
1.3.9 (9.09.2020)
- Updated TDesktop sources to 2.3.2.
- Ability to forward messages without author.
- Local folders.
- Ability to set API ID and hash by start parameter or environment variable.
- Use checkboxes in polls with multiple answers.
- Reworked admins info.
- Show group type in chat lists.
- Show star icon for groups where you're an admin.
- Do not notify when pinning by default.
- Ability to mention user from context menu in members list.
- Open pop-up emoji panel on RMB when disabled by hover.
- Improved theme keys search.
- Experimental top bar customization.
- Reworked changning time when scheduling messages.
- Improved keyboard navigation for calendar.
- Italian translation (by alsoGAMER and CrisMystik).
- Ability to jump to date in chat (Ctrl+J by default).
- Use ghost icon from Android app.
- Hide Edit and All Chats from context menu.
- Show button to remove recent sticker.
- Portuguese (Brasil) translation (by lipetst).

1.3.8 (10.07.2020)
- Updated TDesktop sources to 2.1.18.
- Restored one-click forward to Saved Messages.
Expand Down
28 changes: 28 additions & 0 deletions lib/xdg/kotatogramdesktop.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,34 @@
<keyword>im</keyword>
</keywords>
<releases>
<release version="1.3.9" date="2020-09-09">
<description>
<p>TDesktop sources were updated to 2.3.2.</p>
<p>Also in this update:</p>
<ul>
<li>Ability to forward messages without author.</li>
<li>Local folders.</li>
<li>Ability to set API ID and hash by start parameter or environment variable.</li>
<li>Use checkboxes in polls with multiple answers.</li>
<li>Reworked admins info.</li>
<li>Show group type in chat lists.</li>
<li>Show star icon for groups where you're an admin.</li>
<li>Do not notify when pinning by default.</li>
<li>Ability to mention user from context menu in members list.</li>
<li>Open pop-up emoji panel on RMB when disabled by hover.</li>
<li>Improved theme keys search.</li>
<li>Experimental top bar customization.</li>
<li>Reworked changning time when scheduling messages.</li>
<li>Improved keyboard navigation for calendar.</li>
<li>Italian translation (by alsoGAMER and CrisMystik).</li>
<li>Ability to jump to date in chat (Ctrl+J by default).</li>
<li>Use ghost icon from Android app.</li>
<li>Hide Edit and All Chats from context menu.</li>
<li>Show button to remove recent sticker.</li>
<li>Portuguese (Brasil) translation (by lipetst).</li>
</ul>
</description>
</release>
<release version="1.3.8" date="2020-07-10">
<description>
<p>TDesktop sources were updated to 2.1.18.</p>
Expand Down

0 comments on commit 4311120

Please sign in to comment.