From b67a1bca49973171257476f6f2faad4346eea045 Mon Sep 17 00:00:00 2001
From: John Preston <johnprestonmail@gmail.com>
Date: Fri, 24 May 2024 15:12:53 +0400
Subject: [PATCH] Version 5.0.2.

- Toggle chats search focus by Tab key.
- Unfocus empty search by Backspace key.
- Add a spoiler to already sent media when editing.
- Forward by drag-n-drop to frequent contacts / recent searches.
- Allow wide chats list in empty window
with narrow list when a chat is opened.
- Improve custom font support in the input fields.
- Fix input method typing from unfocused search.
- Fix possible media reordering on batch send.
- Fix crash in group emoji set saving.
- Fix possible hang on quit on macOS.
---
 changelog.txt | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/changelog.txt b/changelog.txt
index 432af58b0..e5eb46a9f 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,16 @@
+5.0.2 (24.05.24)
+
+- Toggle chats search focus by Tab key.
+- Unfocus empty search by Backspace key.
+- Add a spoiler to already sent media when editing.
+- Forward by drag-n-drop to frequent contacts / recent searches.
+- Allow wide chats list in empty window with narrow list when a chat is opened.
+- Improve custom font support in the input fields.
+- Fix input method typing from unfocused search.
+- Fix possible media reordering on batch send.
+- Fix crash in group emoji set saving.
+- Fix possible hang on quit on macOS.
+
 5.0.1 (04.05.24)
 
 - Fix several crashes in new interfaces.