Download Page: https://www.xyplorer.com/download.php
Code: Select all
v27.10.0400 - 2025-08-06 19:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v27.10.0400 - 2025-08-06 19:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v27.10.0303 - 2025-08-05 12:51
! Floating Preview: Rotating WEBP and other "Preview as Thumbnail" formats did not
work properly. Fixed.
Code: Select all
v27.10.0302 - 2025-08-04 14:00
* Configuration | Other | Features | User-Defined Commands: This feature was hidden by
default (v26.30.0402 - 2024-08-28 12:21). While today's users may easily become
overwhelmed, they also have difficulty finding settings. For this reason, the
feature has been re-enabled by default.
* Configuration | Other | Features | Tabsets: This feature was hidden by default
(v26.30.0402 - 2024-08-28 12:21). While today's users may easily become overwhelmed,
they also have difficulty finding settings. For this reason, the feature has been
re-enabled by default.
! Configuration | Colors and Styles | Styles | Clipboard Markers | Colored lines: You
could get a rare error 9 (Subscript out of range) related to this setting. Fixed.
Code: Select all
v27.10.0301 - 2025-08-02 17:20
+ View | Tab | Rename Tab...: Now generic system icons are supported as tab icons if
passed as extension in the usual format, for example:
|*.txt
+ Custom Copy | Collision Prompt: Now, differences between the source and target files
are marked in red. Previously, they were underlined.
If the file sizes are equal and below 100 MB (otherwise it would be too slow), then
the contents are compared using SHA-384. If the contents differ, the size label
turns red and "Contents differ!" is added.
* XYcopy: Updated to 2.10.0273.
Code: Select all
v27.10.0300 - 2025-08-01 18:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
v27.10.0206 - 2025-08-01 17:36 - not published
! Configuration | Colors and Styles | Highlights & Dark Mode | Selections: With
"XYplorer Style (Rounded)" the rounding was excessive in the "Large Icons" and
"Details with Thumbnails" views. Fixed.
Code: Select all
v27.10.0205 - 2025-08-01 10:40
- Tweak IMEspecialHandling: Removed.
! Configuration | General | Controls & More | Miscellaneous | Enable surround
selection: Did not play well with East Asian Input Method Editors (IMEs). Fixed.
Code: Select all
v27.10.0204 - 2025-07-30 11:48
* Info Panel | Preview | Media Progress Bar: Widened from 272 to 284 pixels (at 100%
screen scaling).
FYI, the space for waveforms is exactly 284x15 pixels now (at 100% screen scaling),
so this is the size that won't suffer from stretching.
Code: Select all
v27.10.0203 - 2025-07-29 18:14
! Quick Search, SC quicksearch, Find Files: "size" selector comparisons returned
apparent rubbish when you passed byte units like KB or MB instead of raw bytes. Fixed.
text quicksearch("size: < 1MB", "<xypath>", , n); //works as expected now
Code: Select all
v27.10.0202 - 2025-07-29 15:17
+ Info Panel | Preview: You can now display the waveform of media files (audio and
video) in the progress bar if you have previously provided an image file containing
the waveform and named it according to the rules specified in a special template.
- Currently, the template is only available as a tweak (AudioPreviewWaveFormPath).
- In addition to environment and XYplorer native variables the template supports two
special variables, <preview_base> and <preview_name> that are resolved to the base
(name without extension) or name (without path) of the currently previewed media file.
- Below are two examples of how to define the template. The first is an absolute path
(<xydata> = XYplorer data folder), and the second is a subfolder (WaveForms) of the
folder containing the previewed media file:
AudioPreviewWaveFormPath=<xydata>\WaveForms\<preview_base>.png
AudioPreviewWaveFormPath=WaveForms\<preview_name>.png
- Once the template is set, the media preview will display a matching image if one is
found. All standard image formats are supported.
- The waveform image can have any size and is stretched as necessary to fill the
progress bar. The lower 3 pixels of the bar are reserved for the live progress
marker as it moves from beginning to end.
- Note: XY cannot create waveforms on its own. You must prepare them with other software.
Code: Select all
v27.10.0200 - 2025-07-27 22:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v27.10.0101 - 2025-07-27 21:00
! SC update and Help | Online Support | Check for Updates: Would update to the latest
64-bit version instead of the latest 32-bit version (since v27.10.0009). Fixed.
Code: Select all
v27.10.0100 - 2025-07-27 15:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v27.10.0010 - 2025-07-27 12:10
* XYcopy: Updated to 2.10.0272.
* Updated the help file.
! OK/Cancel Dialogs: After a certain sequence of events, pressing ESC in an OK/Cancel
dialog would trigger OK instead of Cancel. Fixed.
Code: Select all
v27.10.0009 - 2025-07-26 20:43
+ SC update enhanced: Added flag 256 to update to the latest 64-bit version.
Syntax: update [flags]
flags: (bit field)
1 = include beta version
2 = run update also if current version is up-to-date
4 = run app (as administrator)
8 = run app ask (as administrator)
16 = silent
32 = run app (unelevated)
64 = run app ask (unelevated)
128 = run app (with same elevation/privileges as the current instance)
256 = update to the latest 64-bit version; otherwise it's the latest 32-bit version
Example:
update 1 + 32 + 256; //update to the latest 64-bit beta version, auto-run it unelevated
Code: Select all
v27.10.0006 - 2025-07-24 20:19
+ Tweak ToolbarSepFac: Recap: Used to widen the space around the toolbar separator.
It's a factor, valid values are from 2 to 10, e.g.:
ToolbarSepFac=3
News: Now you can use a negative value to suppress drawing the separator, e.g.:
ToolbarSepFac=-3