Skip to content

Releases: doyaGu/BallanceModLoaderPlus

v0.3.5

18 Jan 04:29
Compare
Choose a tag to compare

v0.3.5 (2025-01-17)

Important: Ensure that you have the Microsoft Visual C++ Redistributable version 14.40 or later installed. You can download it from the official Microsoft website.

New Features

  • Added support for displaying suggestions during command completion.

Fixes

  • Fixed issues with the Tab completion functionality for the command line.
  • Fixed an issue where messages failed to display before opening the command line.
  • Prevented ImGui from capturing mouse and keyboard input after closing the command bar.

Changes

  • Fixed the Tab completion functionality for the command line.
  • Removed the behavior where game input was disabled when ImGui required input capture.
  • Removed the ability to disable mods to simplify the implementation.
  • Changed the behavior when searching for custom maps: resetting the current page to the first page upon changing keywords.
  • Updated ImGui to version 1.91.7.

v0.3.4

15 Oct 03:02
Compare
Choose a tag to compare

v0.3.4 (2024-10-14)

Important: To install this version, please make sure to reinstall the latest Microsoft Visual C++ Redistributable.

New Features

  • Supported disabling mods in the Mod Menu.
  • Supported multi-level custom map browsing.
  • Added the MessageCapability setting to define the maximum number of messages to display.
  • Added the CustomMapTooltip setting to enable tooltips for custom map names in the Map Menu.
  • Introduced a history command to print and clear command history.
  • Enabled saving and loading of command history.
  • Added configuration options to control loading and saving of ImGui settings.

Fixes

  • Fixed an issue where the UI would overlap on the Mod Page when a mod has more than four configuration categories.
  • Reset the page after closing the Map Menu.
  • Prevented ImGui from capturing mouse and keyboard input after closing the command bar.

Changes

  • Rearranged built-in configurations in the Mod Menu.
  • Removed unused components such as implot.
  • Trimmed RenderHook to reduce file size.
  • Removed the mechanism to ignore old versions.
  • Overhauled the Configuration API, adding support for configuration lists.
  • Updated ImGui to version 1.91.3.

v0.3.3

22 Sep 02:05
Compare
Choose a tag to compare

v0.3.3 (2024-09-21)

Important: To install this version, please make sure to reinstall the latest Microsoft Visual C++ Redistributable.

Updates

  • Added support for custom map loading with .cmo file extension.
  • Mod Menu now allows for a customizable page layout, offering mod developers greater flexibility in interface design.

Fixes

  • Resolved an issue with the command bar’s auto-completion.
  • Corrected a problem where modified values in the Mod Menu reverted to default after switching pages.
  • Fixed the broken EventPublisher.

Changes

  • Updated imgui to version 1.91.2.

v0.3.2

27 Jul 14:49
Compare
Choose a tag to compare

v0.3.2 (2024-07-27)

Attention: Updating to the new version requires reinstalling the latest Microsoft Visual C++ Redistributable.

News

  • Added the ability to load a second font.

Bug Fixes

  • Fixed crashes when connecting certain peripherals, such as controllers.
  • Fixed the issue where the map name in BMMO was displayed as a hash value.

Changed

  • Improved the speed of loading and unloading mod.
  • Improved the user experience of the ModMenu.
  • Reduced font memory usage.

v0.3.1

20 Jun 15:50
Compare
Choose a tag to compare

v0.3.1 (2024-06-20)

Bug Fixes

  • Fix incidental crash on exit problem.

v0.3.0

17 Jun 04:27
Compare
Choose a tag to compare
Update RenderHook