mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
Update CHANGELOG and Podfile for release 5.2
This commit is contained in:
parent
99e3643ba4
commit
1253cccbcc
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
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)
|
||||
|
|
|
|||
2
Podfile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue