Download Page: https://www.xyplorer.com/download.php?bit=64
Code: Select all
v28.00.0600 - 2025-11-15 19:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.00.0600 - 2025-11-15 19:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.00.0601 - 2025-11-17 13:08
+ Custom Copy | Overwrite Prompt: Added a bit of color coding to make the situation
easier to grasp.
- Size of the copied file is smaller: red
Size of the copied file is larger: blue
- Date of the copied file is older: red
Date of the copied file is newer: blue
So blue lines are usually okay whereas red lines might need your attention.
* XYcopy (x64): Updated to 2.20.0025.
% High DPI: Improved the drawing of chevrons in Tree and Catalog at 200% and higher.
% High DPI: Improved the drawing of chevrons and arrows in the Breadcrumb Bars.
! Configuration | Preview | Preview | Image preview | Transparency grid colors: Did
not auto-adjust to dark mode yet. Fixed.
Code: Select all
v28.00.0602 - 2025-11-17 17:26
! Image Preview: In some cases, the image preview (Preview Tab, Preview Pane) was not
displayed when the file was first clicked. Fixed.
Code: Select all
v28.00.0700 - 2025-11-18 14:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.00.0703 - 2025-11-19 19:08
* Configuration | Find and Filter | Find Files & Branch View | Find Files | Maximum
number of items cached: Raised the possible max from 99,999 to 999,999.
* XYcopy (x64): Updated to 2.20.0026.
! File | File Special | Display Hash Values: CRC-32 could come out 16-digit instead of
8-digit. Fixed.
Code: Select all
v28.00.0705 - 2025-11-20 20:33
+ SC ThumbsConf enhanced: Added optional "flags" argument:
Syntax: thumbsconf([settings="ShowCaption,ZoomToFill,Style,Padding,Transparency, _
ShowIcon,ShowDimensions,OverlayCaption,FolderThumbs,ZoomToFit"], [separator=","], [flags])
flags (bit field):
0 = [Default]
1 = NoRefresh. Changing Transparency causes a refresh of all current thumnbails.
Pass this bit to suppress the refresh.
Example:
thumbsconf(",,,,1,,,,,", ,1); //set transparency to "grid", no refresh
+ SC exit enhanced: Now you can use it restart an elevated XYplorer as unelevated
(without administrator rights).
Name: Exit
Action: Exit XYplorer, optionally with restart.
Syntax: exit [mode]
mode:
sru = restart unelevated with saving
nru = restart unelevated without saving
! Configuration | Jump to Setting...: Error "Unknown name" possible since 20251106
when jumping to a setting. Fixed.
Code: Select all
v28.00.0720 - 2025-11-21 20:26
% Multiple Monitors: Much improved monitor switch experience, smooth, robust and
correct. Not all dialogs are supported yet, but they will be added one by one over
the next few days.
% Startup and Exit: Both are more fluid now.
! Mouse Down Blow Up: It only half-worked on images in the Preview Pane and Preview
tab (move stopped when the mouse left the preview area). Fixed.
! Dialogs: Sometimes (race condition) closing a dialog by clicking on a button could
crash the whole app when that button had a tooltip that was yet to show. Fixed.
Code: Select all
v28.00.0720 - 2025-11-23 20:13
>>> NOTE: The most recent version, v28.00.0720, often crashes in various situations. For
serious work, it is recommended to revert to v28.00.0700.
Code: Select all
v28.00.0730 - 2025-11-24 10:08
+ Custom Copy | Overwrite Prompt: Added another bit of color coding.
- Version number of the copied file is lower: red
Version number of the copied file is higher: blue
* XYcopy (x64): Updated to 2.20.0028.
! Custom Event Actions | Exit: When a script was triggered that called a background
process (XYcopy.exe) due to "Configuration | File Operations | File Operations |
Background Processing | Enable background processing" instances of XYcopy.exe could
pile up in memory. Fixed. Now processes are forced to the foreground when triggered
while exiting the app.
! Custom Copy: Recently there have been crashes related to closing dialogs (again, but
a different matter than in v28.00.0720). Fixed now.
! Custom Copy: Background processing wasn't working anymore since v28.00.0703. Fixed.
Code: Select all
v28.00.0731 - 2025-11-24 17:53
* Custom Copy | Progress Dialog: The automatic cascading of dialog positions in an
8-step diamond shape (added v10.50.0004 - 2011-10-28 11:29) now only occurs in
background processes.
! File | Duplicate: With all commands in this menu, the selection could shift from the
original to the copy under certain conditions. Fixed. Now, it always stays on the
originals.
Code: Select all
v28.00.0734 - 2025-11-25 14:19
* Icon on Taskbar: The automatic taskbar refresh, i.e., moving the app icon to the
taskbar of the new monitor when the app is dragged to it, is back. This feature was
temporarily removed to fix the PowerToys FancyZones crash.
* XYcopy (x64): Updated to 2.20.0029.
! Custom Copy: Failed to show the correct error message when attempting to move a file
that was opened in another application (foreground processes only; since 20251101).
Fixed.
! Custom Copy: The progress bar no longer turned green during background operations
(since 20251110). Fixed.
Code: Select all
v28.00.0735 - 2025-11-25 17:37
+ SC inputselect enhanced: Now you can specify the listdata field separator when using
style 1024. Previously, it was hard-coded to |.
Syntax: inputselect(header, listdata, [separator="|"], [style=1], [cancel], _
[width=800], [height=400], [windowcaption], [preselectprefix], [icon], _
[preselectitem], [listdatafieldseparator="|"])
listdatafieldseparator: On style 1024, the fields are separated by this string (can
be more than one character).
Defaults to | (Caption|Data|Icon).
Example (using a different separator frees | for other tasks, e.g. in RegExp):
echo inputselect('FastFinds', 'Music files#goto "?>(flac|opus|mp3)$"#:qson', ':::', 1 + 1024, 11:=#);
! Exit: Crash after exit possible since v28.00.0720 - 2025-11-21 20:26. Fixed.
Code: Select all
v28.00.0800 - 2025-11-25 21:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.00.0801 - 2025-11-26 20:30
! SC datepicker: Could not handle non-English date formats. Fixed.
! Info Panel | Find Files | Date: Date picker could not handle non-English date
formats. Fixed.
! Paste: Due to a faulty clipboard format detector, various paste functions did not
work as intended. For example, when pasting files copied from a phone, the modified
date was not retained but set to the current date. Fixed.
Code: Select all
v28.00.0802 - 2025-11-27 09:52
* XYcopy (x64): Updated to 2.20.0030.
! Custom Copy | Progress Dialog: Jumped to the foreground of all windows even if
XYplorer was in the background. Fixed.
! Startup: Since v28.00.0734, some users have experienced a mysterious crash upon
startup. Fix attempt.
! About Box: For some users, the logo has been invisible recently. Fix attempt.