Here's the new BETA (64-bit)

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

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

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

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

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

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

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

admin
Site Admin
Posts: 66417
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.0027 - 2025-08-14 15:17
    ! Configuration Dialog: Broken since v27.90.0026. 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: 66417
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.0026 - 2025-08-14 09:45
    ! Opening Files with AddToRecentDocs tweak AND 1 (which is the factory default): 
      Whenever you launched a file, a strange file with random characters briefly appeared 
      on the desktop and then disappeared. Fixed. 
    ! Configuration | Preview | Thumbnails | Show dimensions of original: The wrong 
      dimensions were shown for certain image types (e.g., HEIC and AVIF). 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: 66417
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.0025 - 2025-08-13 13:58
    + New Variable <xybitness n>: Returns "32" or "64" depending on the bitness of 
      the main executable (XYplorer.exe).
        echo <xybitness n>; //"32" in the VB version, "64" in the TB version        
    * Thumbnail Creation: The status bar now displays all files for which a thumbnail has 
      been created. Previously, some files were omitted.
    * SC extracttext: The bitness argument is now ignored (it's only and always 64-bit 
      now), but kept in place for backward compatibility.
      Syntax: extracttext([file], [bitness], [flags])
        bitness: [obsolete and ignored, hard-coded to 64-bit]
    ! SC extracttext: Did not work properly without passing the obsolete bitness argument. 
      Fixed.
    ! Edit Boxes: There was an annoying DING sound when pressing ENTER or ESC in many edit 
      boxes. Fixed.
    ! Configuration | Preview | Thumbnails | Padding: Dropdown didn't work properly due to 
      a TB bug. Worked around it.
    ! Configuration | Preview | Thumbnails | Caption lines: Dropdown didn't work properly 
      due to a TB bug. Worked around it.
: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: 66417
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.0024 - 2025-08-12 19:19
    + Scripting got a new function (TB version only).
      Name: ApplyFolderView
      Action: Applies any of the saved folder views to the current list.
      Syntax: applyfolderview([path])
        path:   Path of the source folder view.
                If it does not look like a path it's checked for a partial match.
                If empty or missing then the default folder view is applied, if available.
        return: 0: No folder view found.
                1: Folder view found and successfully applied.
      Remarks:
        - You find a list of the available folder view here:
          View | Folder View Settings | Manage Folder Views...
        - You could create a small collection of folders in a corner of your AppData 
          folder, each with its own stored folder view. Then, you could use these folders 
          as a source for quickly applying a specific, complex style to the current list. 
          For example, you could use a custom toolbar button as a one-click solution for 
          this purpose.
      Examples:
        applyfolderview("E:\Test\FolderView2"); //matches exactly this path
        applyfolderview("Jimmy"); //matches the first folder view that contains "Jimmy" in the path
    + Floating Preview: Added toggle "Auto-Scroll to End" (Ctrl+E). Enable it to 
      automatically position the viewer at the end of a previewed text file. This can be 
      useful e.g. when viewing log files.
      The toggle is available in the context menu of the Floating Preview status bar 
      (which can be toggled by pressing S). The Ctrl+E keyboard shortcut is always 
      available (independently of the status bar and of the previewed file type), but of 
      course it only affects previewed texts.
      FYI, this raises tweak FPTextTail to the UI.
    * Info Panel | Raw View: Renamed the "Tail" toggle to "Auto-Scroll to End".
: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: 66417
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.0023 - 2025-08-11 15:47
    + Floating Preview: Added a way to auto-position the viewer at the end of a previewed 
      text file. Currently implemented as a tweak:
        FPTextTail=1
    % Thumbnails: Experimentally implemented a little speed boost for non-cached 
      thumbnails. Exponentially more noticeable the more thumbnails there are.
    + New Constant: <cr> is resolved to the Carriage Return byte (0D).
    + New Constant: <lf> is resolved to the Line Feed byte (0A).
    > Constants <cr> and <lf> take an optional count parameter for repetition. Example:
        echo "Catch<lf 22>22";
: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: 66417
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.0022 - 2025-08-08 11:46
    ! Floating Preview: Couldn't use ESC or F11 to close the dialog when previewing SVG 
      or ZIP. Fixed.
    ! Shell Copy/Move: Crash when a name collision occured and Shell Copy was used to 
      resolve it by appending suffixes. Fixed.
    ! Shell Copy/Move: (Got here only after the above fix) Action log wrong when a name 
      collision occured and Shell Copy was used to resolve it by appending suffixes. 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: 66417
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.0021 - 2025-08-07 14:56
    * Percentage: In various contexts, such as the "Reduced to" dimensions in the Hover 
      Box, ratios from 0.995 to 0.999 were rounded up and shown as 100%. Not good. Now,
      those values are rounded down to 0.99 and shown as 99%.
    ! Info Panel | Preview | Orange Button | Copy Original: Failed with "Not implemented" 
      (referring to ClipboardSetData). Worked around it.
    ! Info Panel | Preview | Orange Button | Copy Preview: Failed with "Not implemented" 
      (referring to ClipboardSetData). Worked around it.
: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: 66417
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.0020 - 2025-08-05 20:24
    + Floating Preview: Now it works for ZIPs and animated GIFs. Worked around a TB 
      limitation.
    * Configuration | Other | Features | User-Defined Commands: This feature was hidden by 
      default (v26.30.0402 - 2024-08-28 12:21). While today's users may easily become 
      overwhelmed, they also have difficulty finding settings. For this reason, the 
      feature has been re-enabled by default.
    * Configuration | Other | Features | Tabsets: This feature was hidden by default 
      (v26.30.0402 - 2024-08-28 12:21). While today's users may easily become overwhelmed, 
      they also have difficulty finding settings. For this reason, the feature has been 
      re-enabled by default.
    ! Configuration | Colors and Styles | Styles | Clipboard Markers | Colored lines: You 
      could get a rare error 9 (Subscript out of range) related to this setting. Fixed.
    ! Floating Preview: Rotating WEBP and other "Preview as Thumbnail" formats 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.

Locked