-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f415d0
commit 6ab9f8b
Showing
4 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|