Bumped version code + updated CHANGELOG for release/4.6
This commit is contained in:
parent
dcf91ddef3
commit
a08e447d31
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -45,6 +45,17 @@ Group changes to describe their impact on the project, as follows:
|
||||||
- Issues when storing presence in native contacts + potentially duplicated SIP addresses in contact details
|
- Issues when storing presence in native contacts + potentially duplicated SIP addresses in contact details
|
||||||
- Chat room scroll position lost when going into sub-view
|
- Chat room scroll position lost when going into sub-view
|
||||||
|
|
||||||
|
## [4.6.12] - 2022-07-29
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Call notification not being removed if service channel is disabled & background mode is enabled
|
||||||
|
- Wrong display name in chat notification sometimes
|
||||||
|
- Removed secure chat button if no LIME server configured or no conference factory URI set
|
||||||
|
- Disable TelecomManager feature when the device doesn't support it
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- ContactsLoader have been updated, shouldn't crash anymore
|
||||||
|
|
||||||
## [4.6.11] - 2022-06-27
|
## [4.6.11] - 2022-06-27
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -8,7 +8,7 @@ plugins {
|
||||||
def appVersionName = "4.7.0"
|
def appVersionName = "4.7.0"
|
||||||
// Uncomment for 4.7.0 release
|
// Uncomment for 4.7.0 release
|
||||||
// def appVersionCode = 40700 // 4.07.00
|
// def appVersionCode = 40700 // 4.07.00
|
||||||
def appVersionCode = 40693 // 4.06.93
|
def appVersionCode = 40694 // 4.06.94
|
||||||
|
|
||||||
static def getPackageName() {
|
static def getPackageName() {
|
||||||
return "org.linphone"
|
return "org.linphone"
|
||||||
|
|
Loading…
Reference in a new issue