List of changes:
- Forward list caching has been properly implemented.
- This allows
jumpToItemto seamlessly transition during forward navigation (like in v1.9.3, but with no memory leaks).
- This allows
- Refresh commands with
jumpToItemare now moved torefresh-to.- Called
refresh-to <ITEM_NAME> [ITEM_VALUE] [EXACT_MATCH]. - Exact match is an optional
true/falsevalue, set totrueby default.- When
false, it will check if the value / versions are contained within the strings rather than an exact match.
- When
- Called
- Various fixes to scrolling, touch scrolling, as well as table scrolling.
- Fixes to download commands using a completion timeout (cancelling downloads early).
- This completion timeout was added by mistake and could make downloads of large files fail.
- New language
Ukrainianhas been added. - Additional key combos have been added to the combo list.
- Table wrapping alignments have been corrected.
- Various bug fixes and corrections.
Full Changelog: 6d027f9...v1.9.5