Version 4.9.9: Add support for Emoji 15.

This commit is contained in:
John Preston 2023-09-18 22:52:23 +04:00
parent ea41aab713
commit a54bc449e4
14 changed files with 12 additions and 5 deletions

View File

@ -1474,6 +1474,7 @@ PRIVATE
qrc/emoji_5.qrc
qrc/emoji_6.qrc
qrc/emoji_7.qrc
qrc/emoji_8.qrc
qrc/emoji_preview.qrc
qrc/telegram/animations.qrc
qrc/telegram/export.qrc

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 821 KiB

After

Width:  |  Height:  |  Size: 832 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -0,0 +1,5 @@
<RCC>
<qresource prefix="/gui">
<file alias="emoji/emoji_8.webp">../emoji/emoji_8.webp</file>
</qresource>
</RCC>

View File

@ -41,9 +41,9 @@ inline auto PreviewPath(int i) {
const auto kSets = {
Set{ { 0, 0, 0, "Mac" }, PreviewPath(0) },
Set{ { 1, 1392, 8'184'590, "Android" }, PreviewPath(1) },
Set{ { 2, 1393, 5'413'219, "Twemoji" }, PreviewPath(2) },
Set{ { 3, 1394, 6'967'218, "JoyPixels" }, PreviewPath(3) },
Set{ { 1, 1804, 8'115'639, "Android" }, PreviewPath(1) },
Set{ { 2, 1805, 5'481'197, "Twemoji" }, PreviewPath(2) },
Set{ { 3, 1806, 7'047'594, "JoyPixels" }, PreviewPath(3) },
};
using Loading = MTP::DedicatedLoader::Progress;

@ -1 +1 @@
Subproject commit 2d03abc7de8558ae8862688a226b3d5a817dc466
Subproject commit 145c9e617170eda5932c7d7064449fe262ee2a0a

@ -1 +1 @@
Subproject commit ba73905c117da8ba06de54c5d35a707603093815
Subproject commit 88423818f8b8cbb5b0914f72caccba6019bd6935

View File

@ -1,5 +1,6 @@
4.9.9 (18.09.23)
- Add support for Emoji 15.
- Several crash fixes.
4.9.8 (16.09.23)