
Download Page: https://www.xyplorer.com/download.php?bit=64
Code: Select all
v28.00.0500 - 2025-10-15 19:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.00.0500 - 2025-10-15 19:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.00.0403 - 2025-10-15 15:51
% Scrollbars: The scrollbars in Tree and List now show the correct backcolor in dark
mode (Win10++).
* XYcopy (x64): Updated to 2.20.0020.
! Configuration Dialopg: A crash would sometimes occur after changing any setting and
closing the dialog by clicking OK. Fixed.
Code: Select all
v28.00.0400 - 2025-10-14 18:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.00.0306 - 2025-10-14 12:30
! SC preview: Errored out with "No such interface supported". Fixed.
Code: Select all
v28.00.0305 - 2025-10-13 16:59
! Dark Mode: The dropdown list of the combobox wasn't dark yet. Fixed (Win10++).
! Configuration | Colors and Styles | Highlights & Dark Mode | Focus rectangle: The
setting "Dotted" did not work in dark mode. Fixed now also for tree and small lists.
Code: Select all
v28.00.0304 - 2025-10-13 11:36
+ SC savesettings: Now you can save just the tabs of both panes and nothing else.
Example:
savesettings 4096; //just the tabs
! SC patchimage: Did not work in dark mode for images that have a special dark mode
variant: acdark, cutdark, findlabeldark, icfdark, labelsdark, live2dark, menudark,
paperdark, tbsdark. Fixed. This also fixes image patching via the PatchImagesPath
tweak.
! Configuration | Colors and Styles | Highlights & Dark Mode | Focus rectangle: The
setting "Dotted" did not work in dark mode. Fixed.
! Modal Dialogs: The Z-order of modal windows could become confused, causing a modal
top window to incorrectly disappear under the lower parent window. Fixed.
Code: Select all
v28.00.0300 - 2025-10-10 14:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.00.0219 - 2025-10-10 11:13
* MLS (64-bit): Internally updated to version 8.400.
> TRANSLATORS: Please wait until Reference64_8.400.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
* Updated the help file.
Code: Select all
v28.00.0218 - 2025-10-09 20:36
! Accelerators, aka mnemonics, e.g. Alt+A, were not yet functional in tB. Fixed.
* XYcopy (x64): Updated to 2.20.0019.
Code: Select all
v28.00.0217 - 2025-10-09 18:25
* Exclude hidden files and folders: This setting now only applies to copying, not
moving. It is difficult to imagine a situation where you would want to move files
and folders while leaving hidden items behind.
* XYcopy (x64): Updated to 2.20.0018.
Code: Select all
v28.00.0216 - 2025-10-09 15:58
+ Configuration | File Operations | File Operations | Backup Operations | Configure...:
Added checkbox "Exclude hidden files and folders". Does what it says.
+ Configuration | File Operations | File Operations | Custom Copy Operations | Configure...
Added checkbox "Exclude hidden files and folders". Does what it says.
Code: Select all
v28.00.0215 - 2025-10-09 12:37
+ Panes | Sync Folders...: Added checkbox "Exclude hidden files and folders". Does
what it says.
Note that this UI Sync Folders function has always been and still is hard-coded to
skip junctions. The "sync" scripting command now offers options for this, see next.
+ SC sync: Added optional argument custom_flags.
Syntax: sync source, target, [copy_items], [on_collision], [delete_items], [switches], _
[logfile], [filter], [on_failure=-1], [custom_flags=1]
custom_flags [optional] (bit field)
0 = Copy junctions as folders
1 = [Default] Skip junctions
2 = Copy junctions as junctions
4 = Exclude hidden items (referring to the HIDDEN file attribute)
Examples:
sync "T:\Test\Source", "T:\Test\Target", 5:="ck", 9:=1+4; //show config, keep open; skip junctions + exclude hidden
sync "T:\Test\Source", "T:\Test\Target", 9:=4; //copy junctions as folders + exclude hidden
* XYcopy (x64): Updated to 2.20.0017.
Code: Select all
v28.00.0214 - 2025-10-08 20:49
+ SC backupto, copyto, moveto: The "junction" argument has been renamed to custom_flags
(flags that only apply to Custom Copy incl. Backup), and it got a new value 4 that
allows you to exclude HIDDEN items.
custom_flags [optional] (bit field)
Empty or missing = Use global settings from Configuration.
0 = Copy junctions as folders
1 = Skip junctions
2 = Copy junctions as junctions
4 = Exclude hidden items (referring to the HIDDEN file attribute)
Notes:
- If items with the HIDDEN attribute are among the selected items (or among the
items explicitly specified as source items) then they are NOT excluded.
- The functionality will soon be added to SC sync, and to the UI versions of Custom
Copy and Backup.
Examples:
backupto "T:\Test\Target", "T:\Test\Source\*", 6:=4; //backup all under source to target; exclude hidden
copyto "T:\Test\Target", "T:\Test\Source\*", 9:=4; //copy all under source to target; exclude hidden
* XYcopy (x64): Updated to 2.20.0016.
! ClearType: ClearType was always enabled, even if it was disabled in the Windows
settings. Fixed.
Code: Select all
v28.00.0213 - 2025-10-08 12:42
+ List | Len Column: Now, the "Len" column can display the length of the file name
alone, without the path. To do so, Ctrl+Right-click the Len column and select "Show
Length without Path" from the pop-up menu. The list will update immediately.
- The setting works globally for all Len columns in all tabs and panes.
- The setting does NOT affect Live Filters, Visual Filters, Color Filters, Quick
Search and Find Files. They all have a dedicated selector "LenT" for the length of
the file name alone.
! This PC | Status Bar | Total Space: The number was too high if there were any
unavailable network drives. Fixed.
Code: Select all
v28.00.0212 - 2025-10-05 20:20
% Configuration | Colors and Styles | Styles | Overall spacing: With high values the
roundedness of various UI elements got a bit excessive. Improved.
! Favorites | Toggle Highlighted Folder: Fixed some remaining issues.