Skip to content

Releases: doyaGu/BallancePlayer

v0.3.8

25 Sep 22:20

Choose a tag to compare

v0.3.8 (2025-09-25)

Bug Fixes

  • Fixed an issue where the window became invisible when switching from fullscreen to windowed mode.

v0.3.7

25 Sep 00:30

Choose a tag to compare

v0.3.7 (2025-09-24)

New Features

  • Added support for external configuration file change detection and merging.

Bug Fixes

  • Fixed an issue where plugin calls to ClipCursor could be disrupted when the ClipCursor setting was disabled.

v0.3.6

21 Aug 00:34

Choose a tag to compare

v0.3.6 (2025-08-20)

Changes

  • Switched from ANSI to Unicode to improve compatibility and internationalization support.

v0.3.5

23 May 21:22

Choose a tag to compare

v0.3.5 (2025-05-23)

New Features

  • Introduced a standalone configuration tool for easier management of game settings.
  • Added support for loading custom game compositions.

Bug Fixes

  • Fixed a crash that could occur when enabling verbose logging.

Changes

  • Removed deprecated settings: LoadAllManagers, LoadAllBuildingBlocks, and LoadAllPlugins.
  • The game no longer pauses by default when the window is deactivated.

v0.3.4

25 Apr 04:14

Choose a tag to compare

v0.3.4 (2025-04-24)

New Features

  • Added support for DPI awareness handling to improve display scaling across different monitor configurations.

Bug Fixes

  • Fixed an issue with the command line parser that could cause incorrect parameter handling.
  • Resolved an irregular game acceleration issue that occurred when frequently switching between windowed and fullscreen modes.

Changes

  • Removed the deprecated PauseOnDeactivated setting.
  • Enhanced error handling with more descriptive messages and improved recovery from common failure states.

v0.3.3

02 Oct 01:38

Choose a tag to compare

v0.3.3 (2024-10-01)

New Features

  • Added the LogMode setting to control log mode.
  • Added the Verbose setting with the --verbose option to control debug log output.
  • Introduced the ApplyHotfix setting with the --no-hotfix option to control whether script hotfixes are applied.
  • Added the ClipCursor setting with the --clip-cursor option to manage cursor clipping behavior.
  • Added more graphics settings and options.
  • Improved error messaging for better clarity.

Changes

  • Logs now overwrite the existing file instead of appending to it.
  • Reorganized configuration categories for better structure.
  • Where possible, relative paths are now used.

v0.3.2

16 Jul 02:42

Choose a tag to compare

v0.3.2 (2024-07-16)

Changes

Bug Fixes

  • Fix broken plugin registration.

Changed

  • Create window in the center of the screen by default.

v0.3.1

20 Jun 15:57

Choose a tag to compare

v0.3.1 (2024-03-04)

Changes

Bug Fixes

  • Fix possible abnormal resolution problem.

v0.3.0

15 Jan 00:43

Choose a tag to compare

v0.3.0 (2023-05-20)

Changes

News

  • Add a new setting ChildWindowRendering and corresponding command-line option --child-window-rendering to control whether to render in a child window.

Bug Fixes

  • Fix a possible black screen problem during full-screen switching.

Changed

  • No longer to render in a separate window by default.