From 020b0f8ce8533f1e3ee85ad8662fd67c42c28176 Mon Sep 17 00:00:00 2001 From: "ldrahnik@gmail.com" Date: Wed, 10 Jan 2024 19:01:07 +0100 Subject: [PATCH] Bump to v1.2.2 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20201f7..260bc1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.2.2 (10.1.2024) + +### Fixed + +- Fixed driver auto-start using systemd service + ## 1.2.1 (6.1.2024) ### Fixed diff --git a/README.md b/README.md index 19ab1e9..6fb0f8b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The driver has been created for the situation when special keys (even associated LEDS) on laptop do not work (are not supported by kernel modules yet; how create a kernel patch is described step by step [here](https://github.com/asus-linux-drivers/asus-how-to-kernel-driver)). The driver works as middle-man, is listening for events and when is appropriate key event caught then is optionally toggled LED status or changed for example fan mode and also optionally send another custom key event configured in config file. [![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.1.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.2.2.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!