Code: Select all
v27.10.0501 - 2025-08-15 16:58
! Undo/Redo: After renaming a tagged folder, selecting Undo did not update the tags.
Fixed.
(1) Installer Package, (2) No-Install Package (for manual unpacking).
Code: Select all
v27.10.0501 - 2025-08-15 16:58
! Undo/Redo: After renaming a tagged folder, selecting Undo did not update the tags.
Fixed.
Code: Select all
v27.10.0500 - 2025-08-14 21:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v27.10.0406 - 2025-08-14 10:31
* MLS: Internally updated to version 8.197.
> TRANSLATORS: Please wait until Reference_8.197.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.
! Configuration | Preview | Thumbnails | Show dimensions of original: The wrong
dimensions were shown for certain image types (e.g., HEIC and AVIF). Fixed.
Code: Select all
v27.10.0405 - 2025-08-13 20:42
+ Configuration | General | Sort and Rename | Sort: Added option "Treat hyphens and
apostrophes like normal characters".
Background: Unless it's a binary comparison, Windows's string comparison treats
hyphens and apostrophes in a special way that might not produce the desired sort
order. Now you are in control. For example:
Not ticked: Ticked:
File.txt File.txt
File'A.txt File'A.txt
File-A.txt File'C.txt
FileB.txt File-A.txt
File'C.txt File-C.txt
File-C.txt FileB.txt
Remarks:
- This setting only affects the Text and Natural sort methods.
- And it only affects sorting in the main file list. Not in the folder tree and
not anywhere else.
- Ticking this setting will slow down sorting a tiny bit, so if you don't need it,
don't tick it.
Code: Select all
v27.10.0404 - 2025-08-13 13:55
+ New Variable <xybitness n>: Returns "32" or "64" depending on the bitness of
the main executable (XYplorer.exe).
echo <xybitness n>; //"32" in the VB version, "64" in the TB version
* Thumbnail Creation: The status bar now displays all items for which a thumbnail is
being created. Previously, some items were omitted. If there's a hang, you can now
see which item is causing it.
* Info Panel | Raw View: Renamed the "Tail" toggle to "Auto-Scroll to End".
Code: Select all
v27.10.0403 - 2025-08-12 10:10
+ Floating Preview: Added toggle "Auto-Scroll to End" (Ctrl+E). Enable it to
automatically position the viewer at the end of a previewed text file. This can be
useful e.g. when viewing log files.
The toggle is available in the context menu of the Floating Preview status bar
(which can be toggled by pressing S). The Ctrl+E keyboard shortcut is always
available (independently of the status bar and of the previewed file type), but of
course it only affects previewed texts.
FYI, this raises tweak FPTextTail to the UI.
Code: Select all
v27.10.0402 - 2025-08-11 12:49
+ Floating Preview: Added a way to auto-position the viewer at the end of a previewed
text file. Currently implemented as a tweak:
FPTextTail=1
% Thumbnails: Experimentally implemented a little speed boost for non-cached
thumbnails. Exponentially more noticeable the more thumbnails there are.
Code: Select all
v27.10.0401 - 2025-08-10 12:11
+ New Constant: <cr> is resolved to the Carriage Return byte (0D).
+ New Constant: <lf> is resolved to the Line Feed byte (0A).
> Constants <cr> and <lf> take an optional count parameter for repetition. Example:
echo "Catch<lf 22>22";
* Percentage: In various contexts, such as the "Reduced to" dimensions in the Hover
Box, ratios from 0.995 to 0.999 were rounded up and shown as 100%. Not good. Now,
those values are rounded down to 0.99 and shown as 99%.
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.