github ppkantorski/Ultrahand-Overlay v1.6.8
Ultrahand Overlay 1.6.8

latest releases: v2.1.8, v2.1.7, v2.1.6...
16 months ago

List of changes:

  1. Introduction of ini_file_source function and expansion of ini_file function.
    • Dropdown selections can now use ini_file_source <PATH_TO_INI> which will return a list of ini section name.
    • Introduction of new placeholder index replacements selections{ini_file(<INDEX>)} / {ini_file_source(*)} for returning section names. (regular usage of ini_file placeholder calls will still function the same way, as well as ini_file_source)
  2. Named step-trackbars can now use standard json_source, json_file_source, and ini_file_source source functions and placeholder replacements.
  3. Expansion of filter to non-path type entries in dropdown selections.
    • Called filter <NAME_OF_ENTRY>.
  4. Expansion of exit command to exit directly to the overlays menu or packages menu.
    • Called exit overlays / exit packages.
  5. Expansion of refresh command.
    • refresh theme: reload/refresh the current current loaded theme (/config/ultrahand/theme.ini)
    • refresh package: reload/refresh the current working package (redraws menu)
  6. Introduction of compare function to compare two text file lists and output a duplicate files list.
    • Called compare <PATH_TO_TXT_1> <PATH_TO_TXT_2> <OUTPUT_TXT_PATH>.
  7. New option -copy_filter / -cp_filter for move / mv commands utilizing -src + -dest.
    • Called move -src <SRC_TXT> -dest <DEST_TXT> -copy_filter <FILTER_TXT>.
    • This will run a copy instead of move for files in the filter list text file.
  8. Introduction of new placeholder function split for splitting strings.
    • Called {split(<STRING>,<PATTERN>,<INDEX>)}.
    • For example, if the string is Test - String, the pattern is " - ", and the index is 0, the output would be Test.
  9. Updates to the pre-generated /switch/.packages/package.ini root package file to include Reboot To (for booting directly into /bootloader/hekate_ipl.ini boot entries.
    • Notice: Users may need to delete /switch/.packages/package.ini for it to generate a new one.
  10. Various optimizations to the command interpreter, file manipulation logging, bulk execution implementations, and to move / mv operations.
  11. Additional tweaks to the dangerous pattern detection function.
  12. Update to Mod Alchemist now at v0.4.7.
    • Bug fixes for toggling content mods with duplicate files (utilizing -copy_filter and compare).

Full Changelog: v1.6.7...v1.6.8

Update:

  • Filter bug fix. (affected Reboot To) - 07/22/2024 2:53 PM PST
  • Addition of -filter <FILTER_TXT> command option for move, copy, and delete. - 07/22/2024 8:35 PM PST
    • This allows for filtering of bulk executions (-src / -dest).

Full Changelog: v1.6.8...cc7afad

Don't miss a new Ultrahand-Overlay release

NewReleases is sending notifications on new releases.