From 919e56dc20f7a2d6f453d655735a8e50c0c96354 Mon Sep 17 00:00:00 2001 From: Tobias Bernard Date: Tue, 23 Dec 2025 12:06:18 +0100 Subject: [PATCH 1/4] minor: Remove example URL on release notes --- reflection-app/data/cx.modal.Reflection.metainfo.xml.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reflection-app/data/cx.modal.Reflection.metainfo.xml.in b/reflection-app/data/cx.modal.Reflection.metainfo.xml.in index a8d1074..f596735 100644 --- a/reflection-app/data/cx.modal.Reflection.metainfo.xml.in +++ b/reflection-app/data/cx.modal.Reflection.metainfo.xml.in @@ -69,8 +69,7 @@ - - https://example.org/changelog.html#version_1.0.1 +

Initial preview release.

    From 2a7ce12edc56fdceb268bd36be73c4340fe12962 Mon Sep 17 00:00:00 2001 From: Tobias Bernard Date: Tue, 23 Dec 2025 12:11:02 +0100 Subject: [PATCH 2/4] minor: Uppercase name in desktop file --- reflection-app/data/cx.modal.Reflection.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflection-app/data/cx.modal.Reflection.desktop.in b/reflection-app/data/cx.modal.Reflection.desktop.in index c7f9357..bc78238 100644 --- a/reflection-app/data/cx.modal.Reflection.desktop.in +++ b/reflection-app/data/cx.modal.Reflection.desktop.in @@ -1,5 +1,5 @@ [Desktop Entry] -Name=reflection +Name=Reflection Exec=reflection Icon=cx.modal.Reflection Terminal=false From 2fb5234a8527f981cd186bda36344fe915c2fbd2 Mon Sep 17 00:00:00 2001 From: Tobias Bernard Date: Tue, 23 Dec 2025 12:24:44 +0100 Subject: [PATCH 3/4] meta: Add categories and keywords to desktop file --- reflection-app/data/cx.modal.Reflection.desktop.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reflection-app/data/cx.modal.Reflection.desktop.in b/reflection-app/data/cx.modal.Reflection.desktop.in index bc78238..2d1a17c 100644 --- a/reflection-app/data/cx.modal.Reflection.desktop.in +++ b/reflection-app/data/cx.modal.Reflection.desktop.in @@ -4,7 +4,8 @@ Exec=reflection Icon=cx.modal.Reflection Terminal=false Type=Application -Categories=Utility; -Keywords=GTK; +Categories=GNOME;GTK;Utility;Network;Office; +# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! +Keywords=GTK;Adwaita;Modal;p2panda;p2p;peer-to-peer;localfirst;local-first;notes;note-taking;minutes;meeting;multiplayer;multi-player;collaboration;collaborative;real-time;writing;text;editor;pad; StartupNotify=true DBusActivatable=true From 2a1a98f96f4a434bfefab67cdb9abe8da0fd8d17 Mon Sep 17 00:00:00 2001 From: Tobias Bernard Date: Tue, 23 Dec 2025 12:40:39 +0100 Subject: [PATCH 4/4] minor: fix release date --- reflection-app/data/cx.modal.Reflection.metainfo.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflection-app/data/cx.modal.Reflection.metainfo.xml.in b/reflection-app/data/cx.modal.Reflection.metainfo.xml.in index f596735..3d2c49d 100644 --- a/reflection-app/data/cx.modal.Reflection.metainfo.xml.in +++ b/reflection-app/data/cx.modal.Reflection.metainfo.xml.in @@ -69,7 +69,7 @@ - +

    Initial preview release.