Here's the new BETA (32-bit)

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

v25.40.0011 - 2023-12-25 14:34
    + SC get got a new named argument "network" to return network items (items to be 
      listed directly under the Network node) using various methods.
      Syntax: get("network", method)
        method: 0: Shell
                   Works everywhere, but is not the fastest.
                1: NetServerEnum
                   Works fast if it works.
                2: WNet
                   Works great on Win8 and earlier, but needs SMB1 and hence fails on 
                   Win10 and later.
      Remarks:
        - This feature is mostly for debugging and determining what works best on your 
          current system. You can then change the default network enumeration method with 
          tweak NetworkEnumeration (see below).
        - The "networki" variant adds some information to the bottom of the list, including 
          the time.
      Examples:
        text get("network", 0);   //Shell
        text get("network", 1);   //NetServerEnum
        text get("network", 2);   //WNet
        text get("networki", 1);  //NetServerEnum with timing and info
    + Unofficial SC tweak enhanced: Added key "NetworkEnumeration" to select the default 
      network enumeration method.
      Examples:
        tweak("NetworkEnumeration", 0); //Shell (factory default)
        tweak("NetworkEnumeration", 1); //NetServerEnum
        tweak("NetworkEnumeration", 2); //WNet
        tweak("NetworkEnumeration");    //show current value in status bar
: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: 66375
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

v25.40.0010 - 2023-12-24 15:40
    - Network: The v25.40.0006 rewrite failed in Win10/11. Removed.
    > Merry XYmas!
: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: 66375
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

v25.40.0008 - 2023-12-24 09:55
    > Network: Yesterday's rewrite seems to fail completely on Win10 (and probably Win11). 
      Can anyone confirm or deny this? Refresh the Network listing and check the debug log 
      (dlog;) for any errors named "Net.EnumResources 0: ..."
    ! Catalog | Click and Search | Tags: Fixed an error 9.
: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: 66375
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

v25.40.0007 - 2023-12-23 20:59
    + Configuration | Tabs and Panes | Tabs | Visual style: XYplorer Archaic Style is now 
      also supported in Dark Mode. Previously it fell forward to XYplorer Modern Style.
    * XYcopy: Updated to 2.10.0246.
: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: 66375
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

v25.40.0006 - 2023-12-23 13:54
    % Network: Completely rewrote the network enumeration (listing of servers under 
      Network) with the idea of making it faster in Windows 10 and 11.
    ! Configuration | Colors and Styles | Colors | Marked Text 1 / 2: Changed from blue to 
      black in a fresh instance a few days ago. 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: 66375
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

v25.40.0005 - 2023-12-22 19:06
    + SC array: You can now pass a single variable to the array() special function. For 
      example, this will now work as you probably expected:
        $values = "vampire,cow";
          $arr[] = array($values);
          echo $arr[0]; //vampire
: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: 66375
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

v25.40.0004 - 2023-12-22 12:28
    + Searching for Labels: Since there are soft labels, we need a way to search for 
      labels regardless of their current value, i.e. by their index. This can now be done 
      by passing the index in quotes and prefixing it with a #, e.g. lbl:"#1".
    
      Pattern                   Matches
        Quick search:
          lbl:red               all items where the label matches *red*
          lbl:#1                all items where the label matches *red* (if label #1 is "Red")
          lbl:"#1"              all items with label #1
        Fast database search, including Catalog | Click and Search | Labels:
          This PC?#1 /L         all items where the label matches *red* (case-insensitive)
          This PC?"#1" /L       all items with label #1
        Bizarre fringe cases:
          lbl:#0                all items where the label matches *#0*
          lbl:"#0"              all items without a label
          lbl:#                 all items where the label contains a number (= matching *#*)
          lbl:"#"               all items where the label is a 1-digit number (= matching #)
      BTW, Live and Visual filters already support this syntax. These patterns will match 
      a label #6:
        lbl:"#6" 
        Label:"#6"
    + Catalog | Click and Search | Labels: Now items pointing to soft labels are correctly 
      configured to point to the label index instead of the caption being or containing a 
      variable (which did not find anything).
    * Interface Translation Tool | View | Validate Spaces: Changed _ to ~ as visualizer 
      for spaces. Better countable.
    ! Network: A change in v20.70.0012 - 2020-02-06 20:42 has prevented the login dialog 
      for admin shares. Fix #2.
: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: 66375
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

v25.40.0002 - 2023-12-21 11:54
    ! Network: A change in v20.70.0012 - 2020-02-06 20:42 has prevented the login dialog 
      for admin shares. 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: 66375
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

v25.40.0001 - 2023-12-20 15:39
    + Interface Translation Tool | View | Validate Spaces: If this option is selected and 
      invalid translations are found, then flanking spaces are now displayed with a 
      special character to make the error visible.
: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: 66375
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.

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.40.0000 - 2023-12-19 19:00
    = NEW OFFICIAL RELEASE. Main developments since last release:
  +++ Looks. The GUI got a little facelift. Rounded tabs, fading captions, general 
      airiness and smoothness.
  +++ 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: 66375
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

v25.30.0020 - 2023-12-18 12:48
    * Updated the help file.
    * XYcopy: Updated to 2.10.0245.
    ! Custom Copy | Progress Dialog: Animation scaling was not perfect. 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: 66375
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

v25.30.0019 - 2023-12-17 17:39
    + Custom Copy | Progress Dialog: Animation now works on all screen resolutions and 
      with background operations.
    * XYcopy: Updated to 2.10.0244.
    ! Color Filters: Filters using borders (switches f and b) and roundness did not work 
      yet in the tree. Fixed.
    ! Catalog | Click and Search | Tags: Fixed an error 9.
: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: 66375
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

v25.30.0018 - 2023-12-16 16:56
    + Custom Copy | Progress Dialog: The icon is now animated while copying files. It's an 
      experiment, currently only implemented for foreground operations and only at 100% 
      screen resolution. Dark mode, however, is already supported.
    ! Catalog | Click and Search | Labels: Click on a Label did not return anything 
      anymore. Fixed.
    ! Catalog | Click and Search | Tags: Click on a Tag did not return anything anymore. 
      Fixed.
    ! Catalog | Click and Search | Labels: Returned partial matches, which obviously 
      should not happen here. Fixed. Since they support partial matches, labels in 
      searches run from a "Click and Search: Labels" category always have to be quoted.
: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: 66375
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

v25.30.0016 - 2023-12-15 15:02
    + Color Filters: Filters using borders (switches f and b) now also honor roundness.
    % Toolbar: Button backgrounds now fully anti-aliased. Almost too subtle to notice, but 
      you will subconsciously welcome the new smoothness.
    % Mini Toolbars: All mini toolbars throughout the application now use the native XY 
      style instead of the Windows themes style.
: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: 66375
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

v25.30.0015 - 2023-12-14 12:43
    + Configuration | General | Tree and List | Tree: Added setting "Expand tree nodes on 
      browse". Expands a collapsed node in the tree when you browse it in a way other than 
      directly clicking it (which is handled by "Expand tree nodes on single-click"), e.g. 
      by double-clicking a folder in the list, selecting a favorite folder, or using the 
      address bar.
      Note that this feature only works in the Maxi Tree, not in the Mini Tree (where it 
      would defeat the purpose of the Mini Tree).
      FYI, this feature existed before under the name "Expand destination node in tree", 
      but was removed in v24.30.0123 - 2023-04-25 17:00 and kept only as a tweak. Now it's 
      back.
    ! XYplorer Modern Style: Minor adjustments to handle different screen resolutions.
: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