From f55d3d1c6a7b5b0df9b683119a869a60ace74206 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 16 Nov 2021 14:35:28 +0400 Subject: [PATCH] Version 3.2.5: Add information about macOS build. --- Telegram/build/prepare/prepare.py | 2 +- changelog.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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)