List of changes:
-
New optional command parameters for
copy
/cp
,move
/mv
, anddelete
/del
commands for transfer logging and bulk executions.a. File manipulation logging:
-log_src
/-log_dest
(outputs a text list for source file and destination file locations)copy <source_file_path> <destination_file_path> -log_src <src_output_txt_file_path> -log_dest <dest_output_txt_file_path>
move <source_file_path> <destination_file_path> -log_src <src_output_txt_file_path> -log_dest <dest_output_txt_file_path>
delete <source_file_path> -log_src <src_output_txt_file_path>
b. Bulk execution:
-src
/-dest
(utilizes text lists to perform transfer operations on all entries)copy -src <src_input_txt_file_path> -dest <dest_input_txt_file_path>
move -src <src_input_txt_file_path> -dest <dest_input_txt_file_path>
delete -src <src_input_txt_file_path>
-
Improvements and fixes to
file_source
toggle functions. -
Improved handling of
null
placeholder replacements. -
Corrections to
isDangerousCombination
(the dangerous pattern combination detection function).- The following paths are now ultra-protected (unable to delete or move files from):
sdmc:/Nintendo/Contents/
sdmc:/Nintendo/save/
sdmc:/emuMMC/RAW1/Nintendo/Contents/
sdmc:/emuMMC/RAW1/Nintendo/save/
- Slight improvements to dangerous pattern detection.
- The following paths are now ultra-protected (unable to delete or move files from):
-
Updates to Mod Alchemist (now v0.4.6, requires Ultrahand v1.6.7+).
- Now utilizes the new command options for managing "Contents" mods.
Full Changelog: v1.6.6...v1.6.7