Updated CHANGELOG & bumped version code to 6.1.0 (7)

This commit is contained in:
Benoit Martins 2026-03-06 11:20:12 +01:00
parent d00257d93c
commit d0418ae07c
4 changed files with 32 additions and 39 deletions

View file

@ -14,40 +14,33 @@ Group changes to describe their impact on the project, as follows:
## [6.1.0] - Unreleased ## [6.1.0] - Unreleased
### Added ### Added
- LDAP and CardDAV settings - Support for LDAP and CardDAV accounts
- Advanced settings in third-party SIP account login view - Advanced settings for third-party SIP accounts, including outbound proxy configuration
- Phone number calls in contact details - Display of contacts, suggestions, media, and document lists in history, conversation, and contact detail views
- Recording player - Recording player with automatic playback of next recording
- Recording list - Trusted/untrusted devices visualization and list management
- Automatic Git commit, branch, and tag info for Help views - Pending notifications banner
- Message deletion feature - Option to show or hide chat message content in notifications
- Message editing feature - Message editing and deletion features
### Changed ### Changed
- Launch Screen (Splash Screen)
- Updated translations from Weblate - Updated translations from Weblate
- Updated SPM dependencies - Launch Screen (Splash Screen) refreshed
- Disabled meetings view when audio/video conference factory address is missing - Dialer and Popup UI improvements, including DTMF playback and layout fixes
- Moved disable_chat_feature to UI section - Audio session management refactored for stability
- Updated configuration files - Core call logs displayed when user has only one account
- Updated last message text in conversation list - Updated last message text display 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 - Reaction refresh issues
- Prevent editing of read-only (LDAP) contacts - Media list UI and message bubble paths
- Crash when editing a contact (safe unwrapping of friend/photo) - Various contact and phone number handling issues
- EditContactFragment view and “+” allowed in dialer - Chatroom disabled when insecure
- Dial plan selector and default dial plan - Call transfer logic updated
- Encryption update when call state changes - Debug print statements removed
- Unread message counter update in onMessageRetracted - CorePreferences and SSO improvements
- French translation of message_content_deleted - Display peer address in conversation
- Stop composing when the user stops typing - Several minor crashes and UI inconsistencies resolved
- 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.3] 2026-01-29 ## [6.0.3] 2026-01-29

View file

@ -2,6 +2,6 @@ import Foundation
public enum AppGitInfo { public enum AppGitInfo {
public static let branch = "master" public static let branch = "master"
public static let commit = "58d269a65" public static let commit = "d00257d93"
public static let tag = "6.1.0-alpha" public static let tag = "6.1.0-alpha"
} }

View file

@ -1721,7 +1721,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 = 6; CURRENT_PROJECT_VERSION = 7;
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;
@ -1765,7 +1765,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 = 6; CURRENT_PROJECT_VERSION = 7;
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;
@ -1927,7 +1927,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 = 6; CURRENT_PROJECT_VERSION = 7;
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\"";
@ -1991,7 +1991,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 = 6; CURRENT_PROJECT_VERSION = 7;
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;
@ -2051,7 +2051,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 = 6; CURRENT_PROJECT_VERSION = 7;
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;
@ -2085,7 +2085,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 = 6; CURRENT_PROJECT_VERSION = 7;
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;
@ -2118,7 +2118,7 @@
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 6; CURRENT_PROJECT_VERSION = 7;
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;
@ -2154,7 +2154,7 @@
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 6; CURRENT_PROJECT_VERSION = 7;
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;

View file

@ -123,7 +123,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" : "beta", "branch" : "beta",
"revision" : "47f51cb77ab75911b88b642ddde772c88fe8dc36" "revision" : "8b74ba1e4417ef808027a95b159c111986ceda5c"
} }
}, },
{ {