chore: Releasenotes (MESSENGER-6559)

This commit is contained in:
Frank Rotermund
2024-10-08 07:16:06 +02:00
parent df60fbd855
commit f5c430a775
3 changed files with 46 additions and 1 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

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