Code: Select all
v28.30.0706 - 2026-06-12 16:55
! Batch Rename: Under certain conditions the rename would be triggered after you
X-closed the dialog. Fixed.
(1) Installer Package, (2) No-Install Package (for manual unpacking).
Code: Select all
v28.30.0706 - 2026-06-12 16:55
! Batch Rename: Under certain conditions the rename would be triggered after you
X-closed the dialog. Fixed.
Code: Select all
v28.30.0705 - 2026-06-11 21:51
% Toolbar: Started a major icon overhaul.
Code: Select all
v28.30.0704 - 2026-06-10 13:09
* Toolbar | Show Menu Bar: Now you can toggle the modern menu bar at other positions
(wherever you position it in Customize Toolbar), not only at the very end/bottom of
the toolbar.
* Splitters: Increased the default width from 2 to 4 pixels, which is the recommended
value.
Code: Select all
v28.30.0703 - 2026-06-09 20:12
* Toolbar: The disabled versions of the buttons Back, Forward, Undo, and Redo are now
softer, especially in dark mode.
Code: Select all
v28.30.0702 - 2026-06-09 15:37
* Toolbar | Show Menu Bar: Now, when the modern menu bar is shown, it's shown as the
last row of the toolbar rather than the first row. That way the mouse pointer stays
over the toggle button, and it looks cooler.
- Toolbar: The default toolbar now has three fewer buttons to make it easier for
younger users.
Code: Select all
v28.30.0701 - 2026-06-08 17:26
* Startup: Now, the main menu bar is hidden by default. This is because menus are seen
as old-fashioned, or even completely outdated, by younger users. But don't worry,
it's easy to get it back (see the next point).
* Toolbar | Show Menu Bar: This button now toggles the "modern menu bar" by default,
i.e. the one that is part of the toolbar and that obeys to Dark Mode.
Notes:
- The button doesn't have a pressed state anymore. It's not necessary here and it
doesn't look as cool.
- It's easy to go back to the old way of doing things (see the next point).
+ Toolbar | Show Menu Bar: Now, when you hold down CTRL, the button has a special
right-click menu where you can change the button's functionality:
- Use Classic Menu Bar: Check it to have the button toggle the classic
menu bar (the one that doesn't obey to Dark Mode).
There are also toggle commands for the classic and the modern menu bar:
- Toggle Modern Menu Bar
- Toggle Classic Menu Bar
* Miscellaneous | General Functions | Toggle Main Menu: Also this function (and its
keyboard shortcut) is now controlled by the setting of "Use Classic Menu Bar".
! Configuration | General | Menus, Mouse, Usability | Mouse | Point to select: In
Details view, the selection happened even when pointing beyond the file name or
icon. Probably since 20260419. Fixed.Code: Select all
v28.30.0700 - 2026-06-07 11:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.30.0602 - 2026-06-05 18:27
! Drag and Drop: In SumatraPDF v3.7 you can select text/images inside a PDF and drag
and drop them. Dragging such a thing over possible targets in XYplorer, or dropping
it, could result in a crash. Half-fixed. Drag and drop still does not work here, but
there is no crash anymore.
Code: Select all
v28.30.0601 - 2026-06-03 12:01
+ Quick Search and Find Files: Added selector "sig:" (= signature). Use it to find
files that start with a specific byte sequence (all files are checked, all folders
are ignored). This is especially useful when files lack file extensions or you
suspect they have incorrect file extensions.
The bytes are specified with hex codes (optionally separated by spaces). These, for
example, will match ZIP archives (all four versions are functionally identical):
sig:504B03
sig: 504B03
sig:50 4B 03
sig: 50 4B 03
Of course, sig patterns can be combined in Boolean expressions:
sig:504B03 or sig:FFD8
sig: 50 4B 03 or sig: FF D8
*.txt or sig: 50 4B 03 or sig: FF D8
The wildcard "??" for "any byte" is supported:
sig: 50 ?? 03
* Search Files | Content: When "Wildcards" mode is selected, patterns are now
automatically enclosed in asterisks (pattern -> *pattern*) only if wildcards are not
already present. This (potentially breaking) change allows you to create wildcard
patterns that match the beginning or/and end of files (pattern*, *pattern,
pattern*pattern), which is very useful but was not previously possible.
+ Catalog | Item Properties Dialog: Now you can reset the colors to default by
right-clicking the color label.
* Catalog: Now, for overall consistency, the content is now shifted down by two
pixels, just like in the tree.
! Catalog | Item Properties Dialog: Dark mode got stuck in parts of the dialog after
switching back to light mode, due to a tB bug. Worked around.
Code: Select all
v28.30.0600 - 2026-05-02 13:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.30.0501 - 2026-05-01 20:29
! List: Mousing over the age circle did not display the expected date and age tooltip
in non-Details views. Fixed.
! List | Mouse Down Blow Up on Thumbnails: Since 20260414, a faulty logic has caused
MDBU to malfunction on the left side of thumbnails when icons are not displayed.
Code: Select all
v28.30.0500 - 2026-04-30 21:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.30.0406 - 2026-04-30 12:10
+ Help | Various Information: Now shows the processor architecture in line "OS:".
! Shortcuts (LNK): Apparently environment variables in the arguments of shortcut
targets were not resolved when they should. Fixed.
Code: Select all
v28.30.0405 - 2026-04-29 15:27
! Configuration | File Operations | File Operations | Backup Operations | Configure...:
Added checkbox "Exclude hidden files and folders". Won't stay unchecked. Fixed.
! Configuration | File Operations | File Operations | Custom Copy Operations | Configure...
Added checkbox "Exclude hidden files and folders". Won't stay unchecked. Fixed.
! Tree: Windows 11 Pro, 64-bit, Version 25H2, Build 26200.7019 created a drawing
glitch (focused-and-+unselected item white out) with a certain combination of settings.
Worked around.
! Action Log: The bug in tB concerning strings of 64 KB or more has not yet been
fixed, but there is now a perfect workaround: No more limits to the size of the
undo/redo data saved across sessions, and the read/write speed is even better than
before, though you won't notice because it was already lightning fast.
Code: Select all
v28.30.0404 - 2026-04-28 11:38
+ Custom Columns: Command ">draw.bar" enhanced. Added optional "align" parameter to
control the horizontal alignment of the printed text.
>draw.bar [percentage=50], [colorleft], [colorright], [opacity=224], _
[borderwidth=0]|[text]|[colortext]|[align=c]
align: c = centered [default]
l = left
r = right