Skip to content

Commit 6ab9f8b

Browse files
committed
Update to v2.0.14
1 parent 6f415d0 commit 6ab9f8b

File tree

4 files changed

+29
-2
lines changed

4 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 2.0.14 - 2022-04-02
4+
5+
- New COPR URL:
6+
7+
https://copr.fedorainfracloud.org/coprs/joseexposito/touchegg/
8+
9+
- Performance improvements calculating the size of the animations
10+
11+
https://github.com/JoseExposito/touchegg/pull/564
12+
13+
- Fix crash that might happen when multiple input devices are added and removed
14+
15+
https://github.com/JoseExposito/touchegg/issues/566
16+
317
## 2.0.13 - 2022-01-08
418

519
- Improve pinch detection when the fingers are placed horizontally or vertically

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0.0)
33
project(touchegg)
44
set(MAJOR_VERSION "2")
55
set(MINOR_VERSION "0")
6-
set(PATCH_VERSION "13")
6+
set(PATCH_VERSION "14")
77
add_definitions(-D_VERSION="v${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
88

99
set(CMAKE_CXX_STANDARD 17)

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
touchegg (2.0.14) focal; urgency=medium
2+
3+
* New COPR URL: https://copr.fedorainfracloud.org/coprs/joseexposito/touchegg/
4+
* Performance improvements calculating the size of the animations
5+
* Fix crash that might happen when multiple input devices are added and removed
6+
7+
-- José Expósito <jose.exposito89@gmail.com> Sat, 02 Apr 2022 12:00:00 +0100
8+
19
touchegg (2.0.13) focal; urgency=medium
210

311
* Improve pinch detection when the fingers are placed horizontally or vertically

rpm/touchegg.spec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: touchegg
22
Summary: Multi-touch gesture recognizer
33
Url: https://github.com/JoseExposito/touchegg
4-
Version: 2.0.13
4+
Version: 2.0.14
55
Release: 1
66
License: GPLv3+
77
Group: Applications/Productivity
@@ -85,6 +85,11 @@ fi
8585

8686
%changelog
8787

88+
* Sat Apr 02 2022 José Expósito <jose.exposito89@gmail.com> - 2.0.14-1
89+
- New COPR URL: https://copr.fedorainfracloud.org/coprs/joseexposito/touchegg/
90+
- Performance improvements calculating the size of the animations
91+
- Fix crash that might happen when multiple input devices are added and removed
92+
8893
* Sat Jan 08 2022 José Expósito <jose.exposito89@gmail.com> - 2.0.13-1
8994
- Improve pinch detection when the fingers are placed horizontally or vertically
9095
- Allow to run in multiple X displays

0 commit comments

Comments
 (0)