Bumped version & updated CHANGELOG

This commit is contained in:
Sylvain Berfini 2023-01-13 09:39:31 +01:00
parent 3cad6b565d
commit 8fce6ab908
2 changed files with 16 additions and 2 deletions

View file

@ -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.0.3] - 2023-01-13
### Added
- Voice message recording/playback will use bluetooth/headset/headphones/hearing aid device if available
- Chat message notifications are now compatible with Android Auto
### Changed
- In video conference, when in active speaker layout, currently speaking participant miniature will be hidden
- Attach file, voice recording and send message icons are now a bit bigger
- Updated Firebase BoM, gradle & some dependencies
### Fixed
- ANR happening sometimes during voice message playback
## [5.0.2] - 2023-01-05
### Changed

View file

@ -5,8 +5,8 @@ plugins {
id 'org.jlleitschuh.gradle.ktlint'
}
def appVersionName = "5.0.2"
def appVersionCode = 50002
def appVersionName = "5.0.3"
def appVersionCode = 50003
static def getPackageName() {
return "org.linphone"