mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
Merge branch 'release/v2.20.0' into develop
This commit is contained in:
@@ -1,3 +1,28 @@
|
||||
Changes in BWI project 2.20.0 (2024-07-04)
|
||||
===================================================
|
||||
|
||||
Upstream merge ✨:
|
||||
|
||||
Features ✨:
|
||||
|
||||
Improvements 🙌:
|
||||
- MESSENGER-6171 federated rooms are indicated is visible on invitation screens
|
||||
- MESSENGER-6103 Nicer store grafics
|
||||
|
||||
Bugfix 🐛:
|
||||
- MESSENGER-6173 Status events at room creation are visible again
|
||||
- MESSENGER-6138 Exiting the app on first start does not cause passphrase generation to be skipped
|
||||
- MESSENGER-6152 Fix crash on muting a user
|
||||
- MESSENGER-5716 Fix error messages when entering a room that is no longer federated
|
||||
- MESSENGER-6019 Fix eeor message when following a permalink to a message that can't be unencrypted because the user was not part of the room at that time
|
||||
|
||||
Translations 🗣 :
|
||||
|
||||
SDK API changes ⚠️:
|
||||
|
||||
Build 🧱:
|
||||
- MESSENGER-6142 Removed some unused libraries (posthog, sentry, jitsi)
|
||||
|
||||
Changes in BWI project 2.19.0 (2024-06-03)
|
||||
===================================================
|
||||
|
||||
|
||||
@@ -216,7 +216,8 @@ class BWIBuildSettings: NSObject {
|
||||
"8362cb3205fb58345f1cc43115023027ea420b589da099271e127b9e9addb06c",
|
||||
"2ae47272786b03f790ffef1331dc92b114f65bc2fc321f82ca78a32ae471043e",
|
||||
"224185dd537000a0f5be5e09be1bd39103363b38bb8e49719d14f680a4d5e5ee",
|
||||
"8bab8d8d993259213d7ef2295e3494382b4611f2d68596a120e7cdfbb33485d2"
|
||||
"8bab8d8d993259213d7ef2295e3494382b4611f2d68596a120e7cdfbb33485d2",
|
||||
"b9aa60d0067f63aa81eb6521af2120f2405e4bde4963b060ac34890e41734937"
|
||||
]
|
||||
|
||||
// use a different badge color if the user was mentioned in a room
|
||||
|
||||
@@ -26,6 +26,28 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<p>
|
||||
<b>Version 2.20.0</b>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Verbesserungen</b>
|
||||
<ul>
|
||||
<li/>Wir haben einige ungenutzte Bibliotheken entfernt. Die Appgröße wurde dadurch deutlich verringert.
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
<b>Behobene Bugs</b>
|
||||
<ul>
|
||||
<li/>Die Statusevents bei Raumerzeugung sind wieder anzeigbar.
|
||||
<li/>Wir haben einen Absturz beim Stummschalten von Nutzern behoben.
|
||||
<li/>Wir haben ein ungewolltes Verhalten behoben, wenn man beim ersten Login die App beendet.
|
||||
<li/>Permalinks auf Nachrichten, die man nicht lesen kann, haben jetzt eine verständliche Fehlermeldung.
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<b>Version 2.19.0</b>
|
||||
|
||||
@@ -102,9 +102,9 @@ struct StaticLocationView: View {
|
||||
}
|
||||
}
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.introspectNavigationController { navigationController in
|
||||
ThemeService.shared().theme.applyStyle(onNavigationBar: navigationController.navigationBar)
|
||||
}
|
||||
// bwi release 2.20.0 disable location share button
|
||||
// .introspectNavigationController { navigationController in
|
||||
// ThemeService.shared().theme.applyStyle(onNavigationBar: navigationController.navigationBar)
|
||||
.alert(item: $viewModel.alertInfo) { info in
|
||||
info.alert
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user