Download Page: https://www.xyplorer.com/download.php?bit=64
Code: Select all
v28.00.0300 - 2025-10-10 14:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
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.
Code: Select all
v28.00.0210 - 2025-10-05 15:05
! Favorites | Toggle Highlighted Folder: When the default background color was set to
a dark color (Configuration | Colors and Styles | Colors | Highlighted), readability
went down the drain when the text color of the tree was also dark. Fixed. Now, if
the background is dark, the text color defaults to white.
Code: Select all
v28.00.0209 - 2025-10-03 18:10
- Multiple Monitors: Undid the recent manifest change. It was a shitty idea because
the app would look blurry now even on the primary screen when scaling != 100%.
Code: Select all
v28.00.0208 - 2025-10-03 17:11
* Startup: Auto-refresh now ignores SHCNE_UPDATEDIR events that fire sooner than three
seconds after full load. These events are most likely phantom events created by the
app load itself.
% Unavailable Network Locations: Various improvements regarding potential hangs.
! Multiple Monitors: The manifest was changed to work around tB's various issues with
multiple monitors and different DPI (custom scaling). This is a temporary workaround
that can hopefully be removed soon.
Code: Select all
v28.00.0202 - 2025-10-01 20:37
! Custom Copy | Preserve All Item Dates: When the target drive was FAT32, milliseconds
of the modified date were rounded up to the nearest even second (FAT32 has only a
2-second resolution in the modified date). For example, "18:48:16.440" in the source
was rounded up to "18:48:18.000" in the target. Fixed. Now, on a FAT32 drive,
"18:48:16.440" will be set to "18:48:16.000", i.e. milliseconds are cropped.
* XYcopy (x64): Updated to 2.20.0014.
Code: Select all
v28.00.0200 - 2025-09-30 18:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.00.0103 - 2025-09-30 16:20
! Drag-and-Drop: Now also good on tabs.
! Custom Copy: Wrong calculation of free space for mounted drives. Fixed again.