Skip to content

Commit

Permalink
Bump to v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNathannator committed Jan 5, 2024
1 parent 811d882 commit 7e498a2
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.4.5] - 05/01/2023

### Added

- The Guitar Praise guitar is now supported. This is the first guitar to be neither a `GuitarHeroGuitar` nor a `RockBandGuitar`, it is simply a `FiveFretGuitar`.

### Fixed

- Fixed the `SetMultiplier` method on `ISantrollerHaptics` using the wrong command ID when sending the command to the device.

## [0.4.4] - 22/12/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.4",
"version": "0.4.5",
"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 7e498a2

Please sign in to comment.