R2API icon indicating copy to clipboard operation
R2API copied to clipboard

Bump BepInEx.Core from 5.4.19 to 5.4.21

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Bumps BepInEx.Core from 5.4.19 to 5.4.21.

Release notes

Sourced from BepInEx.Core's releases.

BepInEx 5.4.21

⚠️ BepInEx 5 now enters long term support (LTS) mode

BepInEx 5.4 is the last version of BepInEx 5 with major updates. Any BepInEx 5 releases starting version 5.4 will be minor and only contain fixes along with package version updates. Our main development focus now shifts to implementing BepInEx 6.

For developers: BepInEx 5 source code is now maintained on v5-lts branch. In turn master branch will start hosting BepInEx 6 source. All PRs regarding BepInEx 5 should be targeting that branch instead of master.

Changelog

  • Fixed new Unity.InputSystem support breaking on some Unity games (#446)

BepInEx 5.4.20

⚠️ BepInEx 5 now enters long term support (LTS) mode

BepInEx 5.4 is the last version of BepInEx 5 with major updates. Any BepInEx 5 releases starting version 5.4 will be minor and only contain fixes along with package version updates. Our main development focus now shifts to implementing BepInEx 6.

For developers: BepInEx 5 source code is now maintained on v5-lts branch. In turn master branch will start hosting BepInEx 6 source. All PRs regarding BepInEx 5 should be targeting that branch instead of master.

Changelog

  • Fixed KeyboardShortcut not working on games that use Unity.InputSystem instead of the legacy input system
    • This version additionally exposes UnityInput to manually check for input in a library-agnostic way. Note that using this API is discouraged! Instead, use KeyboardShortcut to ensure plugin compatibility
Commits
  • 0d06996 UnityInput: revert to null input in case of total failure
  • ea709e2 Bump version
  • 806d6d2 UnityInput: remove hard dependency on Unity.InputManager (fixes #446)
  • a79d657 UnityInput: Reformat, fix LegacyInputSystemAvailable not being static
  • e570405 Fix UnityEngine ref for BepInExTests
  • 286da9e Bump version
  • eb46150 Use UnityEngine.5.6.1; make Unity.InputSystem private
  • 957cb3f Merge pull request #444 from BepInEx/v5-inputwrapper
  • 7a328b3 Rename to UnityInput
  • 2522c99 Merge pull request #440 from BepInEx/v5-nuget
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Jul 20 '22 02:07 dependabot[bot]