List of changes:
- Expansion of the overlay key combo launcher implementation.
- New launch argument modes implementation.
- Users can add launch argument modes to overlay entries in
/config/ultrahand/overlays.ini. - For example, for
miniandmicroentry points on my Status Monitor fork, users can addmode_args=(-mini, -micro)as well asmode_labels=(Mini, Micro)for labeling them. - After adding
mode_args(ormode_argsandmode_labels) new mode options will appear within the overlay settings menu (Yon an overlay).
- Users can add launch argument modes to overlay entries in
- All
libultrahandcompiled overlays (compiled with v1.10.0+) now allow for quick launches.- This means you can jump from one overlay / overlay mode to another without ever returning to
ovlmenu.ovl.
- This means you can jump from one overlay / overlay mode to another without ever returning to
- Pressing the combo used to launch the overlay will now also return users back to
ovlmenu.ovl. - Setting combos will now also instantly be applied (no need to exit the menu).
- You can now also be anywhere within Ultrahand and trigger an instant jump to any overlay / overlay mode using key combos.
- New launch argument modes implementation.
- New
Launch Combosglobal toggle in theMiscellaneoussettings menu.- This will disable all overlay launch combos from working.
- Can be useful if you are playing a game that demands lots of button combinations.
- Critical bug fixes for menu navigation.
- The
ScriptOverlaywas actually still broken in v1.9.10 on certain menus. - These fixes address a lot of potential mishandling of pointers in
main.cpp.
- The
- Unzip commands have been improved and are now less prone to errors.
- Commands in progress will now properly hit 100% instead of going from 99% to complete.
- Cursor center focus has been slightly lowered.
- This prevents slight scrolling from kicking in after hitting the 4th item on the list.
- Slight re-organization of the
Miscellaneoussettings menu. - The overlay / package settings menu now displays the version, with slight formatting improvements.
- Changing the sort priority for overlays / packages now triggers an immediate jump to the item being sorted upon return.
- Various alignment corrections and bug fixes.
Full Changelog: v1.9.10...2602970