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.0593 - 2025-11-14 14:44
+ Menu Edit | Paste: Now the Paste command is only disabled when the clipboard is
empty.
+ SC backupto: Added [flags] as param #10 (same functionality as copyto and moveto).
Syntax: backupto [location], [source], [on_collision], [preserve_dates], [create_log], _
[pop_stats], [skip_junctions], [verify], [show_progress], [filter], [flags]
flags (bit field):
0 = [Default]
1 = FilesOnly. For sources containing wildcards only files are copied.
2 = SkipPromptToCreate. Don't prompt, but create any non-existing destination
folder without asking.
Example:
// creates a new target folder every hour; does not prompt for creation
backupto "T:\bup\<date yyyymmdd_hh>\", "E:\monkey64.twinproj", -1, 10:=2;
+ File | Rename Special | RegExp Rename...: Now the RegExp mode supports the switch "
/b" to only affect the base (name without extension, where extension includes the
dot). The switch " /b" (note the space) should be appended to the term (but before
any RegExp comment).
The switch can also be applied to SC rename. This script, for example, replaces all
dots by spaces in all selected item names, but spares the dot that belongs to the
extension:
rename r, "\. > /b"; // note the 3 spaces " > " + " " + " /b"
Code: Select all
v28.00.0588 - 2025-11-13 13:26
! Opening Overlong Items: The recent fix had side effects. Fixed again.
! Startup: The dark mode white flash was back since 20251103. Fixed.
! Multiple Monitors: Crash when dropping to PowerToys FancyZones across monitors. Fixed.
! Configuration Dialog: Main buttons (Apply, OK, Cancel) layout broken if Button And
Labels font size > 9. Fixed.
Code: Select all
v28.00.0577 - 2025-11-12 19:12
! Opening Overlong Items: Did not work reliably even with "Configuration | General |
Controls & More | Miscellaneous | Support overlong filenames" enabled. Fixed.
! Deleting Overlong Items: Turns out that the shell cannot deal with a 255-character
path in the drive root although this length should be totally legal according to the
docs. If such a beast somehow ends up in the Recycle Bin, which is possible in
Win8.1 but not in Win11, then the attempt to restore it will crash XYplorer and File
Explorer without mercy or questions. Actually it seems that the max length the shell
can handle for root paths is only X:\+245 characters.
Fixed. Now XYplorer will prompt you to permanently delete such an item. It won't end
up in the recycler.
Code: Select all
v28.00.0567 - 2025-11-11 17:34
* Self-Update: A pretty superfluous prompt "Note that you have to run the installer as
Administrator..." has been removed from the self-update process.
! Tree and List: Attempting to rename an item to a name longer than 255 characters
(without the path) could cause a complete crash. Fixed. Now you will receive the
message "Path components cannot be longer than 255 characters."
Code: Select all
v28.00.0564 - 2025-11-11 11:25
* Drop Context Menu | Create Folder(s) Here: Now this command is only visible if the
dragged items are all folders.
* Drop Context Menu | Create Branche(s) Here: Now this command is only visible if the
dragged items are all folders.
! Toolbar: Custom overall spacing (Configuration | Colors and Styles | Styles |
Overall spacing) could break toolbar button dimensions with high DPI display. Fixed.
! Overlong Items: Since 20250112 you could not delete overlong items in Win 11. Fixed.
Code: Select all
v28.00.0558 - 2025-11-10 11:39
* Custom Copy | Overwrite Prompt: The blue direction arrow is now a blue double chevron.
* XYcopy (x64): Updated to 2.20.0024.
Code: Select all
v28.00.0557 - 2025-11-09 15:13
! Multiple Monitors: Various fixes.
Code: Select all
v28.00.0556 - 2025-11-09 14:08
+ Drag and Drop: Dragging overlong items with the left and right mouse buttons within
XYplorer is now fully supported in the following situations (Win 10 and higher):
- List to List
- List to Tree
- Tree to List
- Tree to Tree
- List to Tab
- Tree to Tab
Code: Select all
v28.00.0555 - 2025-11-08 21:04
! Drag and Drop: Crash when dragging an overlong item (> 259 characters in the path).
Fixed.
In Win10 and later you now can drag those items without a crash and copy them to the
drop target. Moving them by drag and drop however is not yet supported. Research in
progress.
In Win8.1 and earlier dragging overlong items now is disabled. Better than a crash.
Code: Select all
v28.00.0554 - 2025-11-08 16:12
+ Menu Edit | Paste: More non-file formats are supported, i.e. the Paste command is
not greyed out so easily by clipboard stuff that only the shell can handle.
! Custom Copy: Verification did not work in background processing. Fixed.
Code: Select all
v28.00.0553 - 2025-11-08 12:18
+ Multiple Monitors: Now Configuration dialog will adjust correctly when moved between
monitors of different DPI.
Any sub dialogs started from Configuration still have to be done.
Code: Select all
v28.00.0542 - 2025-11-06 12:02
% Multiple Monitors: Switching between monitors and DPI with the main window has been
greatly improved. The transition is smoother and the resulting window has the
correct size and position. Also icons sizes and positions came closer to perfection.
* Configuration | Colors and Styles | Color Filters | Draw background colors as wide
as the column: This setting now controls the width of background colors *independently*
of the "Configuration | General | Menus, Mouse, and Usability | Mouse | Full Name
Column Select" setting. In other words: You can now have color filters just as wide
as the caption while "Full Name Column Select" is enabled. This makes the
distinction between a color filter and a selection rectangle clearer.
If a background-color-filtered file is selected you still see a bit of the color
filter to the right of the selection rectangle.
Code: Select all
v28.00.0541 - 2025-11-05 18:10
+ Multiple Monitors: The Info Panel layout on the main window now functions well
enough to be usable when switching monitors/DPI. There's no point in going for total
perfection yet, since tB is still in a fluid state regarding DPI management.
Especially label controls behave erratic and weird.
Code: Select all
v28.00.0539 - 2025-11-04 20:46
! Multiple Monitors: Various fixes.