aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-05-05 13:56:44 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-05-05 13:56:44 +0200
commitb780ba25f0cfbad7c03bb98a9b7e9e3609179693 (patch)
treefa5d2ec6c80698425f6b708fab1bc0f0688674b5
parent351f837718478c83174394c997d2c51f2e7c008a (diff)
downloadwww-b780ba25f0cfbad7c03bb98a9b7e9e3609179693.tar.gz
www-b780ba25f0cfbad7c03bb98a9b7e9e3609179693.zip
add messenger-gtk 0.7.0 news
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--template/news/2022-05-messenger-gtk-0.7.0.html.j267
-rw-r--r--www.yml3
2 files changed, 70 insertions, 0 deletions
diff --git a/template/news/2022-05-messenger-gtk-0.7.0.html.j2 b/template/news/2022-05-messenger-gtk-0.7.0.html.j2
new file mode 100644
index 00000000..50d29a8f
--- /dev/null
+++ b/template/news/2022-05-messenger-gtk-0.7.0.html.j2
@@ -0,0 +1,67 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3 <h1>Messenger-GTK 0.7.0 released</h1>
4<p>
5 We are pleased to announce the release of the Messenger-GTK application.
6 <br/>
7 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.
8</p>
9<p>
10 The application provides the following features:
11</p>
12<ul>
13 <li>Creating direct chats and group chats</li>
14 <li>Managing your contacts and groups</li>
15 <li>Invite contacts to a group</li>
16 <li>Sending text messages</li>
17 <li>Sending voice recordings</li>
18 <li>Sharing files privately</li>
19 <li>Deleting messages with any custom delay</li>
20 <li>Renaming contacts</li>
21 <li>Exchanging contact details physically</li>
22 <li>Verifying contact identities</li>
23 <li>Switching between different accounts</li>
24</ul>
25<p>
26 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>.
27</p>
28<p>
29 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.
30</p>
31<h4>Download links</h4>
32<ul>
33 <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>
34</ul>
35<p>
36 The GPG key used to sign is: <a href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
37</p>
38<p>
39 Note that due to mirror synchronization, not all links might be functional
40 early after the release. For direct access try
41 <a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
42</p>
43<h4>Noteworthy changes in 0.7.0</h4>
44<ul>
45 <li>The version iteration will be inherited by cadet-gtk as logical successor.</li>
46 <li>It is possible to create direct chats and group chats via physical or virtual exchange.</li>
47 <li>Groups and contacts can be named, left, verified or deleted.</li>
48 <li>Existing contacts can be invited to any private or public group.</li>
49 <li>Chats allow sending text messages, voice recordings or files.</li>
50 <li>Messages can be deleted with a custom delete or automatically.</li>
51 <li>Switching between different accounts can be done during runtime.</li>
52</ul>
53<p>
54 A detailed list of changes can be found in the <a href="https://git.gnunet.org/messenger-gtk.git/tree/CHANGES.md">ChangeLog</a>.
55</p>
56<h4>Known Issues</h4>
57<ul>
58 <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>
59 <li>It might happen that the FS service is not connected which might stop any file upload or stall it forever.</li>
60 <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>
61 <li>The application might crash at times. So consider it still being in development.</li>
62</ul>
63<p>
64 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>.
65</p>
66
67{% endblock body_content %}
diff --git a/www.yml b/www.yml
index b01d178c..1a2aa8d1 100644
--- a/www.yml
+++ b/www.yml
@@ -29,6 +29,9 @@ meetingnotes:
29 2019: 2019-12-27 29 2019: 2019-12-27
30 2020: 2020-12-30 30 2020: 2020-12-30
31newsposts: 31newsposts:
32 - page: 2022-05-messenger-gtk-0.7.0.html
33 date: 2022-05-05
34 title: Messenger-GTK 0.7.0
32 - page: 2022-04-libgnunetchat-0.1.0.html 35 - page: 2022-04-libgnunetchat-0.1.0.html
33 date: 2022-04-12 36 date: 2022-04-12
34 title: libgnunetchat 0.1.0 37 title: libgnunetchat 0.1.0