diff options
author | TheJackiMonster <thejackimonster@gmail.com> | 2022-04-23 20:04:43 +0200 |
---|---|---|
committer | TheJackiMonster <thejackimonster@gmail.com> | 2022-04-23 20:04:43 +0200 |
commit | c761b8313fef8619a1839328fd3e9e8b7459bec9 (patch) | |
tree | 1a73ff625038241b0a3f56dff091b9afa816acda | |
parent | 8f53a6e879f360e80941cb6e9d502d7522bbeeba (diff) | |
download | messenger-gtk-c761b8313fef8619a1839328fd3e9e8b7459bec9.tar.gz messenger-gtk-c761b8313fef8619a1839328fd3e9e8b7459bec9.zip |
First release with added changelogv0.7.0
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r-- | CHANGES.md | 9 | ||||
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | resources/org.gnunet.Messenger.appdata.xml | 16 | ||||
-rw-r--r-- | resources/ui/about.ui | 2 | ||||
-rw-r--r-- | resources/ui/messenger.ui | 2 | ||||
-rw-r--r-- | screenshots/about-page.png | bin | 0 -> 56442 bytes | |||
-rw-r--r-- | screenshots/account-selection.png | bin | 0 -> 11213 bytes | |||
-rw-r--r-- | screenshots/contact-info.png | bin | 0 -> 42956 bytes | |||
-rw-r--r-- | screenshots/delete-message.png | bin | 0 -> 33623 bytes | |||
-rw-r--r-- | screenshots/voice-recording.png | bin | 0 -> 16291 bytes | |||
-rw-r--r-- | src/application.h | 2 |
11 files changed, 34 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..5fa15a4 --- /dev/null +++ b/CHANGES.md | |||
@@ -0,0 +1,9 @@ | |||
1 | ## Version 0.7.0 | ||
2 | * The version iteration will be inherited by cadet-gtk as logical successor. | ||
3 | > More information here: https://gitlab.com/gnunet-messenger/cadet-gtk/-/issues/10 | ||
4 | * It is possible to create direct chats and group chats via physical or virtual exchange | ||
5 | * Groups and contacts can be named, left, verified or deleted | ||
6 | * Existing contacts can be invited to any private or public group | ||
7 | * Chats allow sending text messages, voice recordings or files | ||
8 | * Messages can be deleted with a custom delete or automatically | ||
9 | * Switching between different accounts can be done during runtime | ||
@@ -2,6 +2,12 @@ | |||
2 | 2 | ||
3 | A GTK based GUI for the Messenger service of GNUnet. | 3 | A GTK based GUI for the Messenger service of GNUnet. |
4 | 4 | ||
5 |  | ||
6 |  | ||
7 |  | ||
8 |  | ||
9 |  | ||
10 | |||
5 | ## Features | 11 | ## Features |
6 | 12 | ||
7 | Messenger-GTK 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. | 13 | Messenger-GTK 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. |
diff --git a/resources/org.gnunet.Messenger.appdata.xml b/resources/org.gnunet.Messenger.appdata.xml index 0ac2a11..2757d2c 100644 --- a/resources/org.gnunet.Messenger.appdata.xml +++ b/resources/org.gnunet.Messenger.appdata.xml | |||
@@ -28,6 +28,21 @@ | |||
28 | </description> | 28 | </description> |
29 | 29 | ||
30 | <screenshots> | 30 | <screenshots> |
31 | <screenshot> | ||
32 | <image>https://gitlab.com/gnunet-messenger/messenger-gtk/-/raw/master/screenshots/about-page.png</image> | ||
33 | </screenshot> | ||
34 | <screenshot> | ||
35 | <image>https://gitlab.com/gnunet-messenger/messenger-gtk/-/raw/master/screenshots/account-selection.png</image> | ||
36 | </screenshot> | ||
37 | <screenshot> | ||
38 | <image>https://gitlab.com/gnunet-messenger/messenger-gtk/-/raw/master/screenshots/contact-info.png</image> | ||
39 | </screenshot> | ||
40 | <screenshot> | ||
41 | <image>https://gitlab.com/gnunet-messenger/messenger-gtk/-/raw/master/screenshots/delete-messages.png</image> | ||
42 | </screenshot> | ||
43 | <screenshot> | ||
44 | <image>https://gitlab.com/gnunet-messenger/messenger-gtk/-/raw/master/screenshots/voice-recording.png</image> | ||
45 | </screenshot> | ||
31 | </screenshots> | 46 | </screenshots> |
32 | 47 | ||
33 | <url type="homepage">https://www.gnunet.org</url> | 48 | <url type="homepage">https://www.gnunet.org</url> |
@@ -36,5 +51,6 @@ | |||
36 | 51 | ||
37 | <launchable type="desktop-id">org.gnunet.Messenger.desktop</launchable> | 52 | <launchable type="desktop-id">org.gnunet.Messenger.desktop</launchable> |
38 | <releases> | 53 | <releases> |
54 | <release version="0.7.0" date="2022-04-23" /> | ||
39 | </releases> | 55 | </releases> |
40 | </component> | 56 | </component> |
diff --git a/resources/ui/about.ui b/resources/ui/about.ui index 40c8ecf..e48103d 100644 --- a/resources/ui/about.ui +++ b/resources/ui/about.ui | |||
@@ -28,7 +28,7 @@ Author: Tobias Frisch | |||
28 | <property name="window-position">center-on-parent</property> | 28 | <property name="window-position">center-on-parent</property> |
29 | <property name="type-hint">dialog</property> | 29 | <property name="type-hint">dialog</property> |
30 | <property name="program-name">GNUnet Messenger</property> | 30 | <property name="program-name">GNUnet Messenger</property> |
31 | <property name="version">0.0.1</property> | 31 | <property name="version">0.7.0</property> |
32 | <property name="copyright" translatable="yes">This application is part of GNUnet. | 32 | <property name="copyright" translatable="yes">This application is part of GNUnet. |
33 | Copyright (C) 2021--2022 GNUnet e.V.</property> | 33 | Copyright (C) 2021--2022 GNUnet e.V.</property> |
34 | <property name="website">https://www.gnunet.org</property> | 34 | <property name="website">https://www.gnunet.org</property> |
diff --git a/resources/ui/messenger.ui b/resources/ui/messenger.ui index bc8d302..ed0aaf0 100644 --- a/resources/ui/messenger.ui +++ b/resources/ui/messenger.ui | |||
@@ -718,7 +718,7 @@ Author: Tobias Frisch | |||
718 | <property name="visible">True</property> | 718 | <property name="visible">True</property> |
719 | <property name="can-focus">False</property> | 719 | <property name="can-focus">False</property> |
720 | <property name="halign">start</property> | 720 | <property name="halign">start</property> |
721 | <property name="label" translatable="yes">Version 0.0.1</property> | 721 | <property name="label" translatable="yes">Version 0.7.0</property> |
722 | </object> | 722 | </object> |
723 | <packing> | 723 | <packing> |
724 | <property name="expand">False</property> | 724 | <property name="expand">False</property> |
diff --git a/screenshots/about-page.png b/screenshots/about-page.png new file mode 100644 index 0000000..d21b0be --- /dev/null +++ b/screenshots/about-page.png | |||
Binary files differ | |||
diff --git a/screenshots/account-selection.png b/screenshots/account-selection.png new file mode 100644 index 0000000..4027e88 --- /dev/null +++ b/screenshots/account-selection.png | |||
Binary files differ | |||
diff --git a/screenshots/contact-info.png b/screenshots/contact-info.png new file mode 100644 index 0000000..4ccf678 --- /dev/null +++ b/screenshots/contact-info.png | |||
Binary files differ | |||
diff --git a/screenshots/delete-message.png b/screenshots/delete-message.png new file mode 100644 index 0000000..8dc6737 --- /dev/null +++ b/screenshots/delete-message.png | |||
Binary files differ | |||
diff --git a/screenshots/voice-recording.png b/screenshots/voice-recording.png new file mode 100644 index 0000000..eb613b6 --- /dev/null +++ b/screenshots/voice-recording.png | |||
Binary files differ | |||
diff --git a/src/application.h b/src/application.h index ab082a0..f3b4407 100644 --- a/src/application.h +++ b/src/application.h | |||
@@ -55,7 +55,7 @@ | |||
55 | "A GTK based GUI for the Messenger service of GNUnet." | 55 | "A GTK based GUI for the Messenger service of GNUnet." |
56 | #define MESSENGER_APPLICATION_TITLE "Messenger" | 56 | #define MESSENGER_APPLICATION_TITLE "Messenger" |
57 | #define MESSENGER_APPLICATION_SUBTITLE "GNUnet" | 57 | #define MESSENGER_APPLICATION_SUBTITLE "GNUnet" |
58 | #define MESSENGER_APPLICATION_VERSION "0.0.1" | 58 | #define MESSENGER_APPLICATION_VERSION "0.7.0" |
59 | 59 | ||
60 | typedef enum MESSENGER_ApplicationSignal | 60 | typedef enum MESSENGER_ApplicationSignal |
61 | { | 61 | { |