Stability Update
List of changes:
- Bug fixes for
file_sourcetoggles.- There were issues with
file_sourcenot being properly resolved with subsequent clicks tofile_sourcetoggles. - Issues should now be resolved.
- There were issues with
- Sorting related bug fixes for command grouping
split5. - New method
flagfor generating empty text files with the name of files/folders within a directory- Called
flag <input_path_wildcard_pattern> <output_dir>. - Might not be particularly useful in most cases, but it is essential for proper management of active contents mods within
Mod Alchemist.
- Called
- Tweaks / improvements to
dangerous patterndetection.- Patterns with multiple
*next to each other (i.e.**or***, etc) are now considered dangerous and will return a failed command formoveanddelete. null*and*nullare also considered to be dangerous patterns (failed placeholder replacements).- Cleanup of failed placeholder replacements to return
nullinstead of empty values when necessary.```
- Patterns with multiple
ScriptOverlay(minus on a command) related bug fixes.- Slight corrections to
compareas well assplitandsliceplaceholder methods. - Slight code optimizations.
Full Changelog: 06f9666...v1.8.7