Release changes

This commit is contained in:
Arnfried Griesert
2024-04-12 05:54:09 +02:00
parent 7e9bab89e8
commit dc18b6ecd2
3 changed files with 42 additions and 1 deletions

View File

@@ -1,3 +1,29 @@
Changes in BWI project 2.17.0 (2024-04-11)
===================================================
Upstream merge ✨:
- v1.11.8
Features ✨:
- Simplified login (disabled) (#5145)
- Federation announcement in new feature banner (#5458)
Improvements 🙌:
- Activate federation support with well-known (#5892)
- Reveal lab settings with hidden gesture (#5938)
- Use new text for unknown and remove filename for size (#5793)
Bugfix 🐛:
- Disable slash commands in old composer (#5951)
- Deleted location sharing events were shown as live location (#5806)
- Maintenance requests sometimes not handled in sync (#5556)
Translations 🗣 :
SDK API changes ⚠️:
Build 🧱:
Changes in BWI project 2.16.0 (2024-03-13)
===================================================

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.17.0-RC01' }
$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk', :tag => 'v2.17.0' }
# Method to import the MatrixSDK
def import_MatrixSDK

View File

@@ -26,6 +26,21 @@
</style>
</head>
<body>
<div>
<p>
<b>Version 2.17.0</b>
</p>
<p>
<b>Behobene Bugs</b>
<ul>
<li/>Beim Erstellen neuer Nachrichten wurden Editor Befehle, die mit einem Schrägstrich beginnen, deaktiviert.
<li/>Die Abfrage der Wartungsfenster funktionierte in einzelnen Fällen nicht zuverlässig.
<li/>Gelöschte Location Events wurden in der Timeline weiterhin angezeigt.
</ul>
</p>
<p>
</div>
<div>
<p>
<b>Version 2.16.0</b>