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.
(1) Installer Package, (2) No-Install Package (for manual unpacking).
XYplorer Beta Club