mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
Merge branch 'release/v2.22.0' into 'develop'
Release/v2.22.0 See merge request bwmessenger/bundesmessenger/bundesmessenger-ios!408
This commit is contained in:
@@ -1,3 +1,30 @@
|
|||||||
|
Changes in BWI project 2.22.0 (2024-10-08)
|
||||||
|
===================================================
|
||||||
|
|
||||||
|
Upstream merge ✨:
|
||||||
|
- v1.11.18
|
||||||
|
|
||||||
|
Features ✨:
|
||||||
|
- MESSENGER-6522 add hash
|
||||||
|
|
||||||
|
Improvements 🙌:
|
||||||
|
- MESSENGER-6526 clarify what happens to room if last room member leaves
|
||||||
|
- MESSENGER-5783 clarify last room member with open invites
|
||||||
|
|
||||||
|
Bugfix 🐛:
|
||||||
|
- MESSENGER-6393 fix permalink pill for messages
|
||||||
|
- MESSENGER-6348 fix invite notifications
|
||||||
|
|
||||||
|
Translations 🗣 :
|
||||||
|
|
||||||
|
SDK API changes ⚠️:
|
||||||
|
- MESSENGER-6076 disable room message retention
|
||||||
|
|
||||||
|
Build 🧱:
|
||||||
|
- MESSENGER-6377 Use match for apple certificates
|
||||||
|
|
||||||
|
Documentation 📄:
|
||||||
|
|
||||||
Changes in BWI project 2.21.0 (2024-08-09)
|
Changes in BWI project 2.21.0 (2024-08-09)
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
|
|||||||
@@ -540,7 +540,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.16"
|
var elementBaseVersion = "1.11.18"
|
||||||
|
|
||||||
var showElementBaseVersion = true
|
var showElementBaseVersion = true
|
||||||
|
|
||||||
|
|||||||
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.22.0_RC02' }
|
$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk', :tag => 'v2.22.0' }
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
|
||||||
|
|||||||
@@ -26,6 +26,24 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div>
|
||||||
|
<p>
|
||||||
|
<b>Version 2.22.0</b>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<b>Verbesserungen</b>
|
||||||
|
<ul>
|
||||||
|
<li/>Die neuesten Sicherheitsupdates wurden eingespielt.
|
||||||
|
<li/>Wir haben die Hinweistexte beim Verlassen eines Raumes verbessert.
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<b>Behobene Bugs</b>
|
||||||
|
<ul>
|
||||||
|
<li/>Für Einladungen in Räume werden wieder Benachrichtigungen angezeigt.
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p>
|
<p>
|
||||||
<b>Version 2.21.0</b>
|
<b>Version 2.21.0</b>
|
||||||
|
|||||||
Reference in New Issue
Block a user