Skip to content

Ultrahand Overlay 1.5.7

Compare
Choose a tag to compare
@ppkantorski ppkantorski released this 10 May 11:28
· 239 commits to main since this release
b1438cf

List of changes:

  1. 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>
  2. 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 of cp, 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.
  3. 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.
  4. Across the board optimizations and code revisions for faster functions with reduced memory.
    • Numerous revisions and improvements to libultra.
  5. 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