diff --git a/data/app.appdata.xml.in.in b/data/app.appdata.xml.in.in index 32a48cd..7a14bf2 100644 --- a/data/app.appdata.xml.in.in +++ b/data/app.appdata.xml.in.in @@ -35,7 +35,13 @@ #427381 - + + +

Add missing metada to validate to app on Flathub

+

Fix crash when XDG_SESSION_TYPE is not set

+
+
+

Warn about Wayland usage. Touché and Touchégg are X11-only tools

Update Flatpak runtime to GNOME 46

diff --git a/meson.build b/meson.build index f9398be..c9a06f3 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'com.github.joseexposito.touche', - version: '2.0.12', + version: '2.0.13', license: 'GPL-3.0-or-later', meson_version: '>= 0.56.0', default_options: [ 'warning_level=2' ], diff --git a/package-lock.json b/package-lock.json index aa45484..1fdd23c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "com.github.joseexposito.touche", - "version": "2.0.12", + "version": "2.0.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "com.github.joseexposito.touche", - "version": "2.0.12", + "version": "2.0.13", "license": "GPL-3.0-or-later", "dependencies": { "core-js": "^3.26.0", diff --git a/package.json b/package.json index a871380..cf9c929 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.github.joseexposito.touche", - "version": "2.0.12", + "version": "2.0.13", "description": "Easily configure your touchpad and touchscreen multi-touch gestures using Touchégg with this GTK graphical user interface", "author": "José Expósito", "license": "GPL-3.0-or-later",