File tree Expand file tree Collapse file tree 4 files changed +29
-2
lines changed
Expand file tree Collapse file tree 4 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0.0)
33project (touchegg)
44set (MAJOR_VERSION "2" )
55set (MINOR_VERSION "0" )
6- set (PATCH_VERSION "13 " )
6+ set (PATCH_VERSION "14 " )
77add_definitions (-D_VERSION="v${MAJOR_VERSION} .${MINOR_VERSION} .${PATCH_VERSION} " )
88
99set (CMAKE_CXX_STANDARD 17)
Original file line number Diff line number Diff line change 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+
19touchegg (2.0.13) focal; urgency=medium
210
311 * Improve pinch detection when the fingers are placed horizontally or vertically
Original file line number Diff line number Diff line change 11Name: touchegg
22Summary: Multi-touch gesture recognizer
33Url: https://github.com/JoseExposito/touchegg
4- Version: 2.0.13
4+ Version: 2.0.14
55Release: 1
66License: GPLv3+
77Group: Applications/Productivity
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
You can’t perform that action at this time.
0 commit comments