Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNathannator committed Jul 28, 2023
1 parent 07e7485 commit 85b52c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion Packages/com.thenathannator.plasticband/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

Dates are relative to UTC.

## Unreleased
## [0.3.3] - 2023/28/07

### Added

- Preliminary support for the XInput `GuitarBass` subtype has been added. Unsure if it has different input features compared to a regular Rock Band guitar, confirmation needed.

### Changed

- The pickup switch on Xbox 360/PS3/Wii Rock Band guitars is now properly supported. It is now exposed as an integer control instead of an axis, ranging from 0 to 4 for each of the 5 notches on the guitar.
- The pickup switch on PS4 guitars is not confirmed to be supported, it has to be defined somewhere in the input layout for things to work so I've had to guess where it is for now lol
- Santroller device support has been updated to support the latest version of the HID reports.
- The control name for the PS button on PS3 instruments has been updated to be more generic (`psButton` -> `systemButton`).
- The instrument button on Wii Rock Band instruments now has the correct display name, rather than appearing as the PS button.

### Fixed

- The left platter buttons on PS3 turntables should now register correctly, they were off by 1 bit lol
- Wii RB3 Pro Keyboards should now register correctly, they were registered under the PS3 keyboard's hardware IDs on accident.

## [0.3.2] - 2023/27/05

Expand Down
2 changes: 1 addition & 1 deletion Packages/com.thenathannator.plasticband/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.thenathannator.plasticband",
"version": "0.3.2",
"version": "0.3.3",
"displayName": "PlasticBand",
"description": "An add-on for the Unity InputSystem package that adds special bindings for Rock Band and Guitar Hero peripherals, such as guitars and drums.",
"unity": "2019.4",
Expand Down

0 comments on commit 85b52c7

Please sign in to comment.