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:
Frank Rotermund
2024-10-09 19:57:51 +00:00
4 changed files with 47 additions and 2 deletions

View File

@@ -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)
===================================================

View File

@@ -540,7 +540,7 @@ class BWIBuildSettings: NSObject {
var passwordIndicatorOnLogin = true
// MARK: Displays the element base version on the settings screen
var elementBaseVersion = "1.11.16"
var elementBaseVersion = "1.11.18"
var showElementBaseVersion = true

View File

@@ -43,7 +43,7 @@ when String # specific MatrixSDK released version
$matrixSDKVersionSpec = $matrixSDKVersion
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' }
########################################

View File

@@ -26,6 +26,24 @@
</style>
</head>
<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>
<p>
<b>Version 2.21.0</b>