Skip to content

Releases: pjeby/quick-explorer

0.2.10

10 Aug 04:15
Compare
Choose a tag to compare

Prevent menu offscreen w/over-full status bar

0.2.9

09 Aug 06:19
Compare
Choose a tag to compare

Fix for menu changes in 1.7

0.2.8

11 Jan 06:38
Compare
Choose a tag to compare

Fix 1.x view headers on new/empty tabs

0.2.7

02 Dec 04:23
Compare
Choose a tag to compare

Support dragging off hover editors

0.2.6

25 Nov 05:29
Compare
Choose a tag to compare

Fix closing hover editors on click/right arrow

0.2.5

24 Nov 05:56
Compare
Choose a tag to compare

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

21 Nov 22:47
Compare
Choose a tag to compare

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.

0.2.3

09 Nov 01:44
Compare
Choose a tag to compare

Don't include file counts in search (Fix #63)

0.2.2

07 Oct 00:09
Compare
Choose a tag to compare

Support the Menu key for opening context menus

0.2.1

25 Sep 04:30
Compare
Choose a tag to compare

Fix some issues with preview popups/hover editor