
Download Page: https://www.xyplorer.com/download.php
Code: Select all
v27.00.0800 - 2025-06-23 17:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v27.00.0800 - 2025-06-23 17:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v27.00.0801 - 2025-06-24 11:07
! Edit | Paste Special | Edit Clipboard...: Command could crash the app under certain
conditions. Fixed
Code: Select all
v27.00.0805 - 2025-06-25 17:50
+ Configuration | Information | File Info Tips & Hover Box | Show file info tips |
Extra fields: The Opens With line now mentions the version number if available.
* XYcopy: Updated to 2.10.0269.
! Edit | Recent File Operations...: After using SC copyitem to copy a file under a
different name, or after a simple in-place duplication, the Recent File Operations
list would contain the target file name instead of the target path. Fixed.
Code: Select all
v27.00.0807 - 2025-06-29 11:15
* XYcopy: Updated to 2.10.0270.
! Configuration | File Operations | File Operations | Background Processing: A timer
was not killed after a completed process, leading to unnecessary eternal loops while
the progress dialog was still open. Fixed.
Code: Select all
v27.00.0810 - 2025-07-01 18:39
! File | Rename Special | MP3 Special | Filename (Artist - Title.mp3) to ID3 Tag: This
and the other three filename-to-mp3 commands were apparently broken since 20190825
(!). Fixed.
Note that these commands only write the outdated ID3v1 format, which is always
overridden by ID3v2 if present. So these commands only make sense for files that
have no ID3 tags at all.
Code: Select all
v27.00.0822 - 2025-07-04 11:01
! Preview: ASM files were incorrectly identified as a complex format, even though they
are plain ASCII. Fixed.
Code: Select all
v27.00.0900 - 2025-07-04 20:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
v27.00.0824 - 2025-07-04 19:16 - not published
+ New Variable <xysource>: Returns "VB" or "TB" depending on the language in which the
source code was written.
echo <xysource>; //VB
Code: Select all
v27.00.0901 - 2025-07-06 12:15
+ Tools | Customize Keyboard Shortcuts...: The Jump button now obeys to F3.
Code: Select all
v27.00.0905 - 2025-07-07 10:11
+ New Variable <xybitness>: Returns "32-bit" or "64-bit" depending on the bitness of
the main executable (XYplorer.exe).
echo <xybitness>; //"32-bit" in the VB version, "64-bit" in the TB version
* Updated the help file.