mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
Merge branch 'release/7408_releaseprep_2.25.0' into 'release/v2.25.0'
Release/7408 releaseprep 2.25.0 See merge request bwmessenger/bundesmessenger/bundesmessenger-ios!434
This commit is contained in:
@@ -1,3 +1,21 @@
|
|||||||
|
Changes in BWI project 2.25.0 (2025-06-12)
|
||||||
|
===================================================
|
||||||
|
|
||||||
|
Upstream merge ✨:
|
||||||
|
- v1.27.11
|
||||||
|
|
||||||
|
Improvements 🙌:
|
||||||
|
- MESSENGER-6759 remove hash based server vailidation
|
||||||
|
|
||||||
|
Bugfix 🐛:
|
||||||
|
- MESSENGER-7257 Fix for pushes with sound
|
||||||
|
- MESSENGER-7295 fix passphrase reset for newer synapse
|
||||||
|
- MESSENGER-7295 fix JWT library for XCode 16
|
||||||
|
|
||||||
|
Build 🧱:
|
||||||
|
- Update shared pipelines
|
||||||
|
- Build with XCode 16.2
|
||||||
|
|
||||||
Changes in BWI project 2.24.0 (2025-02-17)
|
Changes in BWI project 2.24.0 (2025-02-17)
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
|
|||||||
@@ -479,7 +479,7 @@ class BWIBuildSettings: NSObject {
|
|||||||
var passwordIndicatorOnLogin = true
|
var passwordIndicatorOnLogin = true
|
||||||
|
|
||||||
// MARK: Displays the element base version on the settings screen
|
// MARK: Displays the element base version on the settings screen
|
||||||
var elementBaseVersion = "1.11.19"
|
var elementBaseVersion = "1.27.11"
|
||||||
|
|
||||||
var showElementBaseVersion = true
|
var showElementBaseVersion = true
|
||||||
|
|
||||||
@@ -488,7 +488,7 @@ class BWIBuildSettings: NSObject {
|
|||||||
var forgotPasswordInformationAlert = true
|
var forgotPasswordInformationAlert = true
|
||||||
|
|
||||||
// MARK: Promote new feature within a banner below the navigation view
|
// MARK: Promote new feature within a banner below the navigation view
|
||||||
var showTopBanner = true
|
var showTopBanner = false
|
||||||
|
|
||||||
var showCustomServerDisplayName = true
|
var showCustomServerDisplayName = true
|
||||||
var customServerDisplayName = ""
|
var customServerDisplayName = ""
|
||||||
|
|||||||
@@ -44,6 +44,6 @@ extension BWIBuildSettings {
|
|||||||
avoidServerSelectionOnAppConfig = true
|
avoidServerSelectionOnAppConfig = true
|
||||||
enableFeatureWYSIWYGByDefault = true
|
enableFeatureWYSIWYGByDefault = true
|
||||||
bwiEnableTokenizedLoginProtection = true
|
bwiEnableTokenizedLoginProtection = true
|
||||||
bwiShowHappyBirthdayCampaign = true
|
bwiShowHappyBirthdayCampaign = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ extension BWIBuildSettings {
|
|||||||
avoidServerSelectionOnAppConfig = true
|
avoidServerSelectionOnAppConfig = true
|
||||||
enableFeatureWYSIWYGByDefault = true
|
enableFeatureWYSIWYGByDefault = true
|
||||||
bwiEnableTokenizedLoginProtection = true
|
bwiEnableTokenizedLoginProtection = true
|
||||||
bwiShowHappyBirthdayCampaign = true
|
bwiShowHappyBirthdayCampaign = false
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
2
Podfile
2
Podfile
@@ -43,7 +43,7 @@ when String # specific MatrixSDK released version
|
|||||||
$matrixSDKVersionSpec = $matrixSDKVersion
|
$matrixSDKVersionSpec = $matrixSDKVersion
|
||||||
end
|
end
|
||||||
|
|
||||||
$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk', :tag => 'v2.25.0-RC01' }
|
$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk', :tag => 'v2.25.0' }
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
|
||||||
|
|||||||
@@ -26,6 +26,18 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div>
|
||||||
|
<p>
|
||||||
|
<b>Version 2.25.0</b>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<b>Verbesserungen</b>
|
||||||
|
<ul>
|
||||||
|
<li/>Benachrichtigungen mit Ton funktionieren wieder.
|
||||||
|
<li/>Sicherheitsfunktionen wurden verbessert.
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p>
|
<p>
|
||||||
<b>Version 2.24.0</b>
|
<b>Version 2.24.0</b>
|
||||||
|
|||||||
Reference in New Issue
Block a user