Skip to content

Commit

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

Dates are relative to UTC.

## [0.3.2] - 2023/27/05

### Changed

- All HID device layouts are now matched against their proper usages in addition to their vendor/product IDs.
- This avoids the crash that PS4 and Santroller layouts were causing on Windows.
- PS4 and Santroller device layouts have been re-enabled now that they no longer crash Unity.
- Reworked Santroller HID device layouts to no longer use a layout finder, instead they register multiple matchers for each variation.
- This will allow the proper layout to persist across editor domain reloads, rather than reverting to the fallback that was previously used for the layout finder.

## [0.3.1] - 2023/23/05

### 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.3.1",
"version": "0.3.2",
"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 fed96ae

Please sign in to comment.