commit 55f943156407056822d3500272e2f0473569a805
parent 17ecde4256e6b1ba19f885d2f87c62d8664ea5b8
Author: Florian Dold <florian@dold.me>
Date: Mon, 10 Nov 2025 22:03:25 +0100
-release notes
Diffstat:
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/releases/1.1.x/release-email.txt b/releases/1.1.x/release-email.txt
@@ -12,12 +12,19 @@ https://bugs.gnunet.org/changelog_page.php?version_id=447).
Notable changes include:
-* NEW: Support for bank/card fees in bank-integrated withdrawal
-* NEW: Android Wallet now uses native networking
-* NEW: Alternate withdrawal flow where amount is selected in the wallet
-* NEW: Wallets can render Swiss and German banking QR codes
-* NEW: Improved configuration of bank accounts in the merchant backend
-* NEW: Improved login token support in libeufin-bank
+* NEW: Self-provisioning option for the merchant backend
+* NEW: Extended contract terms format (v1) with support for multiple choices,
+ inputs and outputs
+* NEW: Experimental support for token inputs that allow subscriptions and
+ discounts
+* NEW: 2-FA support, including for password-reset, for the merchant backend
+* NEW: 2-FA support for libeufin-bank accounts (in regional currency
+ deployments)
+* NEW: Access tokens and SPA-based access token management in the merchant
+ backend
+* NEW: Fee classes for cashout operations (in regional currency deployments)
+* NEW: Support unlocking wallet using device lock screens (iOS, Android)
+* NEW: Debian packages available for trixie
* Various minor bugfixes, user experience and documentation improvements