Skip to content

v0.22.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 20:07
· 78 commits to master since this release

What's Changed with MonkeyLoader

Full Changelog: MonkeyModdingTroop/MonkeyLoader@v0.24.0...v0.24.15

What's Changed

  • Show monkeys and their toggles first in mod configs, update locales and tooltips by @Nytra in #79
  • Readme: Remove array editing mention, add info for how to disable, add new features by @Nytra in #80
  • Improve Tooltips with Hovertime, Scaling, and Display by @Nytra in #81
  • Tweak Session Share Component by @Banane9 in #83
  • Refactor Inspector / Event Handler Monkey classes by @Banane9 in #82
  • Remove Vanilla Tooltips by @Banane9 in #85
  • Add Tooltip Resolver for Hyperlinks and extra caching by @Banane9 in #84
  • Fix null exception in tooltip button delegate handler by @Nytra in #87
  • Update dependencies and add fix for plugin weaving by @Banane9 in #88
  • Remove Open Linked DynamicVariableSpace Monkey by @Banane9 in #89
  • Update hyperlink tooltips with optional additional data by @Banane9 in #90
  • Add more dynamic variable extensions by @Banane9 in #94
  • Rework Inspector-Generation Related Integration by @Banane9 in #91
  • Make ResoniteLogToConsole properly Asynchronous by @Banane9 in #96
  • Add DynamicVariableIdentity struct and more extensions by @Banane9 in #97
  • Add support for nullable enums, and improve standalone facets by @Nytra in #86
  • Add Helpers for settings DataFeed by @Banane9 in #99

Full Changelog: v0.21.2...v0.22.1

Install

To install just the Game Packs, place the provided MonkeyLoader.GamePacks.Resonite.nupkg and MonkeyLoader.GamePacks.Resonite.Unity.nupkg files into your MonkeyLoader/GamePacks/ folder.
Alternatively, unzip the provided MonkeyLoader-v0.24.15+Resonite-v0.22.1+RML-v3.0.5.zip into Resonite's install folder to install the latest versions of MonkeyLoader, the Game Packs for Resonite, and the ResoniteModLoader compatibility package.

To develop with, add the following to your project file or Directory.Build.props file and reference the necessary packages through NuGet:

<PropertyGroup>
        <RestoreAdditionalProjectSources>
            https://pkg.munally.com/MonkeyModdingTroop/index.json;
            https://pkg.munally.com/ResoniteModdingGroup/index.json
        </RestoreAdditionalProjectSources>
</PropertyGroup>

You may also need to add the URLs https://pkg.munally.com/MonkeyModdingTroop/index.json and https://pkg.munally.com/ResoniteModdingGroup/index.json as package sources inside VS and set up package mappings.