taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit e112b8f67f84c6a522401e042ed331d36553ce3d
parent c72a3ee157f20884eb885ea5153b9c399b11e003
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 15 Nov 2023 23:29:44 +0100

update v0.9.3 release notes

Diffstat:
Mtemplate/news/2023-09.html.j2 | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/template/news/2023-09.html.j2 b/template/news/2023-09.html.j2 @@ -12,10 +12,13 @@ Notable changes include: <ul> <li>NEW: Support for webhooks in merchant backend</li> <li>NEW: Support for templates in merchant backend (pay by scanning static QR code)</li> +<li>NEW: Multi-currency support in the merchant backend</li> +<li>NEW: Automatic bank transaction import into merchant backend for reconciliation</li> <li>NEW: Wallet database backed by sqlite3 on Android</li> <li>NEW: iOS wallet (alpha release, not feature complete)</li> <li>NEW: Support for secure payments where merchant point of sale is offline</li> -<li>NEW: Automatic bank transaction import into merchant backend for reconciliation</li> +<li>NEW: Exchange KYC address validation via OAuth 2.0-based challenger service</li> +<li>NEW: Exchange KYC integrations into two additional providers for ID validation</li> <li>Major work towards API and database schema forwards-compatibility</li> <li>Various minor bugfixes, performance, user experience and documentation improvements</li> </ul> @@ -48,6 +51,8 @@ sync and bank components are distributed via the GNU FTP mirrors. <li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.9.3.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-mdb-0.9.3.tar.gz.sig</a></li> <li><a href="http://ftpmirror.gnu.org/taler/taler-twister-0.9.3.tar.gz">http://ftpmirror.gnu.org/taler/taler-twister-0.9.3.tar.gz</a></li> <li><a href="http://ftpmirror.gnu.org/taler/taler-twister-0.9.3.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-twister-0.9.3.tar.gz.sig</a></li> +<li><a href="http://ftpmirror.gnu.org/taler/challenger-0.9.3.tar.gz">http://ftpmirror.gnu.org/taler/challenger-0.9.3.tar.gz</a></li> +<li><a href="http://ftpmirror.gnu.org/taler/challenger-0.9.3.tar.gz.sig">http://ftpmirror.gnu.org/taler/challenger-0.9.3.tar.gz.sig</a></li> </ul> <p> You must first install <a href="https://gnunet.org/en/news/2023-09-0.20.0.html">GNUnet v0.20</a> to compile GNU Taler 0.9.3 from source.