Skip to content

Commit 85432ce

Browse files
committed
Bump version to 1.9.0 and update CHANGELOG
1 parent 0fbe896 commit 85432ce

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,40 @@ Format based on [Keep a Changelog](https://keepachangelog.com/).
66

77
---
88

9+
## [1.9.0] — 2026-02-25
10+
11+
### Added
12+
- **N64 console output** — new `bt2n64` (Pico W / Pico 2 W) and `usb2n64` (KB2040) apps using joybus-pio N64Console C API (not yet in CI release builds)
13+
- **Nuon console output** — new `bt2nuon` and `n642nuon` apps for Nuon controller output via Polyface protocol (not yet in CI release builds)
14+
- **ESP32-S3 bt2usb support** — BLE controllers to USB HID on ESP32-S3 with TinyUF2 drag-and-drop firmware updates
15+
- **ESP32-S3 bt2usb UF2** added to CI build and release workflow
16+
- **Battery level reporting** for DS3 (USB + BT), DS4/DS5 (via SInput), Switch Pro Controller, and Wii U Pro Controller
17+
- **BLE Battery Service integration** for automatic battery reporting on BLE controllers
18+
- **DS4/DS5 touchpad pass-through** to SInput
19+
- **neogeo2usb** — Neo Geo+ to USB adapter with D-pad mode hotkeys, RP2040-Zero support, and documentation (community contribution by herzmx)
20+
- **Generic HID descriptor-driven Xbox BT driver** — replaces vendor-specific Xbox BT drivers with unified HID parser approach
21+
22+
### Fixed
23+
- **Xbox BT overhaul** — replaced vendor drivers with generic HID descriptor-driven gamepad parsing; fixed button masks, D-pad parsing, Share button, and Elite BT parsing
24+
- **Xbox Classic BT connection timeout** on CYW43
25+
- **Switch Pro BT pairing, reconnection, and analog parsing** on CYW43
26+
- **Sony BT reconnection** on CYW43 dual-path conflict
27+
- **SET_REPORT failing** for Sony controllers on CYW43 direct L2CAP path
28+
- **DS4 clone hanging Pico W** by skipping SDP over CYW43
29+
- **DS5 BT battery offset** (53 → 52) and Sony battery parsing for USB offset and charging states
30+
- **SInput feature report** not updating on BT controller swap
31+
- **L2/R2 pressure missing** for digital-only trigger controllers
32+
- **ESP32 button GPIO** and `tud_task()` blocking on mode switch
33+
- **Generic HID gamepad parsing** for Xbox-style controllers
34+
- **Broken docs links** in README, HARDWARE.md, and INSTALLATION.md
35+
- **PCEngine protocol doc** — fixed 8 factual errors
36+
- **CI cleanup** — delete intermediate firmware artifacts after collect
37+
38+
### Changed
39+
- BLE generic gamepad driver now reuses USB HID parser for consistency
40+
41+
---
42+
943
## [1.8.0] — 2026-02-15
1044

1145
### Added

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.9.0

0 commit comments

Comments
 (0)