diff options
Diffstat (limited to 'template/news/2017-10.html.j2')
-rw-r--r-- | template/news/2017-10.html.j2 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/template/news/2017-10.html.j2 b/template/news/2017-10.html.j2 new file mode 100644 index 0000000..e9d847e --- /dev/null +++ b/template/news/2017-10.html.j2 @@ -0,0 +1,14 @@ +{% extends "common/news.j2" %} +{% block body_content %} +<h1>2017-10: GNU Taler v0.4.0 released</h1> +<p> + We are happy to announce the release GNU Taler v0.4.0 with support for customer + refunds, protocol versioning, incremental key material download, returning funds + from the wallet directly back into one's bank account, + and various other minor improvements. The Chrome and Chromium wallets + are available for download via the App store. The exchange, merchant + backend and bank components are on the GNU FTP mirrors. Note that the + Firefox wallet will take a few more days to become available in the + App store due to the Mozilla review process. +</p> +{% endblock body_content %} |