Skip to content

Commit

Permalink
Bump to v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ldrahnik committed Mar 30, 2024
1 parent 42ba99f commit 207400b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 207400b

Please sign in to comment.