Version 4.9.9: Add support for Emoji 15.
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 821 KiB After Width: | Height: | Size: 832 KiB |
BIN
Telegram/Resources/emoji/emoji_8.webp
Normal file
After Width: | Height: | Size: 56 KiB |
5
Telegram/Resources/qrc/emoji_8.qrc
Normal file
|
@ -0,0 +1,5 @@
|
|||
<RCC>
|
||||
<qresource prefix="/gui">
|
||||
<file alias="emoji/emoji_8.webp">../emoji/emoji_8.webp</file>
|
||||
</qresource>
|
||||
</RCC>
|
|
@ -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
|
|
@ -1,5 +1,6 @@
|
|||
4.9.9 (18.09.23)
|
||||
|
||||
- Add support for Emoji 15.
|
||||
- Several crash fixes.
|
||||
|
||||
4.9.8 (16.09.23)
|
||||
|
|