diff options
Diffstat (limited to 'template/news/2021-08.html.j2')
-rw-r--r-- | template/news/2021-08.html.j2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/template/news/2021-08.html.j2 b/template/news/2021-08.html.j2 index b976283..9d0988e 100644 --- a/template/news/2021-08.html.j2 +++ b/template/news/2021-08.html.j2 @@ -1,15 +1,17 @@ {% extends "common/news.j2" %} {% block body_content %} -<h1>2020-11: GNU Taler v0.8 released</h1> +<h1>2021-08: GNU Taler v0.8 released</h1> <p> We are happy to announce the release of GNU Taler v0.8. </p> <p> -We have addressed over 200 individual issues, our bug tracker +We have addressed over 400 individual issues, our bug tracker has the <a href="https://bugs.gnunet.org/changelog_page.php?version_id=294">full list</a>. Notable changes include: </p> <ul> +<li>Wallet(-core) now supports backup and restore</li> +<li>WebExtension wallet now works with GNU IceCat</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> |