github ppkantorski/Ultrahand-Overlay v1.9.6
Ultrahand Overlay 1.9.6

latest releases: v2.1.5, v2.1.4, v2.1.3...
4 months ago

List of changes:

  1. New commands set-json-val/set-json-value and set-json-key (similar to set-ini-val and set-ini-key).
    • set-json-val <JSON_PATH> <JSON_KEY> <JSON_VALUE>
      • This will set a value in a json according to a key.
      • If the json / key does not exist, it will be auto-created.
    • set-json-key <JSON_PATH> <JSON_KEY> <NEW_JSON_KEY>
      • This changes the name of a key in a json
      • Will do nothing if the json does not exist.
  2. Cleanup of all lingering visual glitches during menu navigation.
    • No more cursor flicker as pages transition.
    • Proper isolation / cleanup of jumpToItem execution.
    • The Language Menu will now also return to the last selected item after a language change (with translations properly applied).
  3. Updating Ultrahand from the Software Update page will now also update the version label stored in the HBAppStore's info.json.
    • This will prevent "new update" flags from appearing on the HBAppStore after updating Ultrahand from within itself.
      • Side-note: If you don't see the version label on the update command footer before clicking it, the version label will not be updated.
        • If HBAppStore does not have the latest version, the store will still say that there is an update available.
  4. Various alignment corrections (tables, scrollbar, list height corrections, internal List corrections, etc).
  5. Various scrolling related fixes and improvements.
  6. Various bug fixes and code optimizations.

Full Changelog: v1.9.5...v1.9.6

Quick update:

  • Lingering memory leak fixed for rapid language changes. - 6/23/2025 6:12 AM PST (UPDATE IS RECOMMENDED)
  • Last minor bug fix:
    • Table drawer wasn't properly updating colors on the main menu. - 6/23/2025 7:55 AM PST
      • You'd only notice if you have a table on the page that you are returning to after changing themes.
  • Final fix:
    • Rounded rects drawing out of bounds bug fix (like touching next page on Japanese for instance). - 6/23/2025 10:24 AM PST
    • This was causing a crash because of my renderer optimizations. Should all be good now.
      • Alignments will be corrected in the next version.
        Full Changelog: v1.9.6...907f143

Don't miss a new Ultrahand-Overlay release

NewReleases is sending notifications on new releases.