Skip to content

Commit

Permalink
Bump to v6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ldrahnik committed Dec 12, 2024
1 parent 7528e16 commit aa7ce34
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### 6.4.1 (12.12.2024)

### Fixed

- The `i2c` tools search under `/usr/sbin`
- Missing `apt` dependencies `pkg-config` and `libsystemd-dev` for `pip` package `systemd-python`
- Missing `wayland-dev` package
- Missing info about installing toggling script for not supported calculator

### Feature

- Init package manager `rpm-ostree`

### 6.4.0 (4.10.2024)

### Fixed
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/v6.4.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/v6.4.1.svg)](https://GitHub.com/asus-linux-drivers/asus-numberpad-driver/commit/)
[![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)
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20about-anything-1abc9c.svg)](https://github.com/asus-linux-drivers/asus-numberpad-driver/issues/new/choose)
Expand Down
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let
in
python311Packages.buildPythonPackage {
pname = "asus-numberpad-driver";
version = "6.4.0";
version = "6.4.1";
src = ../.;

format = "other";
Expand Down

0 comments on commit aa7ce34

Please sign in to comment.