aboutsummaryrefslogtreecommitdiff
path: root/template/news/2022-05-messenger-gtk-0.7.0.html.j2
blob: 6c7c1982426d5673bfb125cd830dc0e72f2ad363 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{% extends "common/news.j2" %}
{% block body_content %}
<main id="maincontent">
  <h1>Messenger-GTK 0.7.0 released</h1>
<p>
  We are pleased to announce the release of the Messenger-GTK application.
  <br/>
  The application is a convergent GTK messaging application using the GNUnet Messenger service. The goal is to provide private and secure communication between any group of devices. The interface is also designed in a way to scale down to mobile and small screen devices like phones or tablets.
</p>
<p>
  The application provides the following features:
</p>
<ul>
  <li>Creating direct chats and group chats</li>
  <li>Managing your contacts and groups</li>
  <li>Invite contacts to a group</li>
  <li>Sending text messages</li>
  <li>Sending voice recordings</li>
  <li>Sharing files privately</li>
  <li>Deleting messages with any custom delay</li>
  <li>Renaming contacts</li>
  <li>Exchanging contact details physically</li>
  <li>Verifying contact identities</li>
  <li>Switching between different accounts</li>
</ul>
<p>
  The application utilizes the previously released library "libgnunetchat" in a convergent graphical user interface. More information about that can be found <a href="https://git.gnunet.org/messenger-gtk.git/tree/README.md">here</a>.
</p>
<p>
  It is also possible to install and try the application as flatpak. The application is already available on <a href="https://flathub.org/apps/details/org.gnunet.Messenger">flathub.org</a>. Otherwise you will find the source code ready to compile below as well.
</p>
<h4>Download links</h4>
<ul>
  <li><a href="http://ftpmirror.gnu.org/gnunet/messenger-gtk-0.7.0.tar.gz">messenger-gtk-0.7.0.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/messenger-gtk-0.7.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.7.0</h4>
<ul>
  <li>The version iteration will be inherited by cadet-gtk as logical successor.</li>
  <li>It is possible to create direct chats and group chats via physical or virtual exchange.</li>
  <li>Groups and contacts can be named, left, verified or deleted.</li>
  <li>Existing contacts can be invited to any private or public group.</li>
  <li>Chats allow sending text messages, voice recordings or files.</li>
  <li>Messages can be deleted with a custom delete or automatically.</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-gtk.git/tree/ChangeLog">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>
  <li>The webcam/camera to scan QR codes might not get picked up properly (for example it doesn't work yet with the Pinephone).</li>
  <li>The application might crash at times. So consider it still being in development.</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 %}