Skip to content

Releases: JoseExposito/touchegg

2.0.17 - 2023-08-13

13 Aug 16:22
Compare
Choose a tag to compare

This version does not include any new features, but the deb and rpm packages have been updated to target more recent distro versions.

2.0.16 - 2023-02-06

06 Feb 19:20
Compare
Choose a tag to compare
  • #611 Do not use abstract socket on BSD
  • #616 Fix compilation error on GCC 13

Thanks to @mairacanal for contributing!

2.0.15 - 2022-11-14

14 Nov 18:38
Compare
Choose a tag to compare
  • #598 Add TOUCHEGG_DEVICE_TYPE environment variable to RUN_COMMAND
  • #603 Remove Firefox from the default config, it supports native gestures

Thanks to @ichaoX and @gurrgur for their contributions! ❤️

2.0.14 - 2022-04-02

02 Apr 09:42
Compare
Choose a tag to compare

2.0.13 - 2022-01-08

22 Jan 17:39
Compare
Choose a tag to compare
  • #541 Improve pinch detection when the fingers are placed horizontally or vertically
  • #538 Allow to run in multiple X displays
  • #553 Allow to configure the number of times a repeated action is executed

2.0.12 - 2021-10-21

21 Oct 06:41
Compare
Choose a tag to compare
  • #524 Improve pinch gesture detection on touchscreens
  • #525 Honor the XDG basedir specification

2.0.11 - 2021-07-08

08 Jul 06:16
Compare
Choose a tag to compare

New:


On Ubuntu, it is recommended to use the official PPA to install Touchégg and receive updates:

$ sudo add-apt-repository ppa:touchegg/stable
$ sudo apt update
$ sudo apt install touchegg

On Fedora, openSUSE and CentOS (EPEL) it is recommended to use the official COPR to install Touchégg and receive updates.

$ sudo dnf copr enable jose_exposito/touchegg
$ sudo dnf install touchegg

2.0.10 - 2021-06-07

07 Jun 18:31
Compare
Choose a tag to compare

New:

  • Add Void Linux install instructions
  • Add Artix Linux install instructions

Improvements:

  • #499 Touchscreen: Use touch average to calculate deltas
  • #481 Simplify the build process in distros that don't support systemd

Fix:

  • #489 libinput 1.18 support: Different deltas depending on libinput version

2.0.9 - 2021-04-05

06 Apr 06:50
Compare
Choose a tag to compare

New:

  • #459 Use screen rotation to calculate touchscreen gestures direction

Improvements:

  • #475 Build the RPM package as part of the CI process improving its compatibility

2.0.8 - 2021-02-24

24 Feb 19:43
Compare
Choose a tag to compare

In addition to the usual packages this release is also available on the new official PPA. If you are a Ubuntu user:

$ sudo add-apt-repository ppa:touchegg/stable
$ sudo apt update
$ sudo apt install touchegg 

Many thank to @shoogle for his help creating the PPA.

Fixed:

  • #447 Fix animation when screens ot the same size are arranged vertically
  • #449 Fix crash caused by a g_variant not being referenced
  • #458 Handle the TOUCH_CANCEL event to avoid bugs