Skip to content

Commit

Permalink
Bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ldrahnik committed Feb 29, 2024
1 parent 9b90093 commit 2812c7b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Changelog

## 1.2.0 (29.2.2024)

### Fixed

- Fixed changing numbers in path `/sys/class/leds/input<number>` used in preconfigured layout
- Fixed triggering only by event key (default `EV_KEY.KEY_PROG2`)

### Feature

- To preconfigured layout added example how to disable LEDs using `/sys/kernel/debug/asus-nb-wmi` with no kernel support yet
- Added support for installed driver [asus-accel-tablet-mode-driver](https://github.com/asus-linux-drivers/asus-accel-tablet-mode-driver)

## 1.1.1 (25.12.2023)

### Fixed

- Usage #!/usr/bin/env instead of hardcoded path bash/sh
- Usage #!/usr/bin/env instead of hardcoded path bash/sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![License: GPLv2](https://img.shields.io/badge/License-GPL_v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
![Maintainer](https://img.shields.io/badge/maintainer-ldrahnik-blue)
[![GitHub Release](https://img.shields.io/github/release/asus-linux-drivers/asus-fliplock-driver.svg?style=flat)](https://github.com/asus-linux-drivers/asus-fliplock-driver/releases)
[![GitHub commits](https://img.shields.io/github/commits-since/asus-linux-drivers/asus-fliplock-driver/v1.1.0.svg)](https://GitHub.com/asus-linux-drivers/asus-fliplock-driver/commit/)
[![GitHub commits](https://img.shields.io/github/commits-since/asus-linux-drivers/asus-fliplock-driver/v1.2.0.svg)](https://GitHub.com/asus-linux-drivers/asus-fliplock-driver/commit/)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fasus-linux-drivers%2Fasus-fliplock-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-fliplock-driver.svg?style=flat-square)](https://github.com/asus-linux-drivers/asus-fliplock-driver/stargazers) People already did!
Expand Down

0 comments on commit 2812c7b

Please sign in to comment.