
Download Page: https://www.xyplorer.com/download.php
Code: Select all
v27.00.0400 - 2025-04-28 18:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v27.00.0400 - 2025-04-28 18:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v27.00.0306 - 2025-04-27 13:09
! Tree: Appearance of phantom drives after waking from hibernation on some systems (if
Maxi Tree enabled). Fix attempt.
- Tree: Appearance of phantom drives after waking from hibernation on some systems (if
Maxi Tree enabled). Removed debug logging.
- List: Could not enter certain folders on a diskless system. Removed debug logging.
Code: Select all
v27.00.0305 - 2025-04-26 12:37
+ Debug log: The entry "Fully Loaded" is now always added when startup is completed.
> Tree: Added some debug logging regarding the appearance of phantom drives after
waking from hibernation on some systems (if Maxi Tree enabled).
Code: Select all
v27.00.0304 - 2025-04-25 20:39
% Background Jobs Dialog: Better placement of the pause icon overlay. Also added a fine
white line around it for better contrast.
> List: Could not enter certain folders on a diskless system. Added some debug logging.
! Configuration | Colors and Styles | Styles | Columns | Vertical grid lines in
details view: The lines were not visible right away after a pane was activated by
clicking into it AND "Configuration | General | Menus, Mouse, Usability | Usability
| Highlight hovered items" was enabled. Fixed.
! Configuration | Colors and Styles | Styles | Columns | Vertical grid lines in
details view: Vertical grid lines below the last item in a list were erased when
clicking on the last item. Fixed.
Code: Select all
v27.00.0303 - 2025-04-25 13:15
! SC report: Fixed a problem when using Custom Columns beyond #10 and the report
template was omitted.
> List: Could not enter certain folders on a diskless system. Fix attempt from
v27.00.0105 - 2025-04-09 17:27 failed. Removed.
Code: Select all
v27.00.0301 - 2025-04-24 17:14
+ SC gettoken enhanced: Now counting can include empty tokens.
Syntax: gettoken(string, [index=1], [separator=" "], [format], [flags])
flags: (bit field)
1 = Return from start.
2 = Return till end.
4 = Count empty tokens as well.
Examples:
text gettoken(",,a,b,c,", "count", ","); //3
text gettoken(",,a,b,c,", "count", ",", 4:=4); //6
! Branch View: Creating a new folder in a files-only branch view went into rename mode
on the focused file. Fixed. No rename mode is entered now.
! List: Was not always refreshed after a move. Fixed.
Code: Select all
v27.00.0300 - 2025-04-14 16:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v27.00.0202 - 2025-04-14 13:26
* Flatten Folder: Now you get an error message if the folder could not be completely
flattened because one or more files could not be moved (probably because they were
locked by another process).
! Configuration | General | Menus, Mouse, Usability | Cell Context Menu | Use
localized search and filter patterns: If disabled then Live Filter and Quick Search
via cell context menu did not work anymore for the first 10 Custom Columns. Fixed.
Code: Select all
v27.00.0201 - 2025-04-11 14:22
+ Extended Pattern Matching: Now you can specify characters in a range by their
Unicode number using the syntax U+HHHH (where H stands for a Hex digit from 0-F).
The U and the H can be upper or lower case, it does not matter. All these examples
are functionally identical and in a Quick Search they will match all filenames
containing one or more characters beyond the ANSI range (0-255).
*[U+0100-U+FFFF]* /E
*[U+0100-U+ffff]* /E
*[u+0100-u+FFFF]* /E
*[u+0100-u+ffff]* /E
FYI, ranges can be combined without any separator between them. For example,
matching filenames with Hiragana or Katakana:
*[u+3041-u+3096u+30A0-u+30FF]* /E
Note that you must use 4 hex digits, the total supported range is U+0000 to U+FFFF
(65535).
> Scripting: The above enhancements in Extended Pattern Matching also apply to the
Like operator in scripting:
echo "kigi" Like "*[u+3041-u+3096u+30A0-u+30FF]*"; //0
echo "キギ" Like "*[u+3041-u+3096u+30A0-u+30FF]*"; //1
Code: Select all
v27.00.0200 - 2025-04-10 20:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v27.00.0105 - 2025-04-09 17:27
! List: Could not enter certain folders on a diskless system. Fix attempt.
! Columns: Fixed a recent issue with the placement of newly added Custom Columns.
Code: Select all
v27.00.0104 - 2025-04-08 13:11
! Tabs: If tabs to the right of the selected tab were out of view, and the selected
tab happened to be perfectly pixel-aligned to the right edge of the available space,
there was no way to select the tab to the right with the mouse. Fixed. Now a minimum
of 16 pixels is guaranteed to be visible to the right of the selected tab.
! Columns: Recent fix created some new glitches. Fixed.
! Custom File Associations: When submenus were present, items that should be there
could be missing from the menu. Fix #2.
Code: Select all
v27.00.0103 - 2025-04-06 13:56
! Columns: Using "View | Columns | Add Column" or SC setcolumns, it was possible to
add (instead of showing) any of the 10 fixed custom columns (which are always part
of the column set but not necessarily visible) to the column set, making them dupes
(one visible, one invisible). This could lead to confusion, e.g. with SC report when
done on custom columns. Fixed.
! Catalog: The "Open Overlong Item?" prompt was also displayed for URLs. Fixed.
! Portable Openwith Menu: Did not honor "Configuration | General | Refresh, Icons,
History | Icons | Apply to all controls". Fixed.
Code: Select all
v27.00.0102 - 2025-04-05 14:28
* Floating Preview: Now you can cycle through 5 different background colors instead of
4. The new one is the so-called button face color, and it's possibly tinted when in
dark mode. Allows you to achieve a consistent look in dark mode, as an alternative
to the neutral background colors.
* Hover Box: Since 20240319, the dark background of the status section for text
previews showed the dark mode color tint (as defined in "Configuration | Colors and Styles
| Highlights & Dark Mode | Dark mode | Color tint") even in light mode. Meant to be
cool, but now I think it was a mistake. Changed it back to a neutral color.
* Hover Box: Same as above for the dark background color with image previews.
! Panes | Swap Panes: If enabled, double-click on the inter-pane splitter did not
correctly set both panes to equal width. Fixed.
! Folder Thumbnails: Mouse Down Blow Up on right-click stopped working since 20250212.
Fixed.
Code: Select all
v27.00.0101 - 2025-04-04 20:54
! Configuration | Tabs and Panes | Dual Pane | Tab key: Set to "Tab between both panes
only" pressing TAB from the Live Filter Box did not move the focus to the active
pane if dual panes were enabled. Fixed.
! View | Folder View Settings | Restore Folder View: Would not restore a manual sort
order saved with the folder view. Fixed.
! SC extlist: When manually adding ext's to any of the SC extlist types, if the dialog
was empty before, an error occurred. Fixed.