List of changes:
- New commands
set-json-val/set-json-valueandset-json-key(similar toset-ini-valandset-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.
- Cleanup of all lingering visual glitches during menu navigation.
- No more cursor flicker as pages transition.
- Proper isolation / cleanup of
jumpToItemexecution. - The Language Menu will now also return to the last selected item after a language change (with translations properly applied).
- Updating Ultrahand from the
Software Updatepage will now also update the version label stored in the HBAppStore'sinfo.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.
- 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.
- This will prevent "new update" flags from appearing on the HBAppStore after updating Ultrahand from within itself.
- Various alignment corrections (tables, scrollbar, list height corrections, internal
Listcorrections, etc). - Various scrolling related fixes and improvements.
- 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.
- Table drawer wasn't properly updating colors on the main menu. - 6/23/2025 7:55 AM PST
- 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
- Alignments will be corrected in the next version.