From 8e58466f0e29f434bff735ecbe6f6481b796b3c2 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 8 May 2024 19:09:08 -0600 Subject: [PATCH] v0.7.1 --- Packages/com.thenathannator.plasticband/CHANGELOG.md | 10 ++++++++++ Packages/com.thenathannator.plasticband/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Packages/com.thenathannator.plasticband/CHANGELOG.md b/Packages/com.thenathannator.plasticband/CHANGELOG.md index 0a86886..d54a850 100644 --- a/Packages/com.thenathannator.plasticband/CHANGELOG.md +++ b/Packages/com.thenathannator.plasticband/CHANGELOG.md @@ -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.7.1] - 09/05/2024 + +### Changed + +- The display names for start/select on PS4/5 guitars have been corrected to be "Options"/"Share", respectively. + +### Fixed + +- Fixed an off-by-one error on PS4/5 Riffmasters, causing incorrect input recognition. + ## [0.7.0] - 01/05/2024 ### Added diff --git a/Packages/com.thenathannator.plasticband/package.json b/Packages/com.thenathannator.plasticband/package.json index 835d7e6..75b76d0 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.7.0", + "version": "0.7.1", "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",