Skip to content

Commit 464e386

Browse files
committed
Bump to v6.6.0
1 parent cfbcde4 commit 464e386

File tree

3 files changed

+28
-14
lines changed

3 files changed

+28
-14
lines changed

CHANGELOG.md

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

3-
### 6.5.1 (16.6.2025)
3+
## 6.6.0 (8.10.2025)
4+
5+
### Fixed
6+
7+
- Default value of `GNOME_GLIB_AVAILABLE`
8+
- Installing `pip` package `pywayland` when is not required
9+
- Added missing `python3` dependency when using `systemd`
10+
11+
### Feature
12+
13+
- Attempt to enhance used `xlib` not shipping `xkb` module with `xcffib`
14+
- Added check whether is python atleast in version 3.10 because `xcffib` requirements
15+
- By default NumberPad automatically disable after 2 mins
16+
17+
## 6.5.1 (16.6.2025)
418

519
### Fixed
620

@@ -13,7 +27,7 @@
1327
- Delay when is layout changed on gnome (re-implemented using `GLib`)
1428
- Support for `eopkg` package manager
1529

16-
### 6.5.0 (22.02.2025)
30+
## 6.5.0 (22.02.2025)
1731

1832
### Fixed
1933

@@ -24,7 +38,7 @@
2438
- Added support for `eopkg` package manager
2539
- Added possibility to disable top left icon slide function separately for activated and not activated NumberPad via `top_left_icon_slide_func_disabled`
2640

27-
### 6.4.1 (12.12.2024)
41+
## 6.4.1 (12.12.2024)
2842

2943
### Fixed
3044

@@ -37,7 +51,7 @@
3751

3852
- Init package manager `rpm-ostree`
3953

40-
### 6.4.0 (4.10.2024)
54+
## 6.4.0 (4.10.2024)
4155

4256
### Fixed
4357

@@ -62,7 +76,7 @@
6276
- Send runtime logs to the journal
6377
- Not allow lowering x or y axis during movement
6478

65-
### 6.3.4 (19.9.2024)
79+
## 6.3.4 (19.9.2024)
6680

6781
### Fixed
6882

@@ -72,7 +86,7 @@
7286
- Obtaining touchpad status enabled/disabled using `qdbus` for `kde` (credits @sleddev)
7387
- Toggling tap-to-click using `qdbus` for `kde` (credits @sleddev)
7488

75-
### 6.3.3 (7.9.2024)
89+
## 6.3.3 (7.9.2024)
7690

7791
### Fixed
7892

@@ -85,15 +99,15 @@
8599
- Missing `sudo` when uninstalling (credits @Triw-12)
86100
- Activation when is `brightness` not defined yet
87101

88-
### 6.3.2 (1.8.2024)
102+
## 6.3.2 (1.8.2024)
89103

90104
### Fixed
91105

92106
- Updated offline table for auto suggestions from gathered data (GA)
93107
- Missing check whether is installed `i2ctransfer` tool
94108
- Accepting `-1` as starting x or y axis for touch
95109

96-
### 6.3.1 (20.7.2024)
110+
## 6.3.1 (20.7.2024)
97111

98112
### Fixed
99113

@@ -110,7 +124,7 @@
110124
- Allowed to activate NumberPad with slide gesture with beginning on the top left icon (together with calc app)
111125
- Updated offline table for auto suggestions from gathered data (GA)
112126

113-
### 6.2.0 (13.6.2024)
127+
## 6.2.0 (13.6.2024)
114128

115129
### Feature
116130

@@ -120,7 +134,7 @@
120134

121135
- Fixed setting up the last brightness when is NumberPad started in response to activated numlock key
122136

123-
### 6.1.0 (1.6.2024)
137+
## 6.1.0 (1.6.2024)
124138

125139
### Feature
126140

@@ -143,7 +157,7 @@
143157
- Unnecessary udev reset during starting for wayland
144158
- Loading keymap on x11 twice during the start
145159

146-
### 6.0.0 (3.5.2024)
160+
## 6.0.0 (3.5.2024)
147161

148162
### Feature
149163

@@ -159,7 +173,7 @@
159173
- Fixed removing other shortcuts during first installation
160174

161175

162-
### 5.1.1 (4.4.2024)
176+
## 5.1.1 (4.4.2024)
163177

164178
### Fixed
165179

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![Maintainer](https://img.shields.io/badge/maintainer-ldrahnik-blue)
55
![Contributor](https://img.shields.io/badge/contributor-kamack33-blue)
66
[![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)
7-
[![GitHub commits](https://img.shields.io/github/commits-since/asus-linux-drivers/asus-numberpad-driver/v6.5.1.svg)](https://GitHub.com/asus-linux-drivers/asus-numberpad-driver/commit/)
7+
[![GitHub commits](https://img.shields.io/github/commits-since/asus-linux-drivers/asus-numberpad-driver/v6.6.0.svg)](https://GitHub.com/asus-linux-drivers/asus-numberpad-driver/commit/)
88
[![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)
99
[![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)
1010
[![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)

nix/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let
2020
in
2121
python313Packages.buildPythonPackage {
2222
pname = "asus-numberpad-driver";
23-
version = "6.5.1";
23+
version = "6.6.0";
2424
src = ../.;
2525

2626
format = "other";

0 commit comments

Comments
 (0)