BETA version (with detailed history information)

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v27.00.0201 - 2025-04-11 14:22
    + Extended Pattern Matching: Now you can specify characters in a range by their 
      Unicode number using the syntax U+HHHH (where H stands for a Hex digit from 0-F).
      The U and the H can be upper or lower case, it does not matter. All these examples 
      are functionally identical and in a Quick Search they will match all filenames 
      containing one or more characters beyond the ANSI range (0-255).
        *[U+0100-U+FFFF]* /E
        *[U+0100-U+ffff]* /E
        *[u+0100-u+FFFF]* /E
        *[u+0100-u+ffff]* /E
      FYI, ranges can be combined without any separator between them. For example, 
      matching filenames with Hiragana or Katakana:
        *[u+3041-u+3096u+30A0-u+30FF]* /E
      Note that you must use 4 hex digits, the total supported range is U+0000 to U+FFFF 
      (65535).
    > Scripting: The above enhancements in Extended Pattern Matching also apply to the 
      Like operator in scripting:
        echo "kigi" Like "*[u+3041-u+3096u+30A0-u+30FF]*";  //0
        echo "キギ" Like "*[u+3041-u+3096u+30A0-u+30FF]*";  //1
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you 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.

admin
Site Admin
Posts: 63346
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v27.00.0202 - 2025-04-14 13:26
    * Flatten Folder: Now you get an error message if the folder could not be completely 
      flattened because one or more files could not be moved (probably because they were 
      locked by another process).
    ! Configuration | General | Menus, Mouse, Usability | Cell Context Menu | Use 
      localized search and filter patterns: If disabled then Live Filter and Quick Search 
      via cell context menu did not work anymore for the first 10 Custom Columns. Fixed.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you 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.

admin
Site Admin
Posts: 63346
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

:off: Summary of the latest XYplorer Official Release.

Download Page: https://www.xyplorer.com/download.php

Code: Select all

v27.00.0300 - 2025-04-14 16:00
    = MAINTENANCE RELEASE.
  +++ Minor bug fixes and enhancements.
To easily upgrade to this OFFICIAL version from XYplorer, click Help | Online Support | Check for Updates. If you prefer to download this new version, choose one of these packages: (1) Installer Package, (2) No-Install Package (for manual unpacking).

Locked