From 1253cccbccf3326bb6fdcdfede795875658ca6b4 Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Thu, 21 Dec 2023 16:51:16 +0100 Subject: [PATCH] Update CHANGELOG and Podfile for release 5.2 --- CHANGELOG.md | 14 ++++++++++++++ Podfile | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b2840f86..6c482c292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,20 @@ Group changes to describe their impact on the project, as follows: Fixed for any bug fixes. Security to invite users to upgrade in case of vulnerabilities. +## [5.2.0] - 2023-21-12 +### Added +- Chat messages emoji "reactions" +- Hardware video codecs (H264, H265) are now used in priority when possible (SDK) + +### Changed +- Minimum iOS version is now 13 +- Update linphone SDK to 5.3.1 + +### Fixed +- Several crashes in chat conversation when receiving files +- Various UI fixes in conference views +- Fix crash upon refreshing register + ## [5.1.0] - 2023-21-08 ### Added - In contacts and chat conversations view, show short term presence for contacts whom publish it + added setting to disable it (enabled by default for sip.linphone.org accounts) diff --git a/Podfile b/Podfile index d3b72222c..6812215ca 100644 --- a/Podfile +++ b/Podfile @@ -5,7 +5,7 @@ source "https://github.com/CocoaPods/Specs.git" def all_pods if ENV['PODFILE_PATH'].nil? - pod 'linphone-sdk', '~>5.3.0-beta' + pod 'linphone-sdk', '~>5.3.1' else pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk end