Skip to content

Commit

Permalink
v5.6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kukuruzka165 committed Oct 7, 2024
1 parent 8a73c20 commit f4d916e
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 16 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ sudo sh -c "curl -s https://raw.githubusercontent.com/materialgram/arch/x86_64/i
* **QR Code generator** ([MIT License](https://github.com/nayuki/QR-Code-generator#license))
* **CMake** ([New BSD License](https://github.com/Kitware/CMake/blob/master/Copyright.txt))
* **Hunspell** ([LGPL](https://github.com/hunspell/hunspell/blob/master/COPYING.LESSER))
* **Ada** ([Apache License 2.0](https://github.com/ada-url/ada/blob/main/LICENSE-APACHE))

[//]: # (LINKS)
[telegram_api]: https://core.telegram.org
Expand Down
8 changes: 4 additions & 4 deletions Telegram/Resources/winrc/Telegram.rc
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,5,4,1
PRODUCTVERSION 5,5,4,1
FILEVERSION 5,6,1,1
PRODUCTVERSION 5,6,1,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -62,10 +62,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "kukuruzka"
VALUE "FileDescription", "materialgram"
VALUE "FileVersion", "5.5.4.1"
VALUE "FileVersion", "5.6.1.1"
VALUE "LegalCopyright", "github.com/kukuruzka165/materialgram"
VALUE "ProductName", "materialgram"
VALUE "ProductVersion", "5.5.4.1"
VALUE "ProductVersion", "5.6.1.1"
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 @@ -35,8 +35,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,5,4,1
PRODUCTVERSION 5,5,4,1
FILEVERSION 5,6,1,1
PRODUCTVERSION 5,6,1,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -53,10 +53,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "kukuruzka"
VALUE "FileDescription", "materialgram Updater"
VALUE "FileVersion", "5.5.4.1"
VALUE "FileVersion", "5.6.1.1"
VALUE "LegalCopyright", "github.com/kukuruzka165/materialgram"
VALUE "ProductName", "materialgram"
VALUE "ProductVersion", "5.5.4.1"
VALUE "ProductVersion", "5.6.1.1"
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 @@ -22,7 +22,7 @@ constexpr auto AppId = "{6354A46F-7CE5-4CF7-A9FA-9A3542AD9A6B}"_cs;
constexpr auto AppNameOld = "Telegram Win (Unofficial)"_cs;
constexpr auto AppName = "materialgram"_cs;
constexpr auto AppFile = "materialgram"_cs;
constexpr auto AppVersion = 500500401;
constexpr auto AppVersionStr = "5.5.4.1";
constexpr auto AppVersion = 500600101;
constexpr auto AppVersionStr = "5.6.1.1";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
10 changes: 5 additions & 5 deletions Telegram/build/version
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AppVersion 500500401
AppVersionStrMajor 5.5
AppVersionStrSmall 5.5.4.1
AppVersionStr 5.5.4.1
AppVersion 500600101
AppVersionStrMajor 5.6
AppVersionStrSmall 5.6.1.1
AppVersionStr 5.6.1.1
BetaChannel 0
AlphaVersion 0
AppVersionOriginal 5.5.4.1
AppVersionOriginal 5.6.1.1
25 changes: 25 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
5.6.1.1 (07.10.24)

- Fix media viewer sometimes blocking the app after launch.
- Gifts for Telegram Stars.
- Mention / hashtag autocomplete in media caption field.
- Resizing the window used for web apps and games.
- "Include muted chats in folder counters" notifications setting.
- Emoji from Unicode 15.1.
- Allow drag-to-scroll in reply quote edit box.
- Add bot verified badge to web app title.
- Add ability to share QR code of bots.
- Add mention/hashtag autocomplete to Saved GIF caption.
- Fixed display of working hours in profiles.
- Respect the maximum reply quote length.
- Allow resizing the window used for web apps and games.
- Add mention / hashtag autocomplete in media caption field.
- Add "Include muted chats in folder counters" notifications setting.
- Auto-select URL suggested from clipboard when creating a custom link.
- Update emoji to Unicode 15.1.
- Fix replying with a quote from media album caption.
- Fix viewing custom emoji packs from media album caption.
- Suggest URL from clipboard when creating a custom link.
- Fix animated topic icons in topic info page.
- Fix excessive getChannelDifference requests.

5.5.4.1 (13.09.24)

- Fix channel updates stopping after difference request failing.
Expand Down
2 changes: 1 addition & 1 deletion lib/xdg/io.github.kukuruzka165.materialgram.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Terminal=false
StartupWMClass=materialgram
Type=Application
Categories=Chat;Network;InstantMessaging;Qt;
MimeType=x-scheme-handler/tg;
MimeType=x-scheme-handler/tg;x-scheme-handler/tonsite;
Keywords=tg;chat;im;messaging;messenger;sms;tdesktop;telegram;materialgram
Actions=quit;
DBusActivatable=true
Expand Down
1 change: 1 addition & 0 deletions lib/xdg/io.github.kukuruzka165.materialgram.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@
<binary>materialgram</binary>
<dbus type="session">io.github.kukuruzka165.materialgram</dbus>
<mediatype>x-scheme-handler/tg</mediatype>
<mediatype>x-scheme-handler/tonsite</mediatype>
</provides>
</component>

0 comments on commit f4d916e

Please # to comment.