diff --git a/Telegram/Resources/winrc/Kotatogram.rc b/Telegram/Resources/winrc/Kotatogram.rc index 15b1ff4b4..9b819257c 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,4,0,0 - PRODUCTVERSION 1,4,0,0 + FILEVERSION 1,4,1,0 + PRODUCTVERSION 1,4,1,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -56,10 +56,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop" - VALUE "FileVersion", "1.4.0.0" + VALUE "FileVersion", "1.4.1.0" VALUE "LegalCopyright", "Copyright (C) 2019-2021" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.4.0.0" + VALUE "ProductVersion", "1.4.1.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/KotatogramUpdater.rc b/Telegram/Resources/winrc/KotatogramUpdater.rc index af9f0fc9a..60395f229 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,4,0,0 - PRODUCTVERSION 1,4,0,0 + FILEVERSION 1,4,1,0 + PRODUCTVERSION 1,4,1,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -42,10 +42,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop Updater" - VALUE "FileVersion", "1.4.0.0" + VALUE "FileVersion", "1.4.1.0" VALUE "LegalCopyright", "Copyright (C) 2019-2021" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.4.0.0" + VALUE "ProductVersion", "1.4.1.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/kotato/version.h b/Telegram/SourceFiles/kotato/version.h index 73b6768e8..8dd371586 100644 --- a/Telegram/SourceFiles/kotato/version.h +++ b/Telegram/SourceFiles/kotato/version.h @@ -7,5 +7,5 @@ https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL */ #pragma once -constexpr auto AppKotatoVersion = 1004000; -constexpr auto AppKotatoVersionStr = "1.4"; +constexpr auto AppKotatoVersion = 1004001; +constexpr auto AppKotatoVersionStr = "1.4.1"; diff --git a/kotatogram_changes.txt b/kotatogram_changes.txt index cfa431809..f04235189 100644 --- a/kotatogram_changes.txt +++ b/kotatogram_changes.txt @@ -1,3 +1,14 @@ +1.4.1 (29.04.2021) +- Updated TDesktop sources to 2.7.4. +- Separate Kotatogram's MPRIS and TDesktop's MPRIS. +- Fix crash on right clicking emoji button. +- Attempt to fix repeating changelogs. +- Smaller font for options with radio buttons. +- Don't show top notification switch in own profile. +- Remove unnecessary separator in own profile. +- Fix dependent separated "Send stickers and GIFs" restriction. +- Updated translations. + 1.4 (13.04.2021) - Updated TDesktop sources to 2.7.1. - Ability to forward messages without author. diff --git a/lib/xdg/kotatogramdesktop.appdata.xml.in b/lib/xdg/kotatogramdesktop.appdata.xml.in index 90c22b502..2fb544df3 100644 --- a/lib/xdg/kotatogramdesktop.appdata.xml.in +++ b/lib/xdg/kotatogramdesktop.appdata.xml.in @@ -35,6 +35,22 @@ im + + +

TDesktop sources were updated to 2.7.4.

+

Also in this update:

+
    +
  • Separate Kotatogram's MPRIS and TDesktop's MPRIS.
  • +
  • Fix crash on right clicking emoji button.
  • +
  • Attempt to fix repeating changelogs.
  • +
  • Smaller font for options with radio buttons.
  • +
  • Don't show top notification switch in own profile.
  • +
  • Remove unnecessary separator in own profile.
  • +
  • Fix dependent separated "Send stickers and GIFs" restriction.
  • +
  • Updated translations.
  • +
+
+

TDesktop sources were updated to 2.7.1.