gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch stable updated (df22117 -> 351f837)


From: gnunet
Subject: [www] branch stable updated (df22117 -> 351f837)
Date: Sun, 24 Apr 2022 18:41:45 +0200

This is an automated email from the git hooks/post-receive script.

thejackimonster pushed a change to branch stable
in repository www.

    from df22117  add 0.16.3 news
     add b5d049e  add libgnunetchat 0.1.0 news
     add 6a864a6  Renamed libgnunetchat news template
     add 351f837  Fixed typo in link

No new revisions were added by this update.

Summary of changes:
 template/news/2022-04-libgnunetchat-0.1.0.html.j2 | 54 +++++++++++++++++++++++
 www.yml                                           |  3 ++
 2 files changed, 57 insertions(+)
 create mode 100644 template/news/2022-04-libgnunetchat-0.1.0.html.j2

diff --git a/template/news/2022-04-libgnunetchat-0.1.0.html.j2 
b/template/news/2022-04-libgnunetchat-0.1.0.html.j2
new file mode 100644
index 0000000..db08670
--- /dev/null
+++ b/template/news/2022-04-libgnunetchat-0.1.0.html.j2
@@ -0,0 +1,54 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+  <h1>libgnunetchat 0.1.0 released</h1>
+<p>
+  We are pleased to announce the release of the client side library 
libgnunetchat 0.1.0.
+  <br/>
+  This library brings an abstraction layer using the client API from different 
GNUnet services to provide the functionality of a typical messenger 
application. The goal is to make developing such applications easier and 
independent of the GUI toolkit. So people can develop different interfaces 
being compatible with eachother despite visual differences, a few missing 
features or differences in overall design.
+  <br/>
+  The library relies on multiple services from GNUnet to implement its 
features. More information about that can be found <a 
href="https://git.gnunet.org/libgnunetchat.git/tree/README.md";>here</a>.
+</p>
+<h4>Download links</h4>
+<ul>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.0.tar.gz";>libgnunetchat-0.1.0.tar.gz</a>
 (<a 
href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.0.tar.gz.sig";>signature</a>)</li>
+</ul>
+<p>
+  The GPG key used to sign is: <a 
href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A";>3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
+</p>
+<p>
+  Note that due to mirror synchronization, not all links might be functional
+  early after the release. For direct access try
+  <a href="http://ftp.gnu.org/gnu/gnunet/";>http://ftp.gnu.org/gnu/gnunet/</a>
+</p>
+<h4>Noteworthy changes in 0.1.0</h4>
+<ul>
+  <li>This release requires the GNUnet Messenger Service 0.1!</li>
+  <li>It allows account management (creation, listing and deletion).</li>
+  <li>Clients are able to switch between accounts during runtime.</li>
+  <li>The client can rename an account or update its key.</li>
+  <li>Contact exchange is possible via lobbies in form of URIs to be shared as 
text form or potentially QR encoded.</li>
+  <li>Each resource allows handling a user pointer for the client 
application.</li>
+  <li>Contacts and groups can be managed individually and given a custom nick 
name.</li>
+  <li>It is possible to request and open a direct chat with any contact.</li>
+  <li>Groups allow listing their members with custom user pointers related to 
the group memberships.</li>
+  <li>Chats can be left explicitly.</li>
+  <li>Each chat will be represented as context resource abstracting the 
variant of chat.</li>
+  <li>It is possible to send text messages, send files, share files and send 
read receipts explicitly.</li>
+  <li>Received messages allow checking for a read receipt status.</li>
+  <li>Messages can be deleted with a custom delay.</li>
+  <li>Files in a chat can be fully managed (they can be uploaded, downloaded, 
unindexed and provide a decrypted temporary preview if necessary) while being 
encrypted individually.</li>
+  <li>The status of each operation (upload, download, unindex) regarding files 
can be tracked.</li>
+  <li>Received invitations to new chats can be accepted.</li>
+</ul>
+<p>
+  A detailed list of changes can be found in the <a 
href="https://git.gnunet.org/libgnunetchat.git/tree/CHANGES.md";>ChangeLog</a>.
+</p>
+<h4>Known Issues</h4>
+<ul>
+  <li>The test cases are not fully complete and they may fail because of 
timeouts erratically.</li>
+</ul>
+<p>
+  In addition to this list, you may also want to consult our bug tracker at <a 
href="https://bugs.gnunet.org/";>bugs.gnunet.org</a>.
+</p>
+
+{% endblock body_content %}
diff --git a/www.yml b/www.yml
index ecab807..b01d178 100644
--- a/www.yml
+++ b/www.yml
@@ -29,6 +29,9 @@ meetingnotes:
   2019: 2019-12-27
   2020: 2020-12-30
 newsposts:
+  - page: 2022-04-libgnunetchat-0.1.0.html
+    date: 2022-04-12
+    title: libgnunetchat 0.1.0
   - page: 2022-03-0.16.3.html
     date: 2022-03-29
     title: GNUnet 0.16.3

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]