2024-06.html.j2 (4224B)
1 {% extends "common/news.j2" %} 2 {% block body_content %} 3 <h1>2024-4: GNU Taler v0.10 released</h1> 4 <p> 5 We are happy to announce the release of GNU Taler v0.10. 6 </p> 7 <p> 8 We have addressed over 100 individual issues, our bug tracker 9 has the <a href="https://bugs.gnunet.org/changelog_page.php?version_id=414">full list</a>. 10 Notable changes include: 11 </p> 12 <ul> 13 <li>NEW: Support for EBICS 3.0 key exchange by libeufin-nexus</li> 14 <li>NEW: Public GET endpoint for templates in merchant (nicer UX of payments with static QR codes)</li> 15 <li>NEW: iOS wallet release to Apple app store</li> 16 <li>NEW: Better support for exchange entry management in wallets</li> 17 <li>NEW: Wallet-core can now emit observability events for better diagnostics</li> 18 <li>NEW: New wallet transaction type to represent lost funds due to expired coins, revoked or defunct denominations</li> 19 <li>BUG: Transaction histories are now visible even if the balance is zero</li> 20 <li>BUG: Wallets no longer report insufficient balance when funds are in the process of being refreshed</li> 21 <li>PERF: Asynchronous /keys verification by wallet-core (no more slow start on first use)</li> 22 <li>PERF: Wallet-core now caches queries for coin/denomination selection, and allows cancelling queries</li> 23 <li>Various minor bugfixes, user experience and documentation improvements</li> 24 </ul> 25 <p> 26 Our work is co-funded by the European Commission and the Swiss State Secretariat for Education, Research and 27 Innovation (SERI) as part of the <a href="https://taler.net/en/ngi-taler.html">NGI TALER</a> project. 28 </p> 29 30 <h4>Download links</h4> 31 <p> 32 The wallet has its own download site <a 33 href="https://wallet.taler.net/">here</a>. The exchange, merchant backend, 34 sync and bank components are distributed via the GNU FTP mirrors. 35 </p> 36 <ul> 37 <li><a href="http://ftpmirror.gnu.org/taler/taler-exchange-0.10.2.tar.gz">http://ftpmirror.gnu.org/taler/taler-exchange-0.10.2.tar.gz</a></li> 38 <li><a href="http://ftpmirror.gnu.org/taler/taler-exchange-0.10.2.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-exchange-0.10.2.tar.gz.sig</a></li> 39 <li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.10.2.tar.gz">http://ftpmirror.gnu.org/taler/taler-merchant-0.10.2.tar.gz</a></li> 40 <li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.10.2.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-merchant-0.10.2.tar.gz.sig</a></li> 41 <li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-v0.10.6.tar.gz">http://ftpmirror.gnu.org/taler/taler-wallet-0.10.0.tar.gz</a></li> 42 <li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-v0.10.6.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-wallet-0.10.0.tar.gz.sig</a></li> 43 <li><a href="http://ftpmirror.gnu.org/taler/libeufin-0.10.1-sources.tar.gz">http://ftpmirror.gnu.org/taler/libeufin-0.10.1-sources.tar.gz</a></li> 44 <li><a href="http://ftpmirror.gnu.org/taler/libeufin-0.10.1-sources.tar.gz.sig">http://ftpmirror.gnu.org/taler/libeufin-0.10.1-sources.tar.gz.sig</a></li> 45 <li><a href="http://ftpmirror.gnu.org/taler/sync-0.10.1.tar.gz">http://ftpmirror.gnu.org/taler/sync-0.10.1.tar.gz</a></li> 46 <li><a href="http://ftpmirror.gnu.org/taler/sync-0.10.1.tar.gz.sig">http://ftpmirror.gnu.org/taler/sync-0.10.1.tar.gz.sig</a></li> 47 <li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.10.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-mdb-0.10.0.tar.gz</a></li> 48 <li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.10.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-mdb-0.10.0.tar.gz.sig</a></li> 49 <li><a href="http://ftpmirror.gnu.org/taler/taler-twister-0.9.4.tar.gz">http://ftpmirror.gnu.org/taler/taler-twister-0.9.4.tar.gz</a></li> 50 <li><a href="http://ftpmirror.gnu.org/taler/taler-twister-0.9.4.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-twister-0.9.4.tar.gz.sig</a></li> 51 <li><a href="http://ftpmirror.gnu.org/taler/challenger-0.10.1.tar.gz">http://ftpmirror.gnu.org/taler/challenger-0.10.1.tar.gz</a></li> 52 <li><a href="http://ftpmirror.gnu.org/taler/challenger-0.10.1.tar.gz.sig">http://ftpmirror.gnu.org/taler/challenger-0.10.1.tar.gz.sig</a></li> 53 </ul> 54 <p> 55 You must first install <a href="https://gnunet.org/">GNUnet v0.21.0</a> or the current Git master to compile GNU Taler 0.10 from source. 56 </p> 57 {% endblock body_content %}