Skip to content

Commit

Permalink
Version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKotato committed Apr 13, 2021
1 parent f36b396 commit 2eabfee
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 13 deletions.
10 changes: 5 additions & 5 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,9,0
PRODUCTVERSION 1,3,9,0
FILEVERSION 1,4,0,0
PRODUCTVERSION 1,4,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.3.9.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
VALUE "FileVersion", "1.4.0.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2021"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.3.9.0"
VALUE "ProductVersion", "1.4.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 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,9,0
PRODUCTVERSION 1,3,9,0
FILEVERSION 1,4,0,0
PRODUCTVERSION 1,4,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.3.9.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
VALUE "FileVersion", "1.4.0.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2021"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.3.9.0"
VALUE "ProductVersion", "1.4.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ constexpr auto AppName = "Kotatogram Desktop"_cs;
constexpr auto AppFile = "Kotatogram"_cs;
constexpr auto AppVersion = 2007001;
constexpr auto AppVersionStr = "2.7.1";
constexpr auto AppBetaVersion = true;
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
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 = 1003009;
constexpr auto AppKotatoVersionStr = "1.3.9";
constexpr auto AppKotatoVersion = 1004000;
constexpr auto AppKotatoVersionStr = "1.4";
40 changes: 40 additions & 0 deletions kotatogram_changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
1.4 (13.04.2021)
- Updated TDesktop sources to 2.7.1.
- 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.
- Improved theme keys search.
- Experimental top bar customization.
- Reworked changning time when scheduling messages.
- Improved keyboard navigation for calendar.
- Ability to jump to date in chat (Ctrl+H by default).
- Use ghost icon from Android app.
- Hide Edit and All Chats from context menu.
- Show button to remove recent sticker.
- Option to retain selection after forward.
- Hide account name in notification if it's the current one.
- Possible fix for crash on Permissions click in profile.
- Fix for crash on profile double open in blocked users list.
- 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 in 32-bit build and up to 100 in 64 bit builds.
- Do not share phone number by default (from 64Gram).
- GIFs shared media section (from 64Gram).
- Uwrapped "Stickers and GIFs" permission (from 64Gram).
- Option to disable emoji panel on hover.
- Option to use native window frame on Windows and macOS.
- Option to disable tray counter.
- Option to use Telegram tray icon on Linux panels.
- Set media clear limit down to 1 day.
- Many translations from Crowdin page.

1.3.9 (9.09.2020)
- Updated TDesktop sources to 2.3.2.
- Ability to forward messages without author.
Expand Down
45 changes: 45 additions & 0 deletions lib/xdg/kotatogramdesktop.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,51 @@
<keyword>im</keyword>
</keywords>
<releases>
<release version="1.4" date="2021-04-13">
<description>
<p>TDesktop sources were updated to 2.7.1.</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>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>Ability to jump to date in chat (Ctrl+H 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>Option to retain selection after forward.</li>
<li>Hide account name in notification if it's the current one.</li>
<li>Possible fix for crash on Permissions click in profile.</li>
<li>Fix for crash on profile double open in blocked users list.</li>
<li>Option to disable monospace bubbles expansion (user-contributed).</li>
<li>Click-to-copy for ID, phone and username in profile.</li>
<li>Revoke messages by default.</li>
<li>Additional info for chats in folders.</li>
<li>Manage buttons in profile.</li>
<li>Forward to multiple chats.</li>
<li>Allow add up to 10 accounts in 32-bit build and up to 100 in 64 bit builds.</li>
<li>Do not share phone number by default (from 64Gram).</li>
<li>GIFs shared media section (from 64Gram).</li>
<li>Uwrapped "Stickers and GIFs" permission (from 64Gram).</li>
<li>Option to disable emoji panel on hover.</li>
<li>Option to use native window frame on Windows and macOS.</li>
<li>Option to disable tray counter.</li>
<li>Option to use Telegram tray icon on Linux panels.</li>
<li>Set media clear limit down to 1 day.</li>
<li>Many translations from Crowdin page.</li>
</ul>
</description>
</release>
<release version="1.3.9" date="2020-09-09">
<description>
<p>TDesktop sources were updated to 2.3.2.</p>
Expand Down

0 comments on commit 2eabfee

Please sign in to comment.