Releases: pjeby/quick-explorer
Releases · pjeby/quick-explorer
0.2.12
0.2.11
Add vim-style navigation hotkeys (mod-hjkl)
0.2.10
Prevent menu offscreen w/over-full status bar
0.2.9
Fix for menu changes in 1.7
0.2.8
Fix 1.x view headers on new/empty tabs
0.2.7
Support dragging off hover editors
0.2.6
Fix closing hover editors on click/right arrow
0.2.5
Keep hover editors from closing when mouse moves
If the mouse recently opened a hover editor and you left it there, Quick Explorer would open hover previews and then immediately close them. This version fixes that issue and generally prevents mouse movements from affecting hover editors opened by Quick Explorer.
0.2.4
Fix keyboard selection jitter during hover
Previously, if you used arrows or home/end to navigate a menu/folder that was taller than the available space, and the mouse was over any part of the menu, the selection would jump to the item at the mouse position (because the browser issues a new mouseover event when the items scroll up or down).
This release fixes that issue by ignoring mouseover events when the mouse hasn't moved relative to the screen.