github IllusionMods/IllusionModdingAPI v1.46
Illusion Modding API v1.46

7 hours ago

What's Changed

  • feat(tablet): improve Wintab API documentation and add configurable context initialization by @rnetiks in #100
    • Breaking change! As far as I know no plugin used the old API, so it should be fine, probably.
  • Add GlobalContextMenu API by @ManlyMarco in #105
    • Can be used to open a custom context menu anywhere, works with both CanvasUI and IMGUI.
    • See the docs for usage information.
  • Add Studio Left Toolbar Button Hiding by @itsnttt in #106
    • Allows users to hide unwanted toolbar buttons. Buttons flash when in Edit Mode (White = Visible / Red = Hidden).
    • Edit mode field is enabled via a new right-click context menu on the "option" button (top right in studio).
    • Added buttons for resetting positions and showing all buttons to the context menu.
  • Add config option to disable local texture support by @Copilot in #101
    • If you never use the local textures mode and want to hide the selection box when saving characters and scenes, you can now turn it all off in plugin settings, search for "Enable local texture support". You may have to restart your game.
  • Add CI workflow by @ManlyMarco in #107
    • If you'd like to test not-yet-released features you can download the latest nightly builds from the CI workflow.

New Contributors

Full Changelog: v1.45.1...v1.46

Don't miss a new IllusionModdingAPI release

NewReleases is sending notifications on new releases.