Here's the new BETA (32-bit)

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

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

Post by admin »

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

Code: Select all

v27.20.0906 - 2026-01-31 12:05
    + SC utf8decode enhanced: Now, you can pass an optional code page parameter to decode 
      any code page besides UTF-8.
      Syntax: utf8decode(string, [codepage=65001 (CP_UTF8)])
        string:   string to decode
        codepage: codepage number
                  defaults to 65001 (= UTF-8)
      Examples:
        echo(utf8decode("Köln")); //Köln (from UTF-8)
        echo(utf8decode("K+APY-ln", 65000)); //Köln (from UTF-7)      
    + SC utf8encode enhanced: Now, you can pass an optional code page parameter to encode 
      any code page besides UTF-8.
      Syntax: utf8encode(string, [flags=1], [codepage=65001 (CP_UTF8)])
        string:   string to encode
        flags (bit field):
                  1 = [default] to wide string (2 bytes per character) 
                  2 = add BOM
        codepage: codepage number
                  defaults to 65001 (= UTF-8)
      Examples:
        echo(utf8encode("Köln")); //Köln (to UTF-8)
        echo(utf8encode("Köln",, 65000)); //"K+APY-ln (to UTF-7)
    ! List | Zombie Drag: Since 20251108, you could not drag non-existing files (possible 
      in Paper Folders and Virtal Folders) from the list anymore. Fixed.
:info: To easily upgrade to this BETA version of XYplorer (32-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.

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

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

Post by admin »

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

Code: Select all

v27.20.0907 - 2026-02-11 10:00
    ! Custom Columns, Extra Columns: Allowing a comma in the column caption led to various 
      problems. Fixed. Commas in column captions are now silently removed.
:info: To easily upgrade to this BETA version of XYplorer (32-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.

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

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

Post by admin »

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

Code: Select all

v27.20.0909 - 2026-02-12 10:41
    + Hover Box: The status section for text files now shows the line endings if they are 
      not DOS (CRLF), which is the normal case on Windows.
        DOS       = CRLF      (normal case, not shown)
        Unix      = LF
        Mac       = CR
        Unix/DOS  = LF and CRLF
        Mac/DOS   = CR and CRLF
        Unix/Mac  = LF and CR
    ! Rename: Attempting to rename a hard drive without administrator privileges could 
      result in a lockup situation where the application had to be terminated in Task 
      Manager. Fixed. Now, the error message appears in the status bar instead of a 
      message box.
    > Tip: You need admin rights to rename a hard drive.
:info: To easily upgrade to this BETA version of XYplorer (32-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.

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

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

Post by admin »

:off: Summary of the latest XYplorer Official Release (32-bit).

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

Code: Select all

v27.20.1000 - 2026-02-12 13: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).

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

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

Post by admin »

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

Code: Select all

v27.20.1001 - 2026-02-19 12:56
    + Toolbar | Bookmark Buttons: You can now display them without text. In "Rename 
      Bookmark..." (from the button's context menu) simply clear the edit box to display 
      only the icon. Previously, if no caption was specified, one was automatically 
      generated from the location.
    + Using arrow keys to jump to the next item while the hover box is showing now even 
      works if the current hover box is right under the cursor.
    ! Menu Go | Up: When parent folders were hidden in the Maxi Tree (e.g., due to "View > 
      Show Items > Show Hidden Files and Folders" being off), going up would lead to the 
      first visible parent being listed unnecessarily and very briefly (just visible as a 
      flash) before listing the actual destination. Fixed.
:info: To easily upgrade to this BETA version of XYplorer (32-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.

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

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

Post by admin »

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

Code: Select all

v27.20.1002 - 2026-02-20 18:12
    + OneDrive: Added experimental tweak to support OneDrive For Business. 
      Conditions to show the OneDrive For Business folder.
      - Windows 10 or later.
      - Enable "OneDrive folder" in Configuration | General | Tree and List | Items in 
        Tree and List | Select Items...
      - Set new tweak (see https://www.xyplorer.com/faq-topic.php?id=tweak):
        OneDriveAccount=1
      If no OneDrive For Business account is found, the personal OneDrive folder is shown 
      instead if there is one.
    % Hover Box: The maximum size (bounding box) was limited to 80% of the screen height 
      (work area = screen height excluding task bar). Now it's 100%.
    ! Configuration | Preview | Thumbnails | Show thumbnails in tiles views: In Small 
      Tiles view, custom folder icons (e.g., from desktop.ini) had rugged edges when the 
      tiles weren't a standard size. Fixed. For example, the icons in 64x64 tiles are now 
      drawn at 48x48.
      Note that you can tweak back the old behavior: ThumbsIconsSameSize=1. The bug here 
      actually was that the tweak was ignored (seen as always ON) in Small Tiles view.
:info: To easily upgrade to this BETA version of XYplorer (32-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.

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

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

Post by admin »

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

Code: Select all

v27.20.1003 - 2026-02-22 21:00
    ! Custom File Icons: Patterns did not match when they contained square brackets ([]). Fixed.
    ! Custom File Icons: Patterns did not match when they contained # characters. Fixed.
    ! List: Fixed two bugs related to selecting multiple items with the keyboard.
    % Status Bar: Less superfluous action (aka flicker) while selecting multiple list 
      items with the keyboard.
:info: To easily upgrade to this BETA version of XYplorer (32-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.

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

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

Post by admin »

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

Code: Select all

v27.20.1004 - 2026-02-26 17:00
    * Updated the help file.
    ! Configuration | Tabs and Panes | Tabs | Flexible tab width: If "Flexible tab width" 
      was off and the difference between minimum and maximum tab width was smaller than 38 
      pixels (at 100% screen scaling), then "Configuration | Tabs and Panes | Tabs | Show 
      X close buttons on tabs" did not work for the right-most tab when set to "All tabs" 
      or "All tabs on hover". Fixed.
    ! List: Fixed another bug related to selecting multiple items with the keyboard.
    ! Scripting | Associative Arrays: An array created by the array() function could not 
      later be used as an associative array. Fixed. Now this works as expected:
        $a = array(); 
            $a[0] = "dog";
            $a[1] = "mouse";
            $a["pussy"] = "cat";
            $a[2] = "horse";
            echo "It is a $a[0]! (dog)";
            echo "It is a $a[1]! (mouse)";
            echo "It is a $a[2]! (horse)";
            echo "It is a $a[3]! ($a[3])";
            echo "It is a $a['pussy']! (cat)";
            echo "It is a $a['fuzzy']! ($a['fuzzy'])";
    ! Bytes Formatting: Fixed a slight rounding error with exabytes (EB).
:info: To easily upgrade to this BETA version of XYplorer (32-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.

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

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

Post by admin »

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

Code: Select all

v27.20.1005 - 2026-02-28 12:21
    ! Overlong Items: Copying overlong items to the clipboard could lead to fatal memory 
      corruption resulting in a crash sooner or later. Fixed.
    ! Overlong Items: Dragging overlong items from a volume that supports 8.3 names 
      (typically C:) automatically converted the long path into the 8.3 format, also known 
      as the DOS short name, e.g. "long path.docx" -> "LONGPA~1.DOC". Fixed by actively 
      reconverting the short name back to a long name.
    ! Info Panel | Preview | Text Files: The "Decoded as:" information was incorrect when 
      the default system code page was not 1252. Fixed. Now, for example, it shows "System 
      Default 1253 (ANSI - Greek)" when the default system code page is Greek and no other 
      code page is selected for the Preview Tab.
:info: To easily upgrade to this BETA version of XYplorer (32-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.

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

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

Post by admin »

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

Code: Select all

v27.20.1006 - 2026-03-03 12:00
    + Added tweak to update the taskbar when moving the app window to a new monitor.
        UpdateTaskbarOnMonitorSwitch=1
      Previously, the taskbar updated automatically, which involved a brief, distracting 
      flash of the app window. Now, you must opt in to refresh the taskbar. However, 
      depending on your system settings and Windows version, Windows may handle this 
      automatically, so it might not be necessary.
:info: To easily upgrade to this BETA version of XYplorer (32-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.

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

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

Post by admin »

:off: Summary of the latest XYplorer Official Release (32-bit).

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

Code: Select all

v27.20.1100 - 2026-03-05 10:00
    = MAINTENANCE RELEASE.
  +++ Minor bug fixes and enhancements.

v27.20.1007 - 2026-03-05 08:48 - unpublished
    ! Edit | Copy To... / Edit | Move To...: Since 20260227, the Browse... button has not 
      been returning the full path, but rather just the last component of it. Fixed.
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).

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

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

Post by admin »

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

Code: Select all

v27.20.1101 - 2026-03-07 13:57
    + Virtual Folders: Since their invention (v23.90.0411 - 2023-01-10 19:53), the rule 
      has been: "You cannot drag items into a VFO." That's no longer true. Now, you can. 
      You can even drag items onto folders in the Path column of a Virtual Folder.
    ! Custom Columns #1-10: Custom Columns with Trigger=Click were not refreshed on 
      Refresh Column, the Click symbol just remained in place. Fixed.
:info: To easily upgrade to this BETA version of XYplorer (32-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.

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

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

Post by admin »

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

Code: Select all

v27.20.1104 - 2026-03-08 18:20
    % View | Refresh Current Folder: Faster.
    ! View | Refresh Current Folder: Did not work properly on UNC paths (attributes and 
      icons were not updated). Fixed.
:info: To easily upgrade to this BETA version of XYplorer (32-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.

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

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

Post by admin »

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

Code: Select all

v27.20.1105 - 2026-03-10 13:04
    * Custom Copy | Overwrite Prompt: If the two files were the same size but had 
      different contents, the label would be red, indicating a potential issue. However, 
      there is no problem. It's fine. If the contents were the same, there would be no 
      reason to copy the file. Therefore, the label is now blue.
    * XYcopy: Updated to 2.10.0290.
    ! Hover Box: Since 20251001, the target in a Hover Box for Junctions and SymLinks has 
      been labeled "Mount Point Target" instead of "Junction Target". Fixed.
:info: To easily upgrade to this BETA version of XYplorer (32-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.

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

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

Post by admin »

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

Code: Select all

v27.20.1106 - 2026-03-10 19:06
    ! Custom File Icons: Since v27.20.1003 wildcard patterns containing square brackets 
      ([]) or # characters didn't work anymore. Fixed.
:info: To easily upgrade to this BETA version of XYplorer (32-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