Here's the new BETA (64-bit)

Get a glimpse of the next XYplorer...
admin
Site Admin
Posts: 64240
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

v27.90.0028 - 2025-08-16 20:45
    + Miscellaneous | Tree: Two new no-GUI commands have been added that allow you to 
      quickly switch between sibling folders using the keyboard, even when the tree is not 
      focused:
        - Go to Next Sibling        (Ctrl+Alt+Numpad Subtract)
        - Go to Previous Sibling    (Ctrl+Shift+Alt+Numpad Subtract)
      NOTE: If you upgrade to this beta, you have to manually assign the shortcuts via 
      Tools | Customize Keyboard Shortcuts. The default shortcuts are clumsy, but there 
      aren't many options left. You can easily change them to whatever you like.
    ! Tree: In the Mini Tree, Ctrl+Down/Up did not always work properly to go to the next 
      or previous sibling. Fixed.
    + Custom Copy: When moving folders with contents to another volume (or to the same 
      volume with "CustomMoveIntraFastFolder=0") there is a post-processing phase "Empty 
      source folders are removed...".
      This phase used to freeze (with a nonresponsive progress dialog) on very large jobs 
      (thousands of folders). But not anymore! Now, there is live progress feedback.
    * XYcopy: Updated to 2.20.0006.
    * SC filter: Since v7.90.0078 - 2009-01-27 21:16, the Visual Filter patterns used by 
      this command have not been added to the Visual Filter Most Recently Used (MRU) list. 
      However, this was inconsistent with the behavior of other comparable patterns, such 
      as Live Filters and Ghost Filters. Therefore, the change was made so that the 
      patterns are added to the MRU.
    ! Undo/Redo: After renaming a tagged folder, selecting Undo did not update the tags. 
      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.
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.

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

v27.90.0031 - 2025-08-17 16:21
    + Configuration | Jump to Setting: The settings list now also contains all bold 
      subsection headings. Before, typing "Report" into the filter box yielded no results. 
      It will now.
    ! Scripting: Crashed after only 8 recursions, whereas VB6 could stand 63. Fixed.  
      Adjusted the build stack reserve size from 1 MB to 8 MB, and it can now handle 80 
      recursions. This makes the recursion resilience better than that of VB6.
: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.
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.

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

v27.90.0032 - 2025-08-19 13:10
    * MLS: Internally updated to version 8.197.
    ! Minimized to Tray: When the app is closed while minimized to the system tray and 
      reopened in that state, tB erroneously displays the app in the taskbar in addition 
      to the system tray. If you clicked on the incorrect taskbar icon and the app had 
      previously been maximized, the entire layout would become broken. This has been 
      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.
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.

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

v27.90.0033 - 2025-08-22 11:56
    + SC conf enhanced: Added setting "ShowIconOverlays" to control "Configuration | 
      General | Refresh, Icons, History | Icons | Show icon overlays" programmatically.
      Examples:
        echo conf("ShowIconOverlays");  //get (value is also shown in status bar)
        conf("ShowIconOverlays");       //get (value is shown in status bar)
        conf("ShowIconOverlays", 1);    //set
        conf("ShowIconOverlays", 0);    //unset
        conf("ShowIconOverlays", 0, 1); //toggle 0/1
        conf("ShowIconOverlays", "");   //toggle 0/1, alt syntax
    * XYcopy: Updated to 2.20.0007.
    ! Junctions: Retrieving junction targets did not work properly. 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.
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.

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

v27.90.0034 - 2025-08-23 17:19
    + Scripting got a new function.
      Name: MRU
      Action: Adds an item to an MRU list and returns the last used item from the list.
      Syntax: mru(type, [add])
        type: Type of list.
          vf: Visual Filters /currently this is the only supported list)
        add: [optional] Item to add to the top of the list (= last used).
             If missing or empty, the current list is not altered.
        return: Last used item from the list (before adding the "add" item).
      Examples:
        echo mru("vf"); //show the last used Visual Filter
        mru("vf", "*.txt"); //set "*.txt" as last used Visual Filter
    * SC filter: Removed the change from v27.90.0028 - 2025-08-16 20:45. Setting Visual 
      Filters with SC filter will not update the Visual Filter MRU list anymore, just like 
      it was all the time since v7.90.0078 - 2009-01-27 21:16.
      If you need your scripted filter in the MRU list, you now can use SC mru (see above).
    + SC rename: New mode "ProperCase_NX". Same as "ProperCase" but without applying the 
      exceptions defined in tweaks RenameTitleCaseExceptions and RenameTitleCaseExceptionsKeep.
      Examples (with the default exceptions):
        rename "propercase";    // a house on the beach.txt -> A House on the Beach.txt
        rename "propercase_nx"; // a house on the beach.txt -> A House On The Beach.txt
: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.
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.

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

v27.90.0035 - 2025-08-26 14:52
    % Load Times: Improved the granularity to better focus on the slow parts.
    ! Configuration | Colors and Styles | Highlights & Dark Mode | Selections: On 
      "XYplorer Style (Rounded)" the focus rect was not drawn rounded when Full Row Select 
      was enabled. Fixed.
    ! XYplorer Style (Rounded): Various other fixes and improvements concerning 
      selections, focus rect, and hover effect.
: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.
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.

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

v27.90.0036 - 2025-08-26 20:36
    + SC llog and get("loadtimes"): Show a little more info in the top section now.
    ! Configuration | Other | Features | File Tagging: Startup worked too hard if this was 
      disabled. 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.
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.

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

v27.90.0037 - 2025-08-28 19:09
    + User | Manage Commands...: Added accelerators to most of the labels.
    ! Preview: When switching from an animated GIF preview to a WEBP preview, the GIF 
      preview was not removed. 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.
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.

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

v27.90.0038 - 2025-08-29 17:16
    + Configuration | General | Sort and Rename | Sort: Added option "Treat hyphens and 
      apostrophes like normal characters".
      Background: Unless it's a binary comparison, Windows's string comparison treats 
      hyphens and apostrophes in a special way that might not produce the desired sort 
      order. Now you are in control. For example:
        Not ticked:         Ticked:
          File.txt            File.txt
          File'A.txt          File'A.txt
          File-A.txt          File'C.txt
          FileB.txt           File-A.txt
          File'C.txt          File-C.txt
          File-C.txt          FileB.txt
      Remarks:
        - This setting only affects the Text and Natural sort methods.
        - And it only affects sorting in the main file list. Not in the folder tree and 
          not anywhere else.
        - Ticking this setting will slow down sorting a tiny bit, so if you don't need it, 
          don't tick it.
    ! Main Menu: Checkmarks in a submenu are not always updated when using the integrated 
      menu bar on the toolbar. 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.
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.

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

v27.90.0040 - 2025-09-01 14:37
    * Configuration | Colors and Styles | Styles | Overall spacing: Increased the max from 
      8 to 12.
    * Factory Defaults: Overall spacing increased from 4 to 8 (Configuration | Colors and 
      Styles | Styles | Overall spacing). Some buttons were also removed from the toolbar 
      to make the app look lighter and more up to date.
    ! MLS: Removed three unnecessary translations.
: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.
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.

Locked