Code: Select all
v28.10.0507 - 2026-01-24 21:22
+ Zoom To Cursor: Now Toggle Zoom (press G) will toggle between full view and zoomed detail.
(1) Installer Package, (2) No-Install Package (for manual unpacking).
Code: Select all
v28.10.0507 - 2026-01-24 21:22
+ Zoom To Cursor: Now Toggle Zoom (press G) will toggle between full view and zoomed detail.
Code: Select all
v28.10.0506 - 2026-01-24 11:38
+ SC inputselect: Now it supports icons referenced by index embedded in resources,
e.g. "%winsysdir%\shell32.dll /10".
For example:
------------------------------------------------------------------------
$items = <<<>>>
1||:nuke
2||%winsysdir%\shell32.dll /10
3||<xyicons>\Apple.ico
>>>;
$sel = inputselect("Select...", $items, <crlf>, 1+2+32+1024+8192, 11:="|");
------------------------------------------------------------------------
! Windows Error Message: In various contexts, such as when an empty card reader was
attached, an unwanted error message owned by Windows popped up that you had to click
away repeatedly. Fixed. No more message.
Code: Select all
v28.10.0505 - 2026-01-23 19:32
! List | This PC | Details View: The "File System" column was not populated. Fixed.
! List | This PC | Details View: The contents of the "Per Cluster" column were wrong.
Fixed.
Code: Select all
v28.10.0504 - 2026-01-23 16:01
! Address Bar: Couldn't handle certain relative paths (e.g. "<xypath>\..\") anymore
when currently in This PC or Rapid Access (since v27.90.0051 - 2025-09-22 10:02).
Fixed.
Code: Select all
v28.10.0503 - 2026-01-22 14:34
! Tree: Renaming a folder in the tree and switching to another tab discarded the new
name. Fixed.
! Toolbar, Tabs, Breadcrumbs: Drag & drop stopped working in 0502. Fixed.
Code: Select all
v28.10.0502 - 2026-01-21 18:30
* Miscellaneous | Tree | Go to Next Sibling: Renamed to "Go to Next Row" and that's
now what it does.
* Miscellaneous | Tree | Go to Previous Sibling: Renamed to "Go to Previous Row" and
that's now what it does.
* MLS (64-bit): Internally updated to version 8.402.
> TRANSLATORS: Please wait until Reference64_8.402.lng is uploaded.
You will be notified if you have subscribed to this thread:
https://www.xyplorer.com/xyfc/viewtopic.php?f=12&t=9648
Code: Select all
v28.10.0501 - 2026-01-20 14:17
! Floating Preview | Zoom To Cursor: The right-click menu stopped coming up after
using the zoom. Fixed.
Code: Select all
v28.10.0500 - 2026-01-19 12:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.10.0412 - 2026-01-18 15:32
+ SC ctbicon enhanced: Added ways to remove a property.
ctbicon(" *"); //remove icon, keep background color
ctbicon("* "); //remove background color, keep icon
+ Extension Hack Protection:
The problem:
- Trailing spaces are illegal in Windows filenames.
- The shell will fail to open such a file.
- In that case XYplorer falls back to opening it with ShellExecuteW.
- The ShellExecuteW API will also fail, but then it will fall back and open another
file where the invalid name serves as the base and is followed by any other
extension, including executable extensions. Madness!
The solution:
- XYplorer will refuse to open such a file.
Code: Select all
v28.10.0411 - 2026-01-17 20:27
+ SC ctbicon enhanced: You can now omit the background color and change only the icon,
leaving the current background color in place. For example:
ctbicon("Apple.ico*#F6F6F6,r"); //set icon, with background color (rect shape)
ctbicon("Apple_Half.ico*"); //change icon, keep background color
* SC ctbicon: The # before the RRGGBB color value is now optional.
ctbicon("Apple.ico*#F616F6,r"); //set icon, with background color (rect shape)
ctbicon("Apple.ico*F616F6,r"); //same
Also in the Edit User Button dialog you can skip the #.
Code: Select all
v28.10.0410 - 2026-01-17 16:50
+ SC ctbicon enhanced: You can now omit the icon and change only the background color,
leaving the current icon in place. For example:
ctbicon("Apple.ico*#F6F6F6,r"); //set icon, with background color (rect shape)
ctbicon("*#F6A6F6,r"); //change background color, keep icon
! GDI Object Leak: Fixed.
! Main Menu: Hovering over a control-array menu element could trigger the Click event
with the wrong Index value (since v28.10.0409). Fixed.
Code: Select all
v28.10.0409 - 2026-01-16 21:19
! Edit | Copy: It could randomly crash when copying several items from different
locations, typically from deep search results. Fixed.
! Exit: The process could remain dangling invisibly in the background. Fixed.
Code: Select all
v28.10.0400 - 2026-01-14 21:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.10.0308 - 2026-01-14 14:56
* Configuration | Find and Filter | Filters & Type Ahead Find | Visual Filters |
Enable extended pattern matching: If enabled then a pattern can be fully enclosed in
parentheses without changing its function. For example:
*.ico;*.jpg match all ICO and JPG files
(*.ico;*.jpg) match all ICO and JPG files
!(*.ico;*.jpg) match files that are not ICO or JPG
* Configuration | Find and Filter | Filters & Type Ahead Find | Live Filter Box |
Enable extended pattern matching: Same as above.
! Scripting: Variables in the arguments of the special function array() were not
resolved immediately. Fixed.
Code: Select all
v28.10.0307 - 2026-01-13 19:05
+ Custom Toolbar Buttons: A <crlf> in the name now stands for a CRLF not only in the
tooltip (added in v28.00.1216 - 2025-12-10 13:01) but also in the button caption if
captions are shown.
* Updated the help file.
! Outlook Drop: Due to a tB bug, messages that were dropped into a folder in the tree
ended up in the "Deleted Items" folder in Outlook after the drop was completed.
Worked around. Now, they stay where they are.