summaryrefslogtreecommitdiff
path: root/template/news
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-15 23:29:44 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-15 23:29:50 +0100
commite112b8f67f84c6a522401e042ed331d36553ce3d (patch)
tree815aa3ae7a21e5453de7b7d5ac8eb86d3989ad01 /template/news
parentc72a3ee157f20884eb885ea5153b9c399b11e003 (diff)
downloadwww-e112b8f67f84c6a522401e042ed331d36553ce3d.tar.gz
www-e112b8f67f84c6a522401e042ed331d36553ce3d.tar.bz2
www-e112b8f67f84c6a522401e042ed331d36553ce3d.zip
update v0.9.3 release notes
Diffstat (limited to 'template/news')
-rw-r--r--template/news/2023-09.html.j27
1 files changed, 6 insertions, 1 deletions
diff --git a/template/news/2023-09.html.j2 b/template/news/2023-09.html.j2
index f0ef0a37..6fba2c38 100644
--- 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.