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.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.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.0306 - 2025-10-14 12:30
! SC preview: Errored out with "No such interface supported". Fixed.
Code: Select all
v28.00.0400 - 2025-10-14 18: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 Dialog: A crash would sometimes occur after changing any setting and
closing the dialog by clicking OK. Fixed.
Code: Select all
v28.00.0500 - 2025-10-15 19:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.00.0501 - 2025-10-25 16:00
! Toolbar | Save Settings: Since v28.00.0304, after making any changes to the tabs,
the button would not turn green again after being clicked. Fixed.
! Info Panel | Raw View: Didn't always get the line breaks right with UTF-16 encodings
in non-hex view. Fixed.
Code: Select all
v28.00.0502 - 2025-10-28 13:01
+ Error Logging: You can now have XYplorer write all caught errors to a file (one file
per error) immediately after they occur (actually right before the error dialog is
shown). To enable this feature, you can use one of these single-line scripts:
logtofile 4; //remembered across sessions
debuglogtofile 4; //only this session
The files are named like this ("xyerrorlog" plus a date stamp) and placed in the app
data folder:
xyerrorlog_2025-10-28_09-53-01.txt
To disable the logging use 0 or another value without bit 4:
logtofile 0;
debuglogtofile 0;
% Startup: Faster with a Mini Tree containing unavailable network locations and
zombies turned off.
* XYcopy (x64): Updated to 2.20.0021.
! Mount Points: Information in the status bar has been lacking since version
v28.00.0103. Fixed.
! Opening JPG/JPEG Files: A workaround from v26.00.0309 - 2024-06-04 21:04
did not work well on some systems. Fixed.
! Tabs: Drawing glitch regarding the leftmost tab icon when there are a lot of tabs in
a tight space. Fixed.
! Scripting: The speed booster added in v24.30.0119 - 2023-04-24 11:21 could suffer
from a stale cache if script files were modified between calls within the same XY
session. Fixed.
! Startup focus always in Address Bar: Fixed (last focus is restored) now also when
starting with the main menu bar hidden.
! SC selectitems: Did not work when passing folder paths with a trailing slash. Fixed.Code: Select all
v28.00.0515 - 2025-10-31 14:29
* XYcopy (x64): Updated to 2.20.0022.
! Multiple Monitors: The About box (Help > About XYplorer) is now fully compatible
with multiple monitors. You can drag it back and forth between monitors with
different DPI settings, and it will scale perfectly on the fly.
> Multiple Monitors: This will be addressed dialog by dialog over the next few weeks.
It's a long road, but ultimately the result will be perfect.
Code: Select all
v28.00.0516 - 2025-10-31 18:09
! Multiple Monitors: The About box still broke when the primary screen was not 100%
(96 DPI). Fixed.
Code: Select all
v28.00.0517 - 2025-10-31 20:05
! Win 11: The latest update (Windows 11 Pro, 64-bit, Version 25H2, Build 26200.7019)
created a drawing glitch (selected item white out) in various lists with a certain
combination of settings. Worked around.
Code: Select all
v28.00.0518 - 2025-11-01 15:58
+ Multiple Monitors: Now message boxes are supported, eg SC echo.
+ Multiple Monitors: Now text boxes are supported, eg Scripting | Run Script...
> A bug in twinBASIC causes the window height to behave somewhat erratically when
switching between monitors with different DPI settings. This issue will be resolved
in twinBASIC's November 11 release.
Code: Select all
v28.00.0521 - 2025-11-01 20:41
! Multiple Monitors: Various fixes.
Code: Select all
v28.00.0532 - 2025-11-02 18:55
+ Multiple Monitors: Now dialogs like Edit | Quick Search are supported.
+ Multiple Monitors: Now dialogs like View | Columns | Set Line Number Column Width
are supported.
! Multiple Monitors: Various fixes. Mitigated the consequences of the tB bug mentioned
below.