diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index df53ee88d..52cab9bbe 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -401,7 +401,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout 17c7e63cfd + git checkout 85bce38ec7 """) stage('depot_tools', """ diff --git a/changelog.txt b/changelog.txt index e1e90f78a..698a2d8aa 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,7 @@ -3.2.5 (16.11.21) [Windows] +3.2.5 (16.11.21) [Windows, macOS] - Fix connecting in case bad characters appear in device name on Windows. +- Fix custom input methods on macOS. 3.2.4 (13.11.21)