Here's the new BETA (64-bit)

Get a glimpse of the next XYplorer...
Locked
admin
Site Admin
Posts: 66421
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.20.0303 - 2026-02-28 14:04
    ! 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 (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.

admin
Site Admin
Posts: 66421
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.20.0302 - 2026-02-27 20:54
    ! 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: 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.

admin
Site Admin
Posts: 66421
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.20.0301 - 2026-02-26 21:19
    ! 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).
    ! Overlong Items: Copying overlong items to the clipboard could lead to fatal memory 
      corruption resulting in a crash sooner or later. Fixed.
: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.

admin
Site Admin
Posts: 66421
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 »

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

Download Page: https://www.xyplorer.com/download.php?bit=64

Code: Select all

v28.20.0300 - 2026-02-24 18: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: 66421
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.20.0204 - 2026-02-24 12:56
    ! 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.
: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.

admin
Site Admin
Posts: 66421
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.20.0203 - 2026-02-22 20:40
    % 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%.
    ! 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 (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.

admin
Site Admin
Posts: 66421
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.20.0202 - 2026-02-20 12:40
    + 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.
    ! 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 (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.

admin
Site Admin
Posts: 66421
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.20.0201 - 2026-02-19 12:59
    + 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 (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.

admin
Site Admin
Posts: 66421
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 »

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

Download Page: https://www.xyplorer.com/download.php?bit=64

Code: Select all

v28.20.0200 - 2026-02-12 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).

admin
Site Admin
Posts: 66421
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.20.0104 - 2026-02-12 09:28
    + 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
: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.

admin
Site Admin
Posts: 66421
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.20.0103 - 2026-02-11 17:23
    ! 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.
    ! Status Bar: The "shaking icon" effect did not work right in tB. Fixed.
: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.

admin
Site Admin
Posts: 66421
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.20.0102 - 2026-02-11 09:56
    ! 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 (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.

admin
Site Admin
Posts: 66421
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.20.0101 - 2026-02-09 16:32
    ! Configuration | General | Menus, Mouse, Usability | Context Menus | Hide shell 
      extensions from shell context menu: Attempting to show the shell context menu for 
      multiple types could raise an "Automation error" for some type combinations. No 
      pattern detectable, looks like a Windows bug; reproducible in Win8.1 and Win11. 
      Worked around: Now you'll get the native context menu in those situations.
    ! About Box: In the recent versions of tB the About Box layout broke on higher DPI. 
      Fixed.
: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.

admin
Site Admin
Posts: 66421
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 »

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

Download Page: https://www.xyplorer.com/download.php?bit=64

Code: Select all

v28.20.0100 - 2026-02-01 18: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: 66421
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.20.0002 - 2026-01-30 17:39
    ! Dialogs: Closing a modal form could leave the parent form hidden behind other 
      windows. Fixed.
: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