Here's the new BETA (64-bit)

Get a glimpse of the next XYplorer...
Locked
admin
Site Admin
Posts: 66074
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA (64-bit)

Post by admin »

Change Log for the latest XYplorer BETA version (64-bit):

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.
:info: To easily upgrade to this BETA version of XYplorer (64-bit), hold down the CTRL key and click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: Note that BETA versions are work in progress and may contain new bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (File | Settings Special | Backup Application Data Folder...) before running a new BETA. This will also help to fix any new bugs.

Locked