diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd3e3e73..36807b622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,22 @@ ### 👏 **Harder** * Sending custom emoji is now supported. -* You can now access the app even when offline. +* You can now view recent (cached) messages while offline. +* Enjoy the beautifully redesigned payments screen with an option to add tips for certain invoices. +* Media in chats can also be deleted via the Media Viewer. + +### 🤩 **Better** +* Custom emoji sent without text are shown at a larger size. + +### 🚀 **Faster** +* Optimized rendering for animated stickers and emoji. ### 💪 **Stronger** -* Fix syncing after editing draft on another device. -* Fix multiple notification sounds when waking up from background mode. +* Improved sync after editing drafts on another device. +* Fixed duplicate notification sounds when waking up from sleep. +* Various fixes for the Media Viewer. * Various fixes for username input. -* Various fixes for Media Viewer. +* Various layout improvements. ## 1.54.0 (2022-10-17) diff --git a/src/versionNotification.txt b/src/versionNotification.txt index 5a053cd0a..c8f8cdc44 100644 --- a/src/versionNotification.txt +++ b/src/versionNotification.txt @@ -2,10 +2,19 @@ [👏](customEmoji:5471921242866981303) **Harder** • Sending custom emoji is now supported. -• You can now access the app even when offline. +• You can now view recent (cached) messages while offline. +• Enjoy the beautifully redesigned payments screen with an option to add tips for certain invoices. +• Media in chats can also be deleted via the Media Viewer. + +[🤩](customEmoji:5373026167722876724) **Better** +• Custom emoji sent without text are shown at a larger size. + +[🚀](customEmoji:5445284980978621387) **Faster** +• Optimized rendering for animated stickers and emoji. [💪](customEmoji:5471883477219549006) **Stronger** -• Fix syncing after editing draft on another device. -• Fix multiple notification sounds when waking up from background mode. +• Improved sync after editing drafts on another device. +• Fixed duplicate notification sounds when waking up from sleep. +• Various fixes for the Media Viewer. • Various fixes for username input. -• Various fixes for Media Viewer. +• Various layout improvements.