From 47dfc2ddfffbfd31f6c6f45d903b0a469b1b676b Mon Sep 17 00:00:00 2001 From: Frank Rotermund Date: Thu, 12 Jun 2025 13:50:47 +0200 Subject: [PATCH] chore: releaseprep (MESSENGER-7405) --- CHANGES_BWI.md | 18 ++++++++++++++++++ Config/BWIBuildSettings.swift | 2 +- Riot/Assets/new_features.html | 12 ++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGES_BWI.md b/CHANGES_BWI.md index 75405dff3..31cfa323e 100644 --- a/CHANGES_BWI.md +++ b/CHANGES_BWI.md @@ -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) =================================================== diff --git a/Config/BWIBuildSettings.swift b/Config/BWIBuildSettings.swift index 768485202..cb3a1a566 100644 --- a/Config/BWIBuildSettings.swift +++ b/Config/BWIBuildSettings.swift @@ -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 diff --git a/Riot/Assets/new_features.html b/Riot/Assets/new_features.html index 7f4523f96..470c8c3c0 100644 --- a/Riot/Assets/new_features.html +++ b/Riot/Assets/new_features.html @@ -26,6 +26,18 @@ +
+

+ Version 2.25.0 +

+ + Verbesserungen + + +

Version 2.24.0