From 5cea9d1938c6545096248ee922da3bd72544c106 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 11 May 2023 00:19:29 -0600 Subject: [PATCH] New release (v0.2.3) --- Packages/com.thenathannator.plasticband/CHANGELOG.md | 11 +++++++++++ Packages/com.thenathannator.plasticband/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Packages/com.thenathannator.plasticband/CHANGELOG.md b/Packages/com.thenathannator.plasticband/CHANGELOG.md index 4190b3d..8f7374f 100644 --- a/Packages/com.thenathannator.plasticband/CHANGELOG.md +++ b/Packages/com.thenathannator.plasticband/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), Dates are relative to UTC. +## [0.2.3] - 2023/11/05 + +### Fixed + +- Fixed PS3 turntables still having the hardcoded report ID. +- Fixed 4-lane drumkits and RB solo frets not working correctly by removing a hardcoded offset in their layouts. + +### Added + +- Re-added face button controls to FourLaneDrumkit since those are no longer guaranteed to be handled by the pads. + ## [0.2.2] - 2023/04/05 ### Fixed diff --git a/Packages/com.thenathannator.plasticband/package.json b/Packages/com.thenathannator.plasticband/package.json index c2c78a2..4cdeacd 100644 --- a/Packages/com.thenathannator.plasticband/package.json +++ b/Packages/com.thenathannator.plasticband/package.json @@ -1,6 +1,6 @@ { "name": "com.thenathannator.plasticband", - "version": "0.2.2", + "version": "0.2.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",