Skip to content

Commit

Permalink
Release v0.9.6
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kakra committed Feb 12, 2024
1 parent d75e3f1 commit 7380380
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
# Changes since v0.9.5 up to v0.9.6

## 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
```


# Changes since v0.9.4 up to v0.9.5

## Headlines:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.9.5
v0.9.6

0 comments on commit 7380380

Please sign in to comment.