List of changes:
- Menu navigation has been significantly cleaned up utilizing the new jump to item implementations.
- Returning to the exact overlay entry you launched on the menu (on both the OverlaysandHidden Overlayspages).
- Auto navigation to the checkmark on dropdown selections.
- Page caching for smoother page to page transitions.
- Left to right page swaps now have seamless transitions.
 
- Returning to the exact overlay entry you launched on the menu (on both the 
- New Show Hiddentoggle inSettings > UI Settings > Miscellaneous > Menu Items.- This will hide your hidden tabs on the OverlaysandPackagespages.
- Hidden overlays with Show Hiddenset to off will also have their launch combos blacklisted.
- This should be useful for giving your device to a kid to play without having them mess-up something critical.
 
- This will hide your hidden tabs on the 
- Numerous across the board code optimizations.
- Slightly faster rendering than v1.9.2.
 
- Tables will now only poll new values when placeholders are present.
- Complete cleanup of alignments (including table alignments).
- Complete cleanup/rewrite of the Listclass inlibteslafor seamless menu navigation.
- Various touch scrolling bug fixes (especially for touch scrolling on tables, then resuming with controller input).
- Jump menu navigation can now be used in packages (expansion of refreshcommand).- refresh <ITEM_NAME> [ITEM_VALUE]will auto-return the cursor to the item that fits the match.
- ITEM_VALUEis optional and does not have to be defined.
- ITEM_NAMEis only optional with a blank string as its value, i.e.- ''.
 
- Numerous bug fixes and corrections.
Full Changelog: v1.9.2...v1.9.3
Update: (Users should run update again for proper polling isolation.)
- New ;polling=table header (true/false) for placeholder polling. (falseby default)- This will make it easier for users to manually specify when placeholder polling should be enabled.
- Notice: Projects leveraging placeholder polling will need to set ;polling=trueon their table commands.
 
Full Changelog: v1.9.3...a592584