BETA version (with detailed history information)

Get a glimpse of the next XYplorer...
Locked
admin
Site Admin
Posts: 60595
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.0305 - 2024-02-24 20:24
    * Tweak ThumbsOverlaySpecs: Now the font size percentage (relative to the list font 
      size) can be stated in the 6th field. For example 120% (default is 90%):
        ThumbsOverlaySpecs=333333,FFFFFF,160,0,0,120
    ! Configuration | Preview | Thumbnails | Show dimensions of original: Fixed some 
      glitches with the new tweak options.
: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: 60595
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.0304 - 2024-02-23 10:55
    + Added a tweak to customize the content of the thumbnail overlay (which by default 
      shows the dimensions of the original image). Now you can show any properties you 
      want using the usual syntax.
      For example, the "date taken" might be more interesting to you than the image size, 
      especially if all your images are the same size. You could do it like this:
        ThumbsOverlayContent=<prop #image.datetaken '© '>
      It will put a '©' in front of the date if there is one, otherwise no overlay will be 
      shown.
      Linefeeds are supported with <crlf>. This is a two-liner:
        ThumbsOverlayContent=<prop #image.focallength> <prop #image.fstop> <prop #image.exposuretime> _
            <prop #image.isospeed><crlf><prop #image.datetaken '© '>
    + Configuration | Preview | Thumbnails | Show dimensions of original: Now you can 
      toggle this setting with the keyboard shortcut assigned to "View | Columns | Shrink 
      Name Column" (Ctrl+Shift+Numpad Subtract by default) if the list is in thumbnails view.
      FYI, similarly the "View | Columns | Grow Name Column" shortcut can toggle 
      "Configuration | Preview | Thumbnails | Overlay caption" and the "View | Columns | 
      Autosize Columns Now" shortcut can toggle "Configuration | Preview | Thumbnails | 
      Show caption".
: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: 60595
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.0303 - 2024-02-21 18:37
    * Configuration | Preview | Thumbnails | Show dimensions of original: Now the 
      semi-transparent background of the dimensions is slightly rounded at the corners  
      and a bit darker, the font size is slightly smaller, and there are thousand 
      separators where needed.
: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: 60595
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.0302 - 2024-02-20 19:47
    * Configuration | Preview | Thumbnails | Show dimensions of original: Changed what was 
      done in v25.50.0202 - 2024-02-15 17:06. Now you can tweak which dimensions are shown 
      if the thumbnail of a file is created from an embedded thumbnail:
        ShowPicSizeEmbedded=0   'show original size (default)
        ShowPicSizeEmbedded=1   'show embedded size
        ShowPicSizeEmbedded=1   'show embedded and original size, the latter in parentheses
: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: 60595
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.0301 - 2024-02-20 12:55
    * SC rename: Now when you add a suffix to a file that is formally just an extension 
      without a base (e.g. .htaccess), the suffix is appended to the full filename, not 
      before the period. For example:
        rename b, '*-<datem yyyymmdd>'; // Test.txt  --> Test-20240218.txt
                                        // .htaccess --> .htaccess-20240218
      The same kind of exception is already used in the various "File | Duplicate | Copy 
      Here" functions since 20150612.
    * File | Rename Special | Set Extension...: A file that is formally just an extension 
      without a base (e.g. .htaccess) is now seen as a file without extension.
: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: 60595
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.0300 - 2024-02-16 17: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: 60595
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.0204 - 2024-02-16 09:37
    * Configuration | Colors and Styles | Colors | Focused Item: Now the color adjusts to 
      the list background color if the list is in a boxed branch and "Configuration | 
      Colors and Styles | Styles | Mirror tree box color in list" is checked.
: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: 60595
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.0203 - 2024-02-15 20:50
    ! List and Tree | Inline Rename: Another alignment problem since the IME fix 
      (v25.50.0104 - 2024-02-13 17:40). 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: 60595
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.0202 - 2024-02-15 17:06
    + Configuration | Preview | Thumbnails | Show dimensions of original: If the original 
      can only be shown using an embedded thumbnail, now the dimensions of the embedded 
      thumbnail are shown, followed by the dimensions of the original.
    ! List and Tree | Inline Rename: Since the IME fix (v25.50.0104 - 2024-02-13 17:40), 
      an alignment problem could occur when pasting long text into a smaller rename box. 
      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: 60595
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: 60595
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: 60595
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: 60595
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: 60595
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: 60595
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.

Locked