From a08e447d317f82c191517f4719b564a3a86eff1b Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 29 Jul 2022 14:22:08 +0200 Subject: [PATCH] Bumped version code + updated CHANGELOG for release/4.6 --- CHANGELOG.md | 11 +++++++++++ app/build.gradle | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1396f056a..05aab4280 100644 --- a/CHANGELOG.md +++ b/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 - 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 ### Fixed diff --git a/app/build.gradle b/app/build.gradle index bd6a336c3..849c3e458 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ plugins { def appVersionName = "4.7.0" // Uncomment for 4.7.0 release // def appVersionCode = 40700 // 4.07.00 -def appVersionCode = 40693 // 4.06.93 +def appVersionCode = 40694 // 4.06.94 static def getPackageName() { return "org.linphone"