gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch stable updated (7a6bc21 -> fc3a606)


From: gnunet
Subject: [www] branch stable updated (7a6bc21 -> fc3a606)
Date: Fri, 09 Sep 2022 17:39:31 +0200

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

thejackimonster pushed a change to branch stable
in repository www.

    from 7a6bc21  v0.17.5
     add 13d51d3  add messenger-cli 0.1.0 news
     add fc3a606  fix typo

No new revisions were added by this update.

Summary of changes:
 template/news/2022-09-messenger-cli-0.1.0.html.j2 | 55 +++++++++++++++++++++++
 www.yml                                           |  3 ++
 2 files changed, 58 insertions(+)
 create mode 100644 template/news/2022-09-messenger-cli-0.1.0.html.j2

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..f42496b
--- /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 
the 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]