mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
Updated CHANGELOG & bumped version code to 6.1.0 (2)
This commit is contained in:
parent
b45a328ad4
commit
33b379285f
3 changed files with 23 additions and 8 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -11,12 +11,17 @@ Group changes to describe their impact on the project, as follows:
|
||||||
Security to invite users to upgrade in case of vulnerabilities.
|
Security to invite users to upgrade in case of vulnerabilities.
|
||||||
|
|
||||||
|
|
||||||
## [6.1.0] - 2025-11-13
|
## [6.1.0] - 2025-12-08
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- LDAP and CardDAV settings
|
- LDAP and CardDAV settings
|
||||||
- Advanced settings in third-party SIP account login view
|
- Advanced settings in third-party SIP account login view
|
||||||
- Phone number calls in contact details
|
- Phone number calls in contact details
|
||||||
|
- Recording player
|
||||||
|
- Recording list
|
||||||
|
- Automatic Git commit, branch, and tag info for Help views
|
||||||
|
- Message deletion feature
|
||||||
|
- Message editing feature
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Launch Screen (Splash Screen)
|
- Launch Screen (Splash Screen)
|
||||||
|
|
@ -25,6 +30,9 @@ Group changes to describe their impact on the project, as follows:
|
||||||
- Disabled meetings view when audio/video conference factory address is missing
|
- Disabled meetings view when audio/video conference factory address is missing
|
||||||
- Moved disable_chat_feature to UI section
|
- Moved disable_chat_feature to UI section
|
||||||
- Updated configuration files
|
- Updated configuration files
|
||||||
|
- Updated last message text in conversation list
|
||||||
|
- Updated PopupView UI
|
||||||
|
- Display core call logs instead of account call logs when the user has only one account
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- International prefix reset in settings
|
- International prefix reset in settings
|
||||||
|
|
@ -33,6 +41,13 @@ Group changes to describe their impact on the project, as follows:
|
||||||
- EditContactFragment view and “+” allowed in dialer
|
- EditContactFragment view and “+” allowed in dialer
|
||||||
- Dial plan selector and default dial plan
|
- Dial plan selector and default dial plan
|
||||||
- Encryption update when call state changes
|
- Encryption update when call state changes
|
||||||
|
- Unread message counter update in onMessageRetracted
|
||||||
|
- French translation of message_content_deleted
|
||||||
|
- Stop composing when the user stops typing
|
||||||
|
- Refresh presence info in history detail
|
||||||
|
- Refresh displayed friend when the contacts list is updated
|
||||||
|
- Prefix handling in interpretUrl when calling a phone number
|
||||||
|
- SIP contacts filter
|
||||||
|
|
||||||
|
|
||||||
## [6.0.2] - 2025-09-26
|
## [6.0.2] - 2025-09-26
|
||||||
|
|
|
||||||
|
|
@ -1600,7 +1600,7 @@
|
||||||
CODE_SIGN_ENTITLEMENTS = msgNotificationService/msgNotificationService.entitlements;
|
CODE_SIGN_ENTITLEMENTS = msgNotificationService/msgNotificationService.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 2;
|
||||||
DEVELOPMENT_TEAM = Z2V957B3D6;
|
DEVELOPMENT_TEAM = Z2V957B3D6;
|
||||||
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu17;
|
GCC_C_LANGUAGE_STANDARD = gnu17;
|
||||||
|
|
@ -1643,7 +1643,7 @@
|
||||||
CODE_SIGN_ENTITLEMENTS = msgNotificationService/msgNotificationService.entitlements;
|
CODE_SIGN_ENTITLEMENTS = msgNotificationService/msgNotificationService.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 2;
|
||||||
DEVELOPMENT_TEAM = Z2V957B3D6;
|
DEVELOPMENT_TEAM = Z2V957B3D6;
|
||||||
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu17;
|
GCC_C_LANGUAGE_STANDARD = gnu17;
|
||||||
|
|
@ -1802,7 +1802,7 @@
|
||||||
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
|
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
|
||||||
CODE_SIGN_ENTITLEMENTS = Linphone/Linphone.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Linphone/Linphone.entitlements;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 2;
|
||||||
DEAD_CODE_STRIPPING = YES;
|
DEAD_CODE_STRIPPING = YES;
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
DEVELOPMENT_ASSET_PATHS = "\"Linphone/Preview Content\"";
|
DEVELOPMENT_ASSET_PATHS = "\"Linphone/Preview Content\"";
|
||||||
|
|
@ -1866,7 +1866,7 @@
|
||||||
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
|
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
|
||||||
CODE_SIGN_ENTITLEMENTS = Linphone/Linphone.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Linphone/Linphone.entitlements;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 2;
|
||||||
DEAD_CODE_STRIPPING = YES;
|
DEAD_CODE_STRIPPING = YES;
|
||||||
DEVELOPMENT_ASSET_PATHS = "\"Linphone/Preview Content\"";
|
DEVELOPMENT_ASSET_PATHS = "\"Linphone/Preview Content\"";
|
||||||
DEVELOPMENT_TEAM = Z2V957B3D6;
|
DEVELOPMENT_TEAM = Z2V957B3D6;
|
||||||
|
|
@ -1926,7 +1926,7 @@
|
||||||
CODE_SIGN_ENTITLEMENTS = linphoneExtension/linphoneExtension.entitlements;
|
CODE_SIGN_ENTITLEMENTS = linphoneExtension/linphoneExtension.entitlements;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 2;
|
||||||
DEVELOPMENT_TEAM = Z2V957B3D6;
|
DEVELOPMENT_TEAM = Z2V957B3D6;
|
||||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu17;
|
GCC_C_LANGUAGE_STANDARD = gnu17;
|
||||||
|
|
@ -1960,7 +1960,7 @@
|
||||||
CODE_SIGN_ENTITLEMENTS = linphoneExtension/linphoneExtension.entitlements;
|
CODE_SIGN_ENTITLEMENTS = linphoneExtension/linphoneExtension.entitlements;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 2;
|
||||||
DEVELOPMENT_TEAM = Z2V957B3D6;
|
DEVELOPMENT_TEAM = Z2V957B3D6;
|
||||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu17;
|
GCC_C_LANGUAGE_STANDARD = gnu17;
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@
|
||||||
"location" : "https://gitlab.linphone.org/BC/public/linphone-sdk-swift-ios.git",
|
"location" : "https://gitlab.linphone.org/BC/public/linphone-sdk-swift-ios.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"branch" : "alpha",
|
"branch" : "alpha",
|
||||||
"revision" : "4403eb00e8843352d9d4ca4e696c2824e53dd178"
|
"revision" : "0dc2d9ef5b2e1e1868e3e6143a89a7ba9d983ea6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue