github ppkantorski/Ultrahand-Overlay v1.6.7
Ultrahand Overlay 1.6.7

latest releases: v2.1.1, v2.1.0, v2.0.1...
14 months ago

List of changes:

  1. New optional command parameters for copy/cp, move/mv, and delete/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>
  2. Improvements and fixes to file_source toggle functions.

  3. Improved handling of null placeholder replacements.

  4. 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.
  5. 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

Don't miss a new Ultrahand-Overlay release

NewReleases is sending notifications on new releases.