mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
chore: releaseprep (MESSENGER-7405)
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
Changes in BWI project 2.25.0 (2025-06-12)
|
||||
===================================================
|
||||
|
||||
Upstream merge ✨:
|
||||
- v1.27.11
|
||||
|
||||
Improvements 🙌:
|
||||
- MESSENGER-6759 remove hash based server vailidation
|
||||
|
||||
Bugfix 🐛:
|
||||
- MESSENGER-7257 Fix for pushes with sound
|
||||
- MESSENGER-7295 fix passphrase reset for newer synapse
|
||||
- MESSENGER-7295 fix JWT library for XCode 16
|
||||
|
||||
Build 🧱:
|
||||
- Update shared pipelines
|
||||
- Build with XCode 16.2
|
||||
|
||||
Changes in BWI project 2.24.0 (2025-02-17)
|
||||
===================================================
|
||||
|
||||
|
||||
@@ -479,7 +479,7 @@ class BWIBuildSettings: NSObject {
|
||||
var passwordIndicatorOnLogin = true
|
||||
|
||||
// MARK: Displays the element base version on the settings screen
|
||||
var elementBaseVersion = "1.11.19"
|
||||
var elementBaseVersion = "1.27.11"
|
||||
|
||||
var showElementBaseVersion = true
|
||||
|
||||
|
||||
@@ -26,6 +26,18 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<p>
|
||||
<b>Version 2.25.0</b>
|
||||
</p>
|
||||
|
||||
<b>Verbesserungen</b>
|
||||
<ul>
|
||||
<li/>Benachrichtigungen mit Ton funktionieren wieder.
|
||||
<li/>Sicherheitsfunktionen wurden verbessert.
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<b>Version 2.24.0</b>
|
||||
|
||||
Reference in New Issue
Block a user