Skip to content

Commit 7380380

Browse files
committed
Release v0.9.6
This is the last planned v0.9 maintenance release. The development branch will now refactor a lot of code refactoring heading towards v0.10, and only critical bug fixes will follow in v0.9. There has been no release in a long time, so some important bug fixes accumulated. Thanks a lot for your patience, and especially our contributors for helpful code and testing. Headlines: * docs: Elite S2 Profiles carry over * xpadneo: Add support for GuliKit KingKong2 PRO controllers * xpadneo, hid: Move paddles to range BTN_TRIGGER_HAPPY5 * xpadneo, init: Actually save rumble test values before we replace them * xpadneo: Support GameSir T4 Cyclone models * xpadneo v0.9, hid: Fix documentation about Share button Kai Krakow (16): xpadneo: Move bit swap helper to include file xpadneo, init: Fix rumble testing logic on connect xpadneo, init: Actually save rumble test values before we replace them xpadneo: Add support for GuliKit KingKong2 PRO controllers docs: Fix headline for GuliKit controllers xpadneo: Upgrade CI to Ubuntu 22.04 xpadneo: Remove Ubuntu 18.04 from CI Makefile: Use kernel build symlink from `/lib/modules` xpadneo v0.9, hid: Fix documentation about Share button xpadneo, init: Do not report paddles unconditionally xpadneo, hid: Move paddles to range BTN_TRIGGER_HAPPY5 xpadneo, init: Really exclude the keyboard event from the HID bitmap xpadneo, init: Detect HW profile support on current firmwares xpadneo v0.9, init: Disable bogus buttons replaced by known features xpadneo: Support GameSir T4 Cyclone models xpadneo, docs: Reintroduce hint about using SDL_JOYSTICK_HIDAPI=0 Kevin Locke (1): Add BUILD_EXCLUSIVE_CONFIG to dkms.conf Willster Johnson (1): docs: Elite S2 Profiles carry over thiccaxe (1): Update TROUBLESHOOTING.md Signed-off-by: Kai Krakow <kai@kaishome.de>
1 parent d75e3f1 commit 7380380

2 files changed

Lines changed: 42 additions & 1 deletion

File tree

NEWS.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
# Changes since v0.9.5 up to v0.9.6
2+
3+
## Headlines:
4+
5+
* docs: Elite S2 Profiles carry over
6+
* xpadneo: Add support for GuliKit KingKong2 PRO controllers
7+
* xpadneo, hid: Move paddles to range BTN_TRIGGER_HAPPY5
8+
* xpadneo, init: Actually save rumble test values before we replace them
9+
* xpadneo: Support GameSir T4 Cyclone models
10+
* xpadneo v0.9, hid: Fix documentation about Share button
11+
12+
```
13+
Kai Krakow (16):
14+
xpadneo: Move bit swap helper to include file
15+
xpadneo, init: Fix rumble testing logic on connect
16+
xpadneo, init: Actually save rumble test values before we replace them
17+
xpadneo: Add support for GuliKit KingKong2 PRO controllers
18+
docs: Fix headline for GuliKit controllers
19+
xpadneo: Upgrade CI to Ubuntu 22.04
20+
xpadneo: Remove Ubuntu 18.04 from CI
21+
Makefile: Use kernel build symlink from `/lib/modules`
22+
xpadneo v0.9, hid: Fix documentation about Share button
23+
xpadneo, init: Do not report paddles unconditionally
24+
xpadneo, hid: Move paddles to range BTN_TRIGGER_HAPPY5
25+
xpadneo, init: Really exclude the keyboard event from the HID bitmap
26+
xpadneo, init: Detect HW profile support on current firmwares
27+
xpadneo v0.9, init: Disable bogus buttons replaced by known features
28+
xpadneo: Support GameSir T4 Cyclone models
29+
xpadneo, docs: Reintroduce hint about using SDL_JOYSTICK_HIDAPI=0
30+
31+
Kevin Locke (1):
32+
Add BUILD_EXCLUSIVE_CONFIG to dkms.conf
33+
34+
Willster Johnson (1):
35+
docs: Elite S2 Profiles carry over
36+
37+
thiccaxe (1):
38+
Update TROUBLESHOOTING.md
39+
```
40+
41+
142
# Changes since v0.9.4 up to v0.9.5
243

344
## Headlines:

VERSION

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

0 commit comments

Comments
 (0)