summaryrefslogtreecommitdiff
path: root/news/2020-12.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'news/2020-12.html.j2')
-rw-r--r--news/2020-12.html.j226
1 files changed, 15 insertions, 11 deletions
diff --git a/news/2020-12.html.j2 b/news/2020-12.html.j2
index 55652719..b9762838 100644
--- a/news/2020-12.html.j2
+++ b/news/2020-12.html.j2
@@ -10,7 +10,8 @@ has the <a href="https://bugs.gnunet.org/changelog_page.php?version_id=294">full
Notable changes include:
</p>
<ul>
-<li>Improved the HTTP API of the merchant to be more RESTful</li>
+<li>Support for terms of service endpoints in exchange and merchant</li>
+<li>Improved the HTTP API of the merchant to be more RESTful and easier to use</li>
<li>Optional inventory management by the merchant backend</li>
<li>Product image previews in contracts</li>
<li>Improved message flow for tipping and refunds to ensure merchant knows
@@ -19,7 +20,11 @@ Notable changes include:
<li>Simplified development of merchant frontends by having the backend
generate HTML pages for wallet interactions</li>
<li>Implemented long-polling support for refunds</li>
-<li>Packaged merchant point-of-sale and casher Apps for F-Droid</li>
+<li>Packaged merchant point-of-sale and cashier Apps for F-Droid</li>
+<li>Significantly reduced permissions required to use the wallet WebExtension</li>
+<li>Redesigned transactions view in the wallet, which unifies pending operations, history and error reporting</li>
+<li>Improved usability, error reporting, robustness and stability of the wallet</li>
+<li>Availability of a documented API for the wallet core, now used by all user interfaces</li>
<li>Various minor bugfixes and documentation improvements</li>
</ul>
@@ -30,26 +35,25 @@ 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.8.1.tar.gz">http://ftpmirror.gnu.org/taler/taler-exchange-0.8.1.tar.gz</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-exchange-0.8.1.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-exchange-0.8.1.tar.gz.sig</a></li>
-
<li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.8.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-merchant-0.8.0.tar.gz</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.8.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-merchant-0.8.0.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-bank-0.8.1.tar.gz">http://ftpmirror.gnu.org/taler/taler-bank-0.8.1.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-bank-0.8.1.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-bank-0.8.1.tar.gz.sig</a></li>
<!-- STILL TO BE UPLOADED!
-<li><a href="http://ftpmirror.gnu.org/taler/taler-bank-0.6.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-bank-0.6.0.tar.gz</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-bank-0.6.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-bank-0.6.0.tar.gz.sig</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-webex-0.6.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-wallet-webex-0.6.0.tar.gz</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-webex-0.6.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-wallet-webex-0.6.0.tar.gz.sig</a></li>
-->
-
-<li><a href="http://ftpmirror.gnu.org/taler/sync-0.8.1.tar.gz">http://ftpmirror.gnu.org/taler/sync-0.8.0.tar.gz</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/sync-0.8.1.tar.gz.sig">http://ftpmirror.gnu.org/taler/sync-0.8.0.tar.gz.sig</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.8.1.tar.gz">http://ftpmirror.gnu.org/taler/taler-mdb-0.7.0.tar.gz</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.8.1.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-mdb-0.7.0.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/sync-0.8.1.tar.gz">http://ftpmirror.gnu.org/taler/sync-0.8.1.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/sync-0.8.1.tar.gz.sig">http://ftpmirror.gnu.org/taler/sync-0.8.1.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.8.1.tar.gz">http://ftpmirror.gnu.org/taler/taler-mdb-0.8.1.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.8.1.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-mdb-0.8.1.tar.gz.sig</a></li>
</ul>
You must install GNUnet v0.14.0 to compile GNU Taler 0.8.
-
+You must first install <a href="https://gnunet.org/en/news/2020-11-0.14.0.html">GNUnet v0.14.0</a> to compile GNU Taler 0.8.
{% endblock body_content %}