mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
Merge tag 'v2.18.0' into develop
Changes in BWI project 2.18.0 (2024-05-03) =================================================== Upstream merge ✨: - v1.11.9 Features ✨: Improvements 🙌: - Add save alert for changing users avatar (#5799) - Change matomo alert text (#5829) Bugfix 🐛: - Fixed a crash when trying to add system errors to matrix error list (#5950) - Fix picture selection for simulators (#5872) - Fix button font in dark mode (#5999) - Deactivate save button for functions if no text is provided (#5791) Translations 🗣 : SDK API changes ⚠️: Build 🧱: - Use XCode 15 for builds (#5948) - Parallelized builds (#5761)
This commit is contained in:
@@ -1,3 +1,29 @@
|
||||
Changes in BWI project 2.18.0 (2024-05-03)
|
||||
===================================================
|
||||
|
||||
Upstream merge ✨:
|
||||
- v1.11.9
|
||||
|
||||
Features ✨:
|
||||
|
||||
Improvements 🙌:
|
||||
- Add save alert for changing users avatar (#5799)
|
||||
- Change matomo alert text (#5829)
|
||||
|
||||
Bugfix 🐛:
|
||||
- Fixed a crash when trying to add system errors to matrix error list (#5950)
|
||||
- Fix picture selection for simulators (#5872)
|
||||
- Fix button font in dark mode (#5999)
|
||||
- Deactivate save button for functions if no text is provided (#5791)
|
||||
|
||||
Translations 🗣 :
|
||||
|
||||
SDK API changes ⚠️:
|
||||
|
||||
Build 🧱:
|
||||
- Use XCode 15 for builds (#5948)
|
||||
- Parallelized builds (#5761)
|
||||
|
||||
Changes in BWI project 2.17.0 (2024-04-11)
|
||||
===================================================
|
||||
|
||||
|
||||
@@ -219,7 +219,7 @@ class BWIBuildSettings: NSObject {
|
||||
var showMentionsInRoom = true
|
||||
|
||||
// replace feature history link variable with the appropiate build setting
|
||||
var bwiFeatureHistoryLink = "https://messenger.bwi.de/bwmessenger#c6110"
|
||||
var bwiFeatureHistoryLink = "https://messenger.bwi.de/bwmessenger#c7385"
|
||||
var bwiReplaceFeatureLink = true
|
||||
|
||||
// feature history file path
|
||||
@@ -522,7 +522,7 @@ class BWIBuildSettings: NSObject {
|
||||
var passwordIndicatorOnLogin = true
|
||||
|
||||
// MARK: Displays the element base version on the settings screen
|
||||
var elementBaseVersion = "1.11.8"
|
||||
var elementBaseVersion = "1.11.9"
|
||||
|
||||
var showElementBaseVersion = true
|
||||
|
||||
|
||||
@@ -26,6 +26,27 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<p>
|
||||
<b>Version 2.18.0</b>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Verbesserungen</b>
|
||||
<ul>
|
||||
<li/>Ein Dialog wird angezeigt, wenn Du dein Profilbild änderst und die Änderung nicht speicherst.
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
<b>Behobene Bugs</b>
|
||||
<ul>
|
||||
<li/>Die Buttons auf der Einladungsdetailansicht werden nun im dunklen Erscheinungsbild in der richtigen Farbe angezeigt.
|
||||
<li/>Ein Absturz der App im Zusammenhang mit auftretenden Fehlermeldungen wurde behoben.
|
||||
<li/>Funktionsbezeichnungen können nur mit Hinterlegung von Text gespeichert werden.
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<b>Version 2.17.0</b>
|
||||
@@ -96,7 +117,7 @@
|
||||
<p>
|
||||
<b>Verbesserungen</b>
|
||||
<ul>
|
||||
<li/>Du kannst jetzt den neuen WYSIWYG Editor in den Einstellungen ein- und ausschalten
|
||||
<li/>Du kannst jetzt den neuen WYSIWYG Editor in den Einstellungen ein- und ausschalten.
|
||||
<li/>In den Nutzerdetails wird die ID des Nutzers angezeigt.
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
@@ -23,6 +23,7 @@ fileprivate let availableAccountDataTypes: [String] = [
|
||||
"de.bwi.notification_times",
|
||||
"de.bwi.top_banner_features",
|
||||
"de.bwi.notifications",
|
||||
"de.bwi.analytics",
|
||||
"im.vector.setting.integration_provisioning",
|
||||
"im.vector.setting.allowed_widgets"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user