Note: BETA versions are a work in progress and might contain fresh bugs.
You have been warned.
- * Menu File | Rename (in List): Now, if the focused item is not selected it is inline-renamed without selecting it or changing any current selections. And if the focused item is selected then it is inline-renamed if there is only one selection, else batch rename is triggered for all selected items.
Note that the Batch Rename command (Shift+F2) still functions as before and applies to the selected items regardless of the focus. - ! Menu Edit | New | New Folder (...): If the new folder template contained a dot everything right of the last dot was falsely interpreted as an extension, and any number suffix was inserted before that extension. Fixed.
- ! Command Line: Selecting a file directly from command line did not work. Fixed. Now you can do
XYplorer "C:\Folder\File.txt"
and XY opens at C:\Folder\ and selects File.txt. - ! Dropdown Lists: Could crash when the current item contained a "[" without a matching "]". Fixed.
- ! Panes: Since 3 days ago: Possible focus confusion after copying items from pane to pane. Fixed.