gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: add messenger-cli 0.1.0 news


From: gnunet
Subject: [www] branch master updated: add messenger-cli 0.1.0 news
Date: Fri, 09 Sep 2022 17:31:58 +0200

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

thejackimonster pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 13d51d3  add messenger-cli 0.1.0 news
13d51d3 is described below

commit 13d51d39a22a346845b31cace70be84973b6bdd3
Author: TheJackiMonster <thejackimonster@gmail.com>
AuthorDate: Fri Sep 9 17:31:50 2022 +0200

    add messenger-cli 0.1.0 news
    
    Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
---
 template/news/2022-09-messenger-cli-0.1.0.html.j2 | 55 +++++++++++++++++++++++
 www.yml                                           |  3 ++
 2 files changed, 58 insertions(+)

diff --git a/template/news/2022-09-messenger-cli-0.1.0.html.j2 
b/template/news/2022-09-messenger-cli-0.1.0.html.j2
new file mode 100644
index 0000000..05864f7
--- /dev/null
+++ b/template/news/2022-09-messenger-cli-0.1.0.html.j2
@@ -0,0 +1,55 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+  <h1>messenger-cli 0.1.0 released</h1>
+<p>
+  We are pleased to announce the release of the messenger-cli application.
+  <br/>
+  The application is a counterpart for the terminal to the previous release of 
GTK application using the GNUnet Messenger service. The goal is to provide 
private and secure communication between any group of devices. So server admins 
or users relying on a terminal focused window manager have now a proper option 
to utilize the service as well.
+</p>
+<p>
+  The application provides the following features:
+</p>
+<ul>
+  <li>Creating direct chats and group chats</li>
+  <li>Sending text messages</li>
+  <li>Sharing files privately</li>
+  <li>Deleting messages</li>
+  <li>Verifying contact identities</li>
+  <li>Switching between different accounts</li>
+</ul>
+<p>
+  The application utilizes the previously released library "libgnunetchat" in 
an user interface built with ncurses. It will adapt its different views 
depending on the terminal size to show most important information. The 
navigation is done via arrow-, ESCAPE, TAB, ENTER and DELETE keys. More 
information about that can be found <a 
href="https://git.gnunet.org/messenger-cli.git/tree/README.md";>here</a>.
+</p>
+<h4>Download links</h4>
+<ul>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/messenger-cli-0.1.0.tar.gz";>messenger-cli-0.1.0.tar.gz</a>
 (<a 
href="http://ftpmirror.gnu.org/gnunet/messenger-cli-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>It is possible to create direct chats and group chats via lobbies, 
shared keys or invitations</li>
+  <li>Members of a chats can be observed</li>
+  <li>Chats allow sending text messages or files</li>
+  <li>Messages can be deleted in any chat locally</li>
+  <li>Switching between different accounts can be done during runtime</li>
+</ul>
+<p>
+  A detailed list of changes can be found in the <a 
href="https://git.gnunet.org/messenger-cli.git/tree/CHANGES.md";>ChangeLog</a>.
+</p>
+<h4>Known Issues</h4>
+<ul>
+  <li>It is still difficult to get reliable chats between different devices. 
This might change with the upcoming changes on the GNUnet transport layer 
though.</li>
+  <li>It might happen that the FS service is not connected which might stop 
any file upload or stall it forever.</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 71a5571..463773d 100644
--- a/www.yml
+++ b/www.yml
@@ -29,6 +29,9 @@ meetingnotes:
   2019: 2019-12-27
   2020: 2020-12-30
 newsposts:
+  - page: 2022-09-messenger-cli-0.1.0.html
+    date: 2022-09-09
+    title: messenger-cli 0.1.0
   - page: 2022-09-0.17.5.html
     date: 2022-09-04
     title: GNUnet 0.17.5

-- 
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]