Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Releases: NiceneNerd/BCML

Fix, fix, fix

06 Jul 19:10
Compare
Choose a tag to compare

Bugfixes

  • Fix mod comparison view
  • Fix KeyError on some older BNPs
  • Misc pack merge fixes
  • Drop merger fixes
  • Safety boost for .bdmgparam RSTB

Other

  • Remove Common.sblarc pack merger exclusion
  • Exclude event packs from pack merger

Fixer upper

02 Jul 18:35
Compare
Choose a tag to compare

This release patches a few significant bugs, plus has a couple additional changes:

Bugfixes

  • Fix problem with nested pack merging
  • Fix RSTB values for .hkrb files
  • Fix hash listing and RSTB entries for AocField files

Other

  • Add Reprocess button
  • Rename webview to webviewb to avoid conflicts
  • Auto select first mod in list
  • New progress messages
  • Code cleanup and such

Couple more fixes

27 Jun 12:03
Compare
Choose a tag to compare
  • Fixes unnecessary admin error with CEF
  • Fixes AttributeError for missing ref shops

UX stuff and bugfixes

22 Jun 18:50
d13b2c9
Compare
Choose a tag to compare
  • White window bug should be fixed
  • Added hints to folder select placeholders
  • New error message for MSHTML webview
  • Added bcml-install-cef command to simplify switching for people with EdgeHTML problems
  • Run server in second process
  • Exclude meta folder from export
  • Code cleanup

Smoothing out

18 Jun 03:17
Compare
Choose a tag to compare
  • Fixes bug involving shop.log
  • Bundles pywebview dependency for following benefits:
    • No more crash on resizing with CEF
    • No more debug going haywire on Qt
    • Lower chance of hanging server thread
  • New, native errors dialogs for when app can't start
    • Error for missing Visual C++ redistributable
    • Error for launching as admin with EdgeHTML

Shop merger and misc

14 Jun 21:55
Compare
Choose a tag to compare

The biggest change with this new release is the implementation of a shop merger from @GingerAvalanche. Note about the new shop merger: I highly recommend doing fresh installs of existing mods that edit shops through their graphic pack versions or creating new BNPs. Previous versions of BCML handled shop edits through the general AAMP merger, and using previous BNPs that logged shop edits with that merger may cause unexpected behavior.

Other changes:

  • A full remerge is now performed with every action, so no more manual remerges should be required in most cases
  • No UAC prompt on Windows installer
  • Slight UI improvements (including more fun status updates from @CEObrainz)
  • Attempts to use CEF by default if installed

Fix broken app

09 Jun 12:06
Compare
Choose a tag to compare
v3.0.0b15

Tiny code cleanup, fix syntax error

Description bugfix

29 May 21:53
950eb6c
Compare
Choose a tag to compare
v3.0.0b13

Update publish.yml

Better stuff

27 May 20:44
Compare
Choose a tag to compare

The following things are now better:

  • Edge support: No more StackOverflowException crashes
  • Error messages
  • Documentation
  • Meta stuff

Edge support, AAMP fix

22 May 20:31
Compare
Choose a tag to compare

New beta adds tentative support for EdgeHTML as a renderer, removing the CEF requirement on Windows, and also fixes a fairly significant AAMP merging bug.