Releases: NiceneNerd/BCML
Fix, fix, fix
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
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
towebviewb
to avoid conflicts - Auto select first mod in list
- New progress messages
- Code cleanup and such
Couple more fixes
- Fixes unnecessary admin error with CEF
- Fixes
AttributeError
for missing ref shops
UX stuff and bugfixes
- 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
- 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
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
v3.0.0b15 Tiny code cleanup, fix syntax error
Description bugfix
v3.0.0b13 Update publish.yml
Better stuff
The following things are now better:
- Edge support: No more StackOverflowException crashes
- Error messages
- Documentation
- Meta stuff
Edge support, AAMP fix
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.