aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2024-03-08 03:10:02 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2024-03-08 03:10:02 +0100
commitb0af2d33732f436d5915ae9403fddea64ac6bcd4 (patch)
treef8788685a018599cc95f3525cd507eccd8480e1f
parentde0b1df87fb6ebd1461927a712d4b8af87c4fe47 (diff)
downloadwww-b0af2d33732f436d5915ae9403fddea64ac6bcd4.tar.gz
www-b0af2d33732f436d5915ae9403fddea64ac6bcd4.zip
Add messenger-gtk 0.9.0 and messenger-cli 0.2.0 news
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--template/news/2024-03-messenger-gtk-0.9.0.html.j255
-rw-r--r--www.yml3
2 files changed, 58 insertions, 0 deletions
diff --git a/template/news/2024-03-messenger-gtk-0.9.0.html.j2 b/template/news/2024-03-messenger-gtk-0.9.0.html.j2
new file mode 100644
index 00000000..9e1add98
--- /dev/null
+++ b/template/news/2024-03-messenger-gtk-0.9.0.html.j2
@@ -0,0 +1,55 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3<main id="maincontent">
4<h1>Messenger-GTK 0.9.0</h1>
5<p>
6 Following the new release of "libgnunetchat" there have been some changes regarding the applications utilizing it. So we are pleased to announce the new release of the Messenger-GTK application. This release will be compatible with libgnunetchat 0.3.0 and GNUnet 0.21.0 upwards.
7</p>
8<h4>Download links</h4>
9<ul>
10 <li><a href="http://ftpmirror.gnu.org/gnunet/messenger-gtk-0.9.0.tar.gz">messenger-gtk-0.9.0.tar.gz</a></li>
11 <li><a href="http://ftpmirror.gnu.org/gnunet/messenger-gtk-0.9.0.tar.gz.sig">messenger-gtk-0.9.0.tar.gz.sig</a></li>
12</ul>
13<p>
14The GPG key used to sign is: <a href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
15</p>
16<p>
17Note that due to mirror synchronization, not all links may be functional
18early after the release. For direct access try
19<a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
20</p>
21<h4>Noteworthy changes in 0.9.0</h4>
22<ul>
23 <li>Contacts can be blocked and unblocked to filter chat messages.</li>
24 <li>Requests for permission to use a camera, autostart the application and running it in background.</li>
25 <li>Camera sensors can be selected to exchange contact information.</li>
26</ul>
27<p>
28 A detailed list of changes can be found in the <a href="https://git.gnunet.org/messenger-gtk.git/tree/ChangeLog">ChangeLog</a>.
29</p>
30<h4>Known Issues</h4>
31<ul>
32 <li>Chats still require a reliable connection between GNUnet peers. So this still depends on the upcoming NAT traversal to be used outside of local networks for most users (see <a href="https://bugs.gnunet.org/view.php?id=5710">#5710</a>).</li>
33 <li>File sharing via the FS service should work in a GNUnet single-user setup but a multi-user setup breaks it (see <a href="https://bugs.gnunet.org/view.php?id=7355">#7355</a>)</li>
34</ul>
35<p>
36 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>.
37</p>
38<h2>messenger-cli 0.2.0</h2>
39<p>
40 There's also a new release of the terminal application using the GNUnet Messenger service. This release will ensure compatibility with changes in libgnunetchat 0.3.0 and GNUnet 0.21.0.
41</p>
42<h4>Download links</h4>
43<ul>
44 <li><a href="http://ftpmirror.gnu.org/gnunet/messenger-cli-0.2.0.tar.gz">messenger-cli-0.2.0.tar.gz</a></li>
45 <li><a href="http://ftpmirror.gnu.org/gnunet/messenger-cli-0.2.0.tar.gz.sig">messenger-cli-0.2.0.tar.gz.sig</a></li>
46</ul>
47<p>
48The GPG key used to sign is: <a href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
49</p>
50<p>
51Note that due to mirror synchronization, not all links may be functional
52early after the release. For direct access try
53<a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
54</p>
55{% endblock body_content %}
diff --git a/www.yml b/www.yml
index e303c8b9..22768544 100644
--- a/www.yml
+++ b/www.yml
@@ -34,6 +34,9 @@ meetingnotes:
34 2022: 2022-12-04 34 2022: 2022-12-04
35 2023: 2023-12-28 35 2023: 2023-12-28
36newsposts: 36newsposts:
37# - page: 2024-03-messenger-gtk-0.9.0.html
38# date: 2024-03-08
39# title: Messenger-GTK 0.9.0
37 - page: 2024-03-libgnunetchat-0.3.0.html 40 - page: 2024-03-libgnunetchat-0.3.0.html
38 date: 2024-03-07 41 date: 2024-03-07
39 title: libgnunetchat 0.3.0 42 title: libgnunetchat 0.3.0