You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed issue with advanced search scopes throwing a "cannot convert undefined or null to object" error, see #106
Merge view
Fixed pressing Ctrl + S closing the application
Fixed bug with merge status not being set properly when a plugin is removed from a merge, see #91
Edit Merge Modal
Merge methods are now listed as "Clean - Merge down (improved)" and "Clobber - Merge down (old)"
Added load order tab, plugins tab no longer allows reordering plugins. The load order tab allows you to edit the load order of a merge. Green entries are plugins that are part of the merge, and red entries are plugins which are positioned in a way that will create an error (hover over them for a tooltip explaining the issue)
Added support to "Use game load order" for merges.
Settings Modal
Added Archive Creation Settings tab
Merging
Added verification for master removal when cleaning masters for "Clean" merge method. The merge will still save files for debugging on failure to remove a master.
Fixed archive naming when copying a single archive
Improved merge down now handles records overriding or injected into plugins being merged correctly
Now ignoring case when searching for loose game assets
Fixed duplicate Form ID warnings
Added option to create a merged BSA
Now using temporary filename when merging (see #110). This allows creating a merged plugin with a filename the same as that of a plugin being merged
Now failing with an explicit error message when plugins aren't contiguous when using the clobber merge method
Merge files are now saved into a folder named after the merge merge - <MergeName>, see #97
Fixed issue with Form ID overflow when >128 plugins were loaded when merging, see #105
Changed default merge method to Clobber - will be changed back to Clean when it has been verified that the issue with CleanMasters causing an access violation exception has been confirmed to be resolved