From 207400b3a2ded2a14183312a8a96093cf97d0b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Drahn=C3=ADk?= Date: Sat, 30 Mar 2024 17:24:30 +0100 Subject: [PATCH] Bump to v5.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0378e3a2..43924386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 5.1.0 (30.3.2024) + +### Feature + +- Not wait for untouch to handle action of slide gestures and activation +- Decreased necessary distance of touchpads width for slide gestures to success from `0.3` (1/3) ratio to `0.2` (1/5) +- Log touchpad pointer press, unpress only during debugging to avoid log spam +- Added sending info about usage of offline suggestions (GA) +- Added sending info about usage of online suggestions (GA) +- Updated offline table for auto suggestions from gathered data (GA) + +### Fixed + +- Fixed sending info about suggested layout (GA) +- Fixed prioritizing rows with more events count in offline table for auto suggestions + ## 5.0.0 (23.3.2024) ### Feature diff --git a/README.md b/README.md index 1d410dbb..c26cbe34 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![Contributor](https://img.shields.io/badge/contributor-kamack33-blue) [![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](https://github.com/asus-linux-drivers/asus-numberpad-driver/graphs/contributors) [![GitHub Release](https://img.shields.io/github/release/asus-linux-drivers/asus-numberpad-driver.svg?style=flat)](https://github.com/asus-linux-drivers/asus-numberpad-driver/releases) -[![GitHub commits](https://img.shields.io/github/commits-since/asus-linux-drivers/asus-numberpad-driver/v5.0.0.svg)](https://GitHub.com/asus-linux-drivers/asus-numberpad-driver/commit/) +[![GitHub commits](https://img.shields.io/github/commits-since/asus-linux-drivers/asus-numberpad-driver/v5.1.0.svg)](https://GitHub.com/asus-linux-drivers/asus-numberpad-driver/commit/) [![Arch package](https://repology.org/badge/version-for-repo/arch/asus-numberpad-driver-ux433fa-git.svg)](https://aur.archlinux.org/pkgbase/asus-numberpad-driver-git) [![GitHub issues-closed](https://img.shields.io/github/issues-closed/asus-linux-drivers/asus-numberpad-driver.svg)](https://GitHub.com/asus-linux-drivers/asus-numberpad-driver/issues?q=is%3Aissue+is%3Aclosed) [![GitHub pull-requests closed](https://img.shields.io/github/issues-pr-closed/asus-linux-drivers/asus-numberpad-driver.svg)](https://github.com/asus-linux-drivers/asus-numberpad-driver/compare)