From a5cc48e54b3c2ed82ae790825575e3c25045d9b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Drahn=C3=ADk?= Date: Wed, 13 Sep 2023 20:40:45 +0200 Subject: [PATCH] Bump version to v1.1.0 --- CHANGELOG.md | 7 +++++++ README.md | 10 +++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..578db88 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## 1.1.0 (13.9.2023) + +### Fixed + +- Added support for multiple stylus virtual devices (Zenbook Dual screens, credits @Safenein) \ No newline at end of file diff --git a/README.md b/README.md index 6c93b4e..05ebc4a 100644 --- a/README.md +++ b/README.md @@ -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-stylus-driver.svg?style=flat)](https://github.com/asus-linux-drivers/asus-stylus-driver/releases) -[![GitHub commits](https://img.shields.io/github/commits-since/asus-linux-drivers/asus-stylus-driver/v1.0.1.svg)](https://GitHub.com/asus-linux-drivers/asus-stylus-driver/commit/) +[![GitHub commits](https://img.shields.io/github/commits-since/asus-linux-drivers/asus-stylus-driver/v1.1.0.svg)](https://GitHub.com/asus-linux-drivers/asus-stylus-driver/commit/) [![Ask Me Anything !](https://img.shields.io/badge/Ask%20about-anything-1abc9c.svg)](https://github.com/asus-linux-drivers/asus-stylus-driver/issues/new/choose) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fasus-linux-drivers%2Fasus-stylus-driver&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com) @@ -12,6 +12,14 @@ Supplement driver which adds support bind not bound buttons by the origin driver 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-stylus-driver.svg?style=flat-square)](https://github.com/asus-linux-drivers/asus-stylus-driver/stargazers) People already did! +## Changelog + +[CHANGELOG.md](CHANGELOG.md) + +## Features + +- Laptops with dual screens are supported (credits @Safenein) + ## TODO: - [ ] (Do not display battery low 1%, https://gitlab.gnome.org/GNOME/gnome-power-manager/-/issues/23)