Skip to content

Commit 240c06e

Browse files
committed
Release v0.9.8
This is the final maintenance release for the v0.9 branch. We won't have another Christmas with version v0.9. It mainly focuses on documentation cleanups, installer robustness, DKMS and packaging stability, and additional hardware compatibility fix-ups. There are no intentional functional changes to input handling or controller behavior. The v0.9 branch is approaching its end-of-life. This release serves as a final polish to ensure a smooth experience on current distributions and kernels, while v0.10 continues to evolve in parallel. Heads up, package maintainers: This release further stabilizes installer and DKMS behavior. Upcoming xpadneo v0.10 will introduce a new make-based installer intended to simplify packaging and automation workflows. Headlines: * xpadneo, dkms: Drop deprecated variable CLEAN * xpadneo, docs: Align all of README.md with current distribution practice * xpadneo, docs: Link troubleshooting more prominently * xpadneo, quirks: Add another Microsoft OUI * xpadneo, quirks: Another Microsoft OUI Kai Krakow (30): xpadneo, docs: Fix various spelling mistakes and phrasing xpadneo, docs: Fix indentation, line length and whitespace xpadneo, docs: Document the new quirk flags for configuration xpadneo, docs: Use dashes instead of stars for list items xpadneo, docs: Fix use of bare URLs xpadneo, installer: Delay `set -e` to not silence errors early xpadneo, quirks: Another Microsoft OUI xpadneo, quirks: Another Microsoft OUI xpadneo, ci: Drop Ubuntu 20.04 CI testing xpadneo, udev: Trigger loading of `uhid` before `bluetooth` xpadneo, psy: Fix potential pointer leak during battery registration xpadneo, psy: Fix memory leak of device and battery name xpadneo, probe: Implement error path for ida_simple_get() xpadneo, core: Remove hard requirement of ida_{alloc,free} xpadneo, docs: Document sensor drift and deadzones better xpadneo, docs: Link troubleshooting more prominently xpadneo, dkms: Fix shellcheck for unused variables xpadneo, dkms: Drop deprecated variable CLEAN xpadneo, docs: add GPL-2.0 relicensing requirement xpadneo, dkms: Fix warning about unassigned variables xpadneo, docs: document safe firmware flashing for Xbox controllers xpadneo, docs: improve Bluetooth dongle documentation xpadneo, docs: add user-reported Bluetooth dongle compatibility report xpadneo, docs: add PCIe Bluetooth adapter compatibility reports xpadneo, profiles: Report current profile as absolute axis xpadneo, docs: Unify list formatting of README.md xpadneo, docs: Align all of README.md with current distribution practice xpadneo, core: Support explicit paddle button usages xpadneo, docs: Fix manufacturer name of a tested USB BLE adapter xpadneo, quirks: Add another Microsoft OUI l3d00m (2): xpadneo, docs: Update links to other projects xpadneo, docs: Fix typo and add specific hardware support to xone Eduard Tolosa (1): xpadneo, udev: update rules for systemd v258+ John Mather (1): xpadneo, quirks: Add another OUI Signed-off-by: Kai Krakow <kai@kaishome.de>
1 parent 4e4cca9 commit 240c06e

2 files changed

Lines changed: 72 additions & 1 deletion

File tree

NEWS.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,74 @@
1+
# Changes since v0.9.7 up to v0.9.8
2+
3+
This is the final maintenance release for the v0.9 branch. We won't have
4+
another Christmas with version v0.9.
5+
6+
It mainly focuses on documentation cleanups, installer robustness, DKMS and
7+
packaging stability, and additional hardware compatibility fix-ups. There are
8+
no intentional functional changes to input handling or controller behavior.
9+
10+
The v0.9 branch is approaching its end-of-life. This release serves as a final
11+
polish to ensure a smooth experience on current distributions and kernels,
12+
while v0.10 continues to evolve in parallel.
13+
14+
**Heads up, package maintainers:** This release further stabilizes installer
15+
and DKMS behavior. Upcoming xpadneo v0.10 will introduce a new make-based
16+
installer intended to simplify packaging and automation workflows.
17+
18+
19+
## Headlines:
20+
21+
* xpadneo, dkms: Drop deprecated variable CLEAN
22+
* xpadneo, docs: Align all of README.md with current distribution practice
23+
* xpadneo, docs: Link troubleshooting more prominently
24+
* xpadneo, quirks: Add another Microsoft OUI
25+
* xpadneo, quirks: Another Microsoft OUI
26+
27+
```
28+
Kai Krakow (30):
29+
xpadneo, docs: Fix various spelling mistakes and phrasing
30+
xpadneo, docs: Fix indentation, line length and whitespace
31+
xpadneo, docs: Document the new quirk flags for configuration
32+
xpadneo, docs: Use dashes instead of stars for list items
33+
xpadneo, docs: Fix use of bare URLs
34+
xpadneo, installer: Delay `set -e` to not silence errors early
35+
xpadneo, quirks: Another Microsoft OUI
36+
xpadneo, quirks: Another Microsoft OUI
37+
xpadneo, ci: Drop Ubuntu 20.04 CI testing
38+
xpadneo, udev: Trigger loading of `uhid` before `bluetooth`
39+
xpadneo, psy: Fix potential pointer leak during battery registration
40+
xpadneo, psy: Fix memory leak of device and battery name
41+
xpadneo, probe: Implement error path for ida_simple_get()
42+
xpadneo, core: Remove hard requirement of ida_{alloc,free}
43+
xpadneo, docs: Document sensor drift and deadzones better
44+
xpadneo, docs: Link troubleshooting more prominently
45+
xpadneo, dkms: Fix shellcheck for unused variables
46+
xpadneo, dkms: Drop deprecated variable CLEAN
47+
xpadneo, docs: add GPL-2.0 relicensing requirement
48+
xpadneo, dkms: Fix warning about unassigned variables
49+
xpadneo, docs: document safe firmware flashing for Xbox controllers
50+
xpadneo, docs: improve Bluetooth dongle documentation
51+
xpadneo, docs: add user-reported Bluetooth dongle compatibility report
52+
xpadneo, docs: add PCIe Bluetooth adapter compatibility reports
53+
xpadneo, profiles: Report current profile as absolute axis
54+
xpadneo, docs: Unify list formatting of README.md
55+
xpadneo, docs: Align all of README.md with current distribution practice
56+
xpadneo, core: Support explicit paddle button usages
57+
xpadneo, docs: Fix manufacturer name of a tested USB BLE adapter
58+
xpadneo, quirks: Add another Microsoft OUI
59+
60+
l3d00m (2):
61+
xpadneo, docs: Update links to other projects
62+
xpadneo, docs: Fix typo and add specific hardware support to xone
63+
64+
Eduard Tolosa (1):
65+
xpadneo, udev: update rules for systemd v258+
66+
67+
John Mather (1):
68+
xpadneo, quirks: Add another OUI
69+
```
70+
71+
172
# Changes since v0.9.6 up to v0.9.7
273

374
This is a maintanance release of the previous "final" v0.9.6 because v0.10 will

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.9.7
1+
v0.9.8

0 commit comments

Comments
 (0)