Here's the new BETA (32-bit)

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v23.50.0211 - 2022-08-28 11:15
    + Hover Box: Added tweak to exclude certain file types (identified by extension) from 
      the Hover Box. Extensions are separated by . (dot), for example:
        HoverBoxSkipExt=txt.wim
    ! Hover Box: Since 20220806, text content could skip a line when word wrapping was 
      enabled. Fixed.
    ! Floating Preview: Toggle Zoom (G) did not work with "Zoom to Fit" enabled. Fixed.
    ! SC zip_list2: Returned superfluous <tab> prefixes on filenames. Fixed.
    ! SC zip_extract: When WinRAR/7z is used as extractor and a single item filename with 
      spaces is passed it needed to be extra-quoted:
        zip_extract(<curitem>, , """a b.txt""");
      Fixed. No more extra-quotes needed:
        zip_extract(<curitem>, , "a b.txt");  //OK with both rar/7z and zipfldr
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a package: (1) Installer Package, (2) No-Install Package.

:!!: 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: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v23.50.0210 - 2022-08-27 12:27
    + Floating Preview | Context Menu: Added toggle "Zoom by Wheel" (Y).
      - If ticked then Wheel zooms in and out, and Ctrl+Wheel browses through the files.
      - If unticked then Ctrl+Wheel zooms in and out, and Wheel browses through the files.
      The new factory default (not for upgraders) is ticked. The Windows image preview 
      does it, too.
    ! Floating Preview: LMB-panning an enlarged preview did not work anymore with "Zoom to 
      Fit" enabled. Fixed.
    ! Extended Shell Properties: Could trigger an unwanted error message. Fixed.
    ! Custom Toolbar Buttons: Since 20220818 SC button would not work anymore from a CTB. Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a package: (1) Installer Package, (2) No-Install Package.

:!!: 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: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v23.50.0208 - 2022-08-26 21:22
    + SC property enhanced: Added argument "#Attr" to return the file attributes of an 
      item in the usual letter format.
        #Attr         = File Attributes as Letters, e.g. "AI" or "DJI"
      Examples:
        text property("#Attr");   //defaults to current list item
        text property("#Attr", "E:\Test\funstuff\goodfellas.jpg");
      Also available as variable:
        text <prop #attr>;  //case doesn't matter
    - Undid this change from v23.50.0006 - 2022-08-11 21:10:
      ! Hard Links: Retrieving the number of Hard Links did not work correctly with 
        junctions (they were always shown as having zero Hard Links). Now the returns refer 
        to the number of Hard Links of the target paths of the junctions.
      Shitty idea, and the statement is wrong too. Forget it.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a package: (1) Installer Package, (2) No-Install Package.

:!!: 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: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v23.50.0207 - 2022-08-26 17:52
    % Floating Preview: Resizing the preview window with "Zoom to Fit" enabled is now 
      ultra-smooth.
    ! Floating Preview: Since the v23.50.0203 "Zoom to Fit" fix the zoom did not work 
      anymore when "Zoom to Fit" was enabled. Fixed.
    ! MLS: Some menu items remained untranslated when their keyboard shortcut was removed. 
      Fixed.
    ! Color Filters: Since they are cached in the list, adding or removing drives was 
      missing a necessary cache refresh. Fixed.
    ! Configuration | Information | File Info Tips & Hover Box | Visible time in 
      milliseconds: Change was not applied to tips for clipped tree and list items. Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a package: (1) Installer Package, (2) No-Install Package.

:!!: 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: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v23.50.0206 - 2022-08-26 09:41
    + Catalog: Added another value to tweak CatalogFlags (bit field):
        16: Left single-click expands/collapses categories.
    * Info Panel | Find Files | Name & Location | Find hidden: Now it also ignores any 
      active Ghost Filter.
    ! Encrypted Items Icon Overlays: Now the overlays are also shown for Custom File 
      Icons (Win 10 and later).
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a package: (1) Installer Package, (2) No-Install Package.

:!!: 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: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v23.50.0205 - 2022-08-25 19:28
    + Toolbar | Random Order: Now the button's context menu features the toggle "Include 
      Folders". Tick it to also shuffle the folders.    
    ! List Icons: Re-did and improved my own fix attempts.    
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a package: (1) Installer Package, (2) No-Install Package.

:!!: 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: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v23.50.0203 - 2022-08-25 12:36
    ! SC unset: Since 20220815, unsetting a variable that didn't exist (so unset was 
      totally unnecessary) resulted in that variable actually being created. Fixed.
    ! Floating Preview: "Zoom to Fit" did not work anymore. Fixed.
    ! Configuration | Colors and Styles | Templates | Status Bar: Fixed various issues.
    ! List Icons: Looks like they fixed it. Undid my own fix attempts.
    ! SC exists: Did not support items on portable devices. Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a package: (1) Installer Package, (2) No-Install Package.

:!!: 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: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v23.50.0202 - 2022-08-24 19:42
    ! List Icons: Icons no longer work in the latest Win 11 versions. Now it should also 
      be fixed for files. Fix #2.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a package: (1) Installer Package, (2) No-Install Package.

:!!: 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: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v23.50.0201 - 2022-08-24 17:42
    ! List Icons: Icons no longer work in the latest Win 11 versions. A fix from MS is not 
      in sight, nor is there any documentation. So I'm shooting in the dark here. Fix #1.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a package: (1) Installer Package, (2) No-Install Package.

:!!: 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: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @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

v23.50.0200 - 2022-08-23 21:00
    = MAINTENANCE RELEASE.
  +++ Minor bug fixes and enhancements.
To download this OFFICIAL version choose a package: (1) Installer Package, (2) No-Install Package.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v23.50.0103 - 2022-08-23 17:07
    ! List | Color Filters: Since caching the color was not immediately refreshed after a 
      rename. Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a package: (1) Installer Package, (2) No-Install Package.

:!!: 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: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v23.50.0102 - 2022-08-23 13:55
    * SC hash enhanced. Now you can have Unicode strings converted to UTF8 first. This 
      should be the way to go for Unicode strings, although it's difficult to find 
      authoritative information about it.
      Syntax: hash([algo=md5], [string], [flags])
        flags: (binary field)
          4:  Convert Unicode strings to UTF8 before hashing.
      Remarks: While Flag 4 is probably the way to go, it's not being made the default 
        because it would break old code.
      Example:
        text hash("md5", "李振藩", 0); //0d1b08c34858921bc7c662b228acb7ba = probably incorrect
        text hash("md5", "李振藩", 4); //5f5f4736a7c75238c23f8c9601c796cf = probably correct
    * File Info Tips & Hover Box: Now if both compete and SHIFT is held done, the one with 
      "Only while the shift key is held down" wins if there is only one.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a package: (1) Installer Package, (2) No-Install Package.

:!!: 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: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v23.50.0101 - 2022-08-23 12:16
    * Hover Box: Now "Files: " is prefixed to the byte count in a Hover Box on folders. 
      Previously, the bytes info was potentially misleading.
    ! Thumbnails: The pixel dirt fix from v23.50.0029 lead to unnecessarily small icons 
      under some conditions. Fixed.
    ! UTF8: The v23.50.0019 fix invalidated some user licenses with Unicode characters in 
      their names. Fixed.
    ! List: Icon overlays were not shown for encrypted folders (e.g. the EFS padlock icon 
      overlay). Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a package: (1) Installer Package, (2) No-Install Package.

:!!: 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: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v23.50.0029 - 2022-08-22 12:53
    + SC property #contains: Now on "Accessed Denied" the return value is "X".
      Example:
        text property("#contains.*.jpg", "C:\System Volume Information\");
      Previously, such folders returned the same values as if they contained no match.
    ! SC property #contains: Did not work correctly with junctions (they were 
      always shown as if they contained no match). Fixed. Now the returns refer to the 
      target paths of the junctions.
    ! Thumbnails: In Win 10 (and probably later) folder links showed some pixel dirt below 
      the folder thumbnails. That dirt semmed from the link arrow overlay. Should be 
      cleaned now.
    * Updated the help file (apart from Admin Settings and Scripting Arrays which are 
      still in progress).
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a package: (1) Installer Package, (2) No-Install Package.

:!!: 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: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v23.50.0028 - 2022-08-21 15:53
    + SC ThumbsConf enhanced. Added field "FolderThumbs" to the "settings" argument:
      Syntax: thumbsconf([settings="ShowCaption,ZoomToFill,Style,Padding,Transparency, _
                  ShowIcon,ShowDimensions,OverlayCaption,FolderThumbs"], [separator=","])
        settings:
          FolderThumbs: 0 or 1 or ! (toggle 0/1)
                    = Configuration | Preview | Thumbnails | Show folder thumbnails
      Example:
        thumbsconf(",,,,,,,,!"); //toggle FolderThumbs
    + Tab Bars | Context Menu: The right-click on empty menu now features a command "Close 
      this pane". Does what it says.
    * Configuration | General | Sort and Rename | Rename | Resort list immediately after 
      rename: Now this ticked setting will be ignored when the current sort order is 
      manual or random.
    % Dark Mode: Improved the contrast of the Size Circles and Size Bars.
    * XYcopy: Updated to 2.10.0197.
    ! List: Icon overlays were not shown for encrypted files (e.g. the EFS padlock icon 
      overlay). Fixed.
    ! Configuration | Preview | Thumbnails | Show folder thumbnails: LNKs to folders did 
      not obey. Fixed.
    ! Links Folder: Did not list links with non-lowercase extension (e.g. *.LNK). Fixed.
    ! List | Color Filters: Since they are cached (v23.50.0024 - 2022-08-18 17:40) a list 
      update was sometimes missing. Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a package: (1) Installer Package, (2) No-Install Package.

:!!: 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