Skip to content

Commit

Permalink
Bump to v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNathannator committed Dec 6, 2023
1 parent 615c505 commit b8fe9bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Packages/com.thenathannator.plasticband/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

Dates are relative to UTC.

## [0.4.3] - 05/12-2023

### Fixed

- The 4-lane drumkit layouts now ensure they report a non-zero velocity for all pad/cymbal hits.
- The 5-lane drumkit layouts don't make the same guarantee currently, as a velocity value of 0 is used to differentiate between pads/cymbals and face buttons.
- Santroller stage kit layouts are now registered correctly.
- Santroller XInput 6-fret guitars are also now registered correctly, they were incorrectly being registered as regular XInput 6-fret guitars.

## [0.4.2] - 15/11/2023

### Fixed
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.4.2",
"version": "0.4.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 b8fe9bf

Please sign in to comment.