Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 11:57
· 73 commits to master since this release

Added

  • Added new mod option field noNamePadding that disables the padding after the option name
  • INPUT_FIELD can now have a name
  • Added optional onInit and onDeinit functions to visible mod options
  • Added CCModManager badge to README.md

Changed

  • Added spacing between INPUT_FIELD and INFO

Fixed

  • Improve browser compatibility
  • Improve menu opening performance
  • Fix mod icon loading sometimes throwing errors on CCLoader3
  • Improve compatibility with CrossCode v1.0.2-2 (speedrunner branch)
  • Fix game crash when trying to enable a mod that has missing dependencies
  • Show a prompt to enable installed mod dependencies when they are disabled after installation
  • Fix an error message being printed when in mod options menu that contains an OBJECT_SLIDER and resizing a window
  • Don't install library mods that are built into CCLoader3 (input-api, extension-assert-preloader, nax-module-cache)
  • Fix game freeze when inputting large nonsense repository url
  • Fix focus highlight of INPUT_FIELD without validation being shorter than the input field
  • Fixed INPUT_FIELD, BUTTON and INFO mod option types eating their header
  • Fix menu stack getting popped too many times on opening the mod manager help menu resulting in the game being stuck in the mod manager menu
  • Fix mod tags and authors not showing up on mod that aren't in the database
  • Fix mod tags overflowing out of bounds when they are too long