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

<h4>Download links</h4>
<p>
The wallet has its own download site <a
href="https://wallet.taler.net/">here</a>.  The exchange, merchant backend,
sync and bank components are distributed via the GNU FTP mirrors.
</p>
<ul>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</ul>
<p>
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.
</p>
{% endblock body_content %}