Skip to content

Commit

Permalink
Update to v2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseExposito committed Apr 2, 2022
1 parent 6f415d0 commit 6ab9f8b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down
7 changes: 6 additions & 1 deletion rpm/touchegg.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -85,6 +85,11 @@ fi

%changelog

* Sat Apr 02 2022 José Expósito <[email protected]> - 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 <[email protected]> - 2.0.13-1
- Improve pinch detection when the fingers are placed horizontally or vertically
- Allow to run in multiple X displays
Expand Down

0 comments on commit 6ab9f8b

Please sign in to comment.