Skip to content

Latest commit

 

History

History
78 lines (41 loc) · 1.54 KB

File metadata and controls

78 lines (41 loc) · 1.54 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.3.5] - 2026-06-03

Fixed

  • Fixed UPM CLI installation path in sign and release workflow to avoid adding it to the package.

[0.3.4] - 2026-05-18

Security

  • Added sign and release workflow to sign and release a UPM package when a Git tag is pushed.

[0.3.3] - 2024-12-27

Changed

  • Updated source code license from GPL 3.0 to LGPL 3.0, so that larger works can use the library without disclosing their source code.

[0.3.2] - 2024-07-27

Fixed

  • Take the base input layout into account when creating sprites for inputs.

[0.3.1] - 2024-07-25

Added

  • Functions to convert input controls to sprites.

[0.3.0] - 2024-06-16

Added

  • Editor attributes for using action map and control scheme property drawers.

[0.2.0] - 2024-06-07

Changed

  • Updated some method names to make clear what they do.
  • Updated package information.

[0.1.3] - 2024-02-22

Changed

  • Updated package information.

[0.1.2] - 2023-12-22

Added

  • Rebinding methods for binding paths.

Fixed

  • Binding indices are propagated properly now.
  • Fixed a bug in returning the correct most specific control scheme.

[0.1.1] - 2023-11-27

Changed

  • Updated package information.

[0.1.0] - 2023-06-27

Added

  • Input system utilities to abstract away bindings and sprites.