Skip to content

Commit 7de7c06

Browse files
committed
v2.0.13
1 parent 772817f commit 7de7c06

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

data/app.appdata.xml.in.in

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,13 @@
3535
<color type="primary" scheme_preference="dark">#427381</color>
3636
</branding>
3737
<releases>
38-
<release version="2.0.12" date="2024-04-13" urgency="medium">
38+
<release version="2.0.13" date="2024-08-23" urgency="medium">
39+
<description>
40+
<p>Add missing metada to validate to app on Flathub</p>
41+
<p>Fix crash when XDG_SESSION_TYPE is not set</p>
42+
</description>
43+
</release>
44+
<release version="2.0.12" date="2024-04-13" urgency="medium">
3945
<description>
4046
<p>Warn about Wayland usage. Touché and Touchégg are X11-only tools</p>
4147
<p>Update Flatpak runtime to GNOME 46</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'com.github.joseexposito.touche',
3-
version: '2.0.12',
3+
version: '2.0.13',
44
license: 'GPL-3.0-or-later',
55
meson_version: '>= 0.56.0',
66
default_options: [ 'warning_level=2' ],

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.github.joseexposito.touche",
3-
"version": "2.0.12",
3+
"version": "2.0.13",
44
"description": "Easily configure your touchpad and touchscreen multi-touch gestures using Touchégg with this GTK graphical user interface",
55
"author": "José Expósito",
66
"license": "GPL-3.0-or-later",

0 commit comments

Comments
 (0)