Updated CHANGELOG
This commit is contained in:
parent
c4eb94a9bf
commit
04bfce0406
2 changed files with 17 additions and 5 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -16,11 +16,13 @@ Group changes to describe their impact on the project, as follows:
|
|||
- Showing short term presence for contacts whom publish it + added setting to disable it (enabled by default for sip.linphone.org accounts)
|
||||
- Confirmation dialog before removing account
|
||||
- Attended transfer instead of blind transfer if there is more than 1 call
|
||||
- Added emoji picker in chat room, and increase size of text if it only contains emojis
|
||||
- Added hidden setting to disable video completely
|
||||
- Added hidden setting to prevent adding / editing / removing native contacts
|
||||
- Added hidden setting to protect settings access using account password
|
||||
- Last sent message delivery status (IMDN) icon in chat rooms list
|
||||
- Emoji picker in chat room, and increase size of text if it only contains emojis
|
||||
- Hidden setting to disable video completely
|
||||
- Hidden setting to prevent adding / editing / removing native contacts
|
||||
- Hidden setting to protect settings access using account password
|
||||
- SIP URI in call can be selected using long press
|
||||
- Dialog showing up asking for correct account password in case of failed authentication
|
||||
|
||||
### Changed
|
||||
- Switched Account Creator backend from XMLRPC to FlexiAPI, it now requires to be able to receive a push notification
|
||||
|
@ -35,6 +37,16 @@ Group changes to describe their impact on the project, as follows:
|
|||
- Messages not marked as reply in basic chat room if sending more than 1 content
|
||||
- Chat message video attachment display when failing to get a preview picture
|
||||
|
||||
## [5.0.14] - 2023-06-20
|
||||
|
||||
### Changed
|
||||
- SDK update only
|
||||
|
||||
## [5.0.13] - 2023-06-15
|
||||
|
||||
### Changed
|
||||
- SDK update only
|
||||
|
||||
## [5.0.12] - 2023-05-23
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -14,7 +14,7 @@ buildscript {
|
|||
classpath 'com.android.tools.build:gradle:8.0.2'
|
||||
classpath 'com.google.gms:google-services:4.3.15'
|
||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21'
|
||||
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.5'
|
||||
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.6'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue