Skip to content

Commit e17d439

Browse files
committed
v2.0.15
1 parent dcac948 commit e17d439

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

data/app.appdata.xml.in.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
<color type="primary" scheme_preference="dark">#427381</color>
3636
</branding>
3737
<releases>
38+
<release version="2.0.15" date="2025-05-24" urgency="medium">
39+
<description>
40+
<p>Add on "begin-and-end" option</p>
41+
<p>Update Flatpak runtime to GNOME 45</p>
42+
</description>
43+
</release>
3844
<release version="2.0.14" date="2024-08-23" urgency="medium">
3945
<description>
4046
<p>Install the SVG icon in the scalable folder and PNG icons otherwise</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.14',
3+
version: '2.0.15',
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": "4",
3+
"version": "2.0.15",
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)