Ultrahand Overlay 1.5.7
List of changes:
- New function
remove-ini-key
for removing key/value pairs from a specified INI section.remove-ini-key <path_to_ini> <desired_section> <desired_key>
- Unzip / copy progress indicator for background commands in progress. (similar to the download progress indicator)
- WARNING:
cp
/copy
now behaves more like the Shell / Bash version ofcp
, where it copies contents from the specified directory directly to the specified directory. it no longer forces a copy of the folder, requiring a potential rename.
- WARNING:
- Buffer s and heap memory are now configurable from
/config/ultrahand/config.ini
. (see new package Memory Config)- This was added for additional configurations during testing.
- When properly set, functions may gain a speed improvement. But configure with caution.
- Across the board optimizations and code revisions for faster functions with reduced memory.
- Numerous revisions and improvements to
libultra
.
- Numerous revisions and improvements to
- Various minor bug fixes.
Full Changelog: 403f247...v1.5.7
Update:
- Copy folder related bug fix. (05/10/2024 6:51 AM PST)
hex-by-custom-rdecimal-offset
bug fix. (05/10/2024 4:59 PM PST)- More slight optimizations + bug fixes with hexing. (05/10/2024 11:14 PM PST)
Full Changelog: v1.5.7...24dc079