BETA version (with detailed history information)

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v25.50.0201 - 2024-02-14 21:10
    + SC property enhanced: Added #NoFiles argument to return whether a branch 
      (recursive) has files in it or not (any contained subfolders don't count).
      - #NoFiles: The return value 2 means "this is a branch without files".
                  The return value 6 means "this is a branch with files".
      For example, this Color Filter will show branches without files in a pink color in 
      Tree and List (the syntax here includes the colors and can be used in Tools | List 
      Management | Color Filters...):
        B:prop:#nofiles:2>FFFF00,FF6FB7
    * SC property: Added new return value "E" to #empty, #nofiles, and #nosubs:
        E = Any error except "Access Denied"
        X = Accessed Denied
      This handling ensures that we don't get an "empty" when there was actually an error 
      during the check.
: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 might contain fresh bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...) before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @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

v25.50.0200 - 2024-02-14 15: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: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v25.50.0105 - 2024-02-14 10:07
    + Rename Preview: The footer now shows some statistics for the current job, including 
      the hidden state for unchanged items. If there are conflicts, the entire footer is 
      displayed in red.
: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 might contain fresh bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...) before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v25.50.0104 - 2024-02-13 17:40
    ! List and Tree | Inline Rename: IME issue (Chinese, Japanese, Korean text input). 
      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 might contain fresh bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...) before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v25.50.0103 - 2024-02-13 14:41
    + Scripting got a new function.
      Name: CEA
      Action: Sets or gets actions and scripts of the various Custom Event Actions.
      Syntax: cea(index, [action], [script])
        index: Index of the CEA.
               0 = CEA_TreeDoubleClickOnWhite
               1 = CEA_ListDoubleClickOnWhite
               2 = CEA_TabDoubleClickOnWhite
               3 = CEA_CrumbDoubleClickOnWhite
               4 = CEA_TreeMiddleClickOnWhite
               5 = CEA_ListMiddleClickOnWhite
               6 = CEA_TreeRightClickOnWhite
               7 = CEA_ListRightClickOnWhite
               8 = CEA_DoubleClickOnTab
               9 = CEA_MiddleClickOnTab
              10 = CEA_DoubleClickOnStatus
              11 = CEA_LeftClickOnStatus
              12 = CEA_MiddleClickOnStatus
              13 = CEA_MiddleClickOnFolder
              14 = CEA_MiddleClickOnFile
              15 = CEA_ABMiddleClickIcon
              16 = CEA_ABRightClickIcon
              17 = CEA_MouseButtonBack
              18 = CEA_MouseButtonForward
              19 = CEA_BrowseBefore
              20 = CEA_BrowseAfter
              21 = CEA_BrowseAfterPaint
              22 = CEA_AfterFileOperation
              23 = CEA_LineNumD
              24 = CEA_LineNumL
              25 = CEA_LineNumM
              26 = CEA_LineNumR
              27 = CEA_ListLeftClickOnWhite
              28 = CEA_DriveAddedRemoved
              29 = CEA_TabMiddleClickOnWhite
              30 = CEA_CrumbMiddleClickOnWhite
              31 = CEA_LineNumHeaderD
              32 = CEA_SwitchTabs
              33 = CEA_SwitchPanes
              34 = CEA_Exit
              35 = CEA_Start
              36 = CEA_RightClickOnTab
        action: Index of the action to set.
                First index is 0.
                Missing: Action remains unchanged.
                -1: return the current action index
                -2: return the current script
        script: Script to set.
                Standard line feeds (CRLF) are supported.
                Missing: Script remains unchanged.
        return: The current action index or script (see action parameter).
      Examples:
        cea(32, 0); //set Switch Tabs action to "None"
        cea(32, 2); //set Switch Tabs action to "Run Script"
        cea(32, , 'echo <curpath>;'); //set Switch Tabs script to "echo <curpath>;"
        echo cea(32, -1); //get Switch Tabs action index
        echo cea(32, -2); //get Switch Tabs script
    * Configuration | Preview | Thumbnails | Show folder thumbnails: They used to be drawn 
      1 pixel wider than file thumbnails, making the selection box around them 1 pixel 
      thinner (and harder too see). This is no longer the case.
    ! Toolbar | Go Now: Middle-click to open the current address bar location in a new 
      tab. Now it actually works.
    ! Toolbar: Button captions did not respect push effect. 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 might contain fresh bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...) before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v25.50.0102 - 2024-02-11 13:04
    + Rename Special | Batch Rename: Added switch /r for "Process in reverse order".
      This switch is especially interesting when automatic increments are added when 
      renaming multiple items at the same time. It allows you to number the items from the 
      bottom up which is nice and natural when the list is sorted by Modified descending.
      Example:
        Larry /r
      Note: Switch /r is functionally identical to flag 256 in SC rename. If you set both, 
      the flag and the switch, it will not double-reverse (= do nothing) but just reverse.
    + Rename Preview: Now the caption says "in reverse order" if that's the case.
: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 might contain fresh bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...) before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v25.50.0101 - 2024-02-07 13:02
    + Toolbar | Go Now: Added middle-click to open the location in a new tab.
    + Configuration | General | Controls & More | Miscellaneous | Paste to selected list 
      folder: Now it also works for shortcuts (LNK) to folders.
: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 might contain fresh bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...) before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @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

v25.50.0100 - 2024-02-06 20: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: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v25.50.0005 - 2024-02-06 14:21
    > Virtual Folders: Looks like the following cool use was never mentioned in the docs. 
      If you set a tab to a virtual folder like this:
        vi:|t|<pick 8.m>  //"Last 8"
      ... and then use "Set Home" and "Lock Home Zone" you can inject new locations into 
      the tab simply by selecting folders in the tree. So you can have a tab that only 
      shows you the last (newest) 8 files of any location you click on. Pretty cool.
    > BTW, the yet undocumented "t" switch above means: Show the virtual folder path in 
      the tree if possible (by default virtual folders are not represented in the tree).
      Note that this only works if the items listed in the virtual folder have a common 
      path. If they don't, or if there are no items at all, nothing will be selected in 
      the tree.
    ! Virtual Folders: Changing the location on a locked Virtual Folder tab resulted in 
      nothing but a short flicker. If the new location was another Virtual Folder, the 
      locked tab was permanently overwritten without questions asked. Fixed. Now the new 
      location is opened in the default or a new tab as expected.
    ! Paper Folders: Since 20230410, when switching from a Virtual Folder tab to a Paper 
      Folder tab, the list was empty instead of showing the Paper Folder contents. Same 
      problem when going directly from Virtual Folder to Paper Folder within a tab. Both 
      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 might contain fresh bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...) before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v25.50.0004 - 2024-02-05 15:35
    % Startup: Slightly faster and smoother again.
    * Tree: When the initial subfolder check is completed you now get a final "subfolder 
      check done" message. Usually only visible for a split second.
: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 might contain fresh bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...) before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v25.50.0003 - 2024-02-04 16:35
    ! Custom Columns | Type Icon: As of 20240125, icons of type ICO were no longer 
      vertically centered when the row height was increased. 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 might contain fresh bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...) before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v25.50.0002 - 2024-02-03 15:32
    * Configuration | General | Custom Event Actions | Clicking on White | Right-click on 
      white in file list: If set to "Pop up folder's context menu" then 
      Shift+Right-click on white will not pop the "Customize List" submenu anymore. That 
      way you can have the folder's *extended* shell context menu which is expected on 
      Shift+Right-click.
    * Custom Event Actions | Right-click on tab | Large menu: Three commands ("Tab 
      History...", "Type Stats and Filter...", "Toggle Live Filter") are now disabled when 
      the context menu is displayed for an inactive tab. They can only be applied to the 
      active tab.
: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 might contain fresh bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...) before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v25.50.0001 - 2024-02-01 18:32
    + Custom Copy: Added "Fast Intra-Volume Folder Move". This means that moving folders 
      within a volume (aka logical drive) is now done without browsing the contents. 
      Technically, the whole thing boils down to a single renaming operation. Makes 
      moving huge folders within a volume lightning fast.
      Of course, since there is no browsing, you will not get a detailed report about the 
      "moved" folder contents. In the "Full Report" these "Fast Intra-Volume Folder Moves" 
      are only one line, recognizable by the trailing backslashes.
      There's no GUI setting for now, just a tweak that's enabled by default (even for 
      upgraders). If you prefer the old slow way, set it to 0:
        CustomMoveIntraFastFolder=1
    * XYcopy: Updated to 2.10.0250.
    % Toolbar | Mini Tree: New icon, same idea, but flatter. The old one looked dated.
    ! Hover Box: When displaying wrapped text, it could still appear under the mouse 
      pointer when it should not. Fixed.
    ! File | Rename Special: In the input field, Ctrl+Arrow or double-click selection used 
      path components instead of words. 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 might contain fresh bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...) before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

:off: Summary of the latest XYplorer Official Release.

Direct Download: https://www.xyplorer.com/download/xyplorer_full.zip
Download Page: https://www.xyplorer.com/download.php
Release Notes: https://www.xyplorer.com/release.php

Code: Select all

v25.50.0000 - 2024-01-30 18:00
    = NEW OFFICIAL RELEASE. Main developments since last release:
  +++ Status Column. Now you can have the OneDrive Status column in the file list, 
      including searching and filtering by availability status.
  +++ Many Other Improvements. See change log.
:info: To easily upgrade to this new 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: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v25.40.0423 - 2024-01-29 15:24
    + List | Status Column: Added another status, "Syncing", which is shortly shown while 
      a file is being synced, e.g. when you open a file that needs to be downloaded first.
        Icon                   Meaning                           Number                   
    		------------------------------------------------------------------------
    		Blue arrows            Syncing                           6
    		------------------------------------------------------------------------
    + Configuration | General | Controls & More | Miscellaneous | Open favorite files 
      directly: Now you can hold down CTRL while selecting a favorite file to reverse the 
      current setting.
    ! Catalog: Toolbar Buttons In Catalog were drawn a bit too small in 125% screen 
      scaling.
    ! Input Dialog: The input box was covered since v25.40.0418. Fixed.
    ! List: Since v25.40.0420 you could get a blank list with view "List". 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 might contain fresh bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...) before running a new BETA version. This will also help in fixing any fresh bugs.

Locked