Ultrahand Overlay 1.6.1
List of changes:
- New command mode
;mode=slot
for slot commands.slot
commands are similar todefault
, but with the ability to set footers (similar to anoption
command).
- Various placeholder replacement bug fixes.
- Preservation of
null
arg with default toNot available
upon final replacement. - Placeholder replacements now no longer contribute to command success/failure. (determined now solely by commands themselves.)
{file_name}
replacements no longer include file extensions.
- Preservation of
- Hex edits will now be unprocessed for
null
arguments and still return successful. (bug fix) - New placeholder
{timestamp(<strftime>)}
for logging time as a variable.strftime
are datetime formats like"%Y-%m-%d"
.
- Nested layers bug fix (for nested layers beyond layer 1).
- Package forwarder bug fixes.
- Slight tweaks to libtesla.
Full Changelog: abc7092...v1.6.1