diff --git a/CHANGELOG.md b/CHANGELOG.md index ed3f98f4..2590b893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 2.0.14 - 2022-04-02 + + - New COPR URL: + + https://copr.fedorainfracloud.org/coprs/joseexposito/touchegg/ + + - Performance improvements calculating the size of the animations + + https://github.com/JoseExposito/touchegg/pull/564 + + - Fix crash that might happen when multiple input devices are added and removed + + https://github.com/JoseExposito/touchegg/issues/566 + ## 2.0.13 - 2022-01-08 - Improve pinch detection when the fingers are placed horizontally or vertically diff --git a/CMakeLists.txt b/CMakeLists.txt index 198c189c..ddb1c20b 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0.0) project(touchegg) set(MAJOR_VERSION "2") set(MINOR_VERSION "0") -set(PATCH_VERSION "13") +set(PATCH_VERSION "14") add_definitions(-D_VERSION="v${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}") set(CMAKE_CXX_STANDARD 17) diff --git a/debian/changelog b/debian/changelog index 5b1315b4..43817147 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +touchegg (2.0.14) focal; urgency=medium + + * New COPR URL: https://copr.fedorainfracloud.org/coprs/joseexposito/touchegg/ + * Performance improvements calculating the size of the animations + * Fix crash that might happen when multiple input devices are added and removed + + -- José Expósito Sat, 02 Apr 2022 12:00:00 +0100 + touchegg (2.0.13) focal; urgency=medium * Improve pinch detection when the fingers are placed horizontally or vertically diff --git a/rpm/touchegg.spec b/rpm/touchegg.spec index 69a7b6bb..a4566d55 100644 --- a/rpm/touchegg.spec +++ b/rpm/touchegg.spec @@ -1,7 +1,7 @@ Name: touchegg Summary: Multi-touch gesture recognizer Url: https://github.com/JoseExposito/touchegg -Version: 2.0.13 +Version: 2.0.14 Release: 1 License: GPLv3+ Group: Applications/Productivity @@ -85,6 +85,11 @@ fi %changelog +* Sat Apr 02 2022 José Expósito - 2.0.14-1 +- New COPR URL: https://copr.fedorainfracloud.org/coprs/joseexposito/touchegg/ +- Performance improvements calculating the size of the animations +- Fix crash that might happen when multiple input devices are added and removed + * Sat Jan 08 2022 José Expósito - 2.0.13-1 - Improve pinch detection when the fingers are placed horizontally or vertically - Allow to run in multiple X displays