From d813647d966fd42184286301571e02a046631718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Drahn=C3=ADk?= Date: Tue, 16 Jan 2024 18:41:42 +0100 Subject: [PATCH] Bump to v1.3.0 --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3650bda..ec06bcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Allowed to define `InputEvent` as event to which the driver reacts or as the driver reacts (e.g. used for `switch lid state` or `switch tablet-mode state`) - Allowed to send custom commands (e.g. `xinput enable 19`) - Zypper package manager support +- Allowed listen to events not only from devices `Asus keyboard` or `Asus WMI hotkeys` ## 1.2.2 (10.1.2024) diff --git a/README.md b/README.md index 8a17292..9422882 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The driver works as middle-man and can be especially handy when events are not supported by kernel module / distro code yet. The driver is listening for events of devices added by default (`Asus keyboard` and `Asus WMI hotkeys`) or re-defined devices in custom configuration (e.g. `Lid Switch` and `Asus WMI accel tablet mode`). When is appropriate event caught then is handled by custom configuration. For example, can be toggled LED status or changed content of the control file (e.g. fan modes), sent another key event, or executed custom command. Configuration examples are [here](#Configuration) or predefined layouts [here](keys_wmi_layouts). [![License: GPLv2](https://img.shields.io/badge/License-GPL_v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) -[![GitHub commits](https://img.shields.io/github/commits-since/asus-linux-drivers/asus-wmi-hotkeys-driver/v1.2.2.svg)](https://GitHub.com/asus-linux-drivers/asus-wmi-hotkeys-driver/commit/) +[![GitHub commits](https://img.shields.io/github/commits-since/asus-linux-drivers/asus-wmi-hotkeys-driver/v1.3.0.svg)](https://GitHub.com/asus-linux-drivers/asus-wmi-hotkeys-driver/commit/) [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fasus-linux-drivers%2Fasus-wmi-hotkeys-driver&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com) If you find the project useful, do not forget to give project a [![GitHub stars](https://img.shields.io/github/stars/asus-linux-drivers/asus-wmi-hotkeys-driver.svg?style=flat-square)](https://github.com/asus-linux-drivers/asus-wmi-hotkeys-driver/stargazers) People already did!