Skip to content

Commit

Permalink
release 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rune580 committed Apr 14, 2024
1 parent 0d5c6b9 commit 3542563
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### [0.7.4]

Locale:
- Russian translation by @Singularia

Developer Experience Improvements:

Keyboard, Mouse, and Gamepad have generated Enums under the `LethalCompanyInputUtils.BindingPathEnums` namespace.
These enums are called `KeyboardControl`, `MouseControl`, and `GamepadControl` respectively.
These enums contain **all** the keys/buttons that are accepted by Unity's InputSystem.

The docs have been updated to reflect usage of the Enums, you may still use the string input paths if you'd like.

### [0.7.3]

Mod Integration:
Expand Down
2 changes: 1 addition & 1 deletion LethalCompanyInputUtils/LethalCompanyInputUtilsPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class LethalCompanyInputUtilsPlugin : BaseUnityPlugin
{
public const string ModId = "com.rune580.LethalCompanyInputUtils";
public const string ModName = "Lethal Company Input Utils";
public const string ModVersion = "0.7.3";
public const string ModVersion = "0.7.4";

private Harmony? _harmony;

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LethalCompany_InputUtils",
"version_number": "0.7.3",
"version_number": "0.7.4",
"website_url": "https://github.com/Rune580/LethalCompanyInputUtils",
"description": "API/Library for creating Unity InputActions with in-game re-binding support. Provides an alternative UI that allows for supporting mods to have in-game re-bindable keybinds.",
"dependencies": [
Expand Down

0 comments on commit 3542563

Please sign in to comment.