Here's the new BETA (32-bit)

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

v26.40.0303 - 2024-09-30 16:12
    + Scripting got a new function.
      Name: Age
      Action: Converts a number of milliseconds into a human-friendly age format.
      Syntax: age(msecs, [maxfields=2], [sepfields=", "])
        msecs:  Number of milliseconds.
        maxfields: Maximum number of fields.
                Defaults to 2.
        sepfields: Separator between fields.
                Defaults to ", ".
      Examples:
        echo age(); //0 secs
        echo age(1000642);     //16 mins, 40 secs
        echo age(1000642, 3);  //16 mins, 40 secs, 642 ms
        echo age(1000000642);     //11 days, 13 hrs
        echo age(1000000642, 5);  //11 days, 13 hrs, 46 mins, 40 secs, 642 ms
        echo age(1000000642, 5, " & ");  //11 days & 13 hrs & 46 mins & 40 secs & 642 ms
        // age() can be nicely combined with datediff() using the ms (milliseconds) interval:
        echo age(datediff("2008-08-08", , ms)); //16 years, 1 month before now (2024-09-30)
      Remarks:
        Months are a tricky unit here because they have different lengths. This is solved 
        by using an average length of a month of 30.436875 days (365.2425 / 12). 
        Note that the results of this strategy are sometimes counterintuitive when 
        the input is in the form of calendar dates:
          echo age(datediff("2024-08-08", "2024-09-09", ms));  //1 month, 2 days
          echo age(datediff("2024-09-08", "2024-10-09", ms));  //1 month, 1 day
: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 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: 66366
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

v26.40.0302 - 2024-09-29 16:22
    * Line Numbers: Now they are vertically centered regardless of their font size.
    * Line Numbers: Now the column width adjusts to their font size.
: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 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: 66366
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

v26.40.0301 - 2024-09-29 11:55
    + Configuration | Colors and Styles | Fonts: Added setting "Line numbers relative font 
      size (%)". Lets you reduce the font size of the line numbers in the main file list 
      and all small lists by specifying a percentage relative to the general list font 
      size. Valid values range from 50 to 100. Factory default is 90.
      Since v26.40.0207 this value was hard-coded to 90%. Now it's configurable.
: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 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: 66366
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

v26.40.0300 - 2024-09-28 21: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: 66366
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

v26.40.0208 - 2024-09-28 18:16
    ! Hover Box: Since v26.40.0101, the Hover Box did not work anymore on files in MUSD 
      (Mouse Up Show Down) lists inside a special folder or a Rapid Access folder (showed 
      "File is empty" always). 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 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: 66366
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

v26.40.0207 - 2024-09-27 19:00
    % Line Numbers: In the main file list and all small lists, the line numbers are now 
      printed a bit smaller (about 90%) than the main list data. Looks better and makes 
      things easier to read.
: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 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: 66366
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

v26.40.0206 - 2024-09-25 11:39
    + Live Filter Box in Small Lists: Now you can filter lists by a literal * (asterisk), 
      i.e. one that isn't a wildcard, simply by doubling it. For example:
        *.exe     //matches any string (incl. nothing) that ends with .exe
        **.exe    //matches any string that contains *.exe (internally converted to *[*].exe*)
    > You can now also go that way yourself more directly:
        [*] is a literal *
        [?] is a literal ?
      And it's the only way to achieve this:
        *[*].exe  //matches any string (incl. nothing) that ends with *.exe
    ! Multi Row Toolbar: More drawing glitches with duplicate buttons. 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 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: 66366
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

v26.40.0205 - 2024-09-23 13:27
    + Skip Custom Columns: The toggle is now also available in the context menu of the 
      Custom Column headers.
: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 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: 66366
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

v26.40.0204 - 2024-09-22 17:40
    ! Hover Box: Since v26.40.0101, the Hover Box did not work anymore on symlinks to 
      files (showed "File is empty" always). Fixed.
    ! Multi Row Toolbar: More drawing glitches with duplicate buttons over multiple rows. 
      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 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: 66366
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

v26.40.0203 - 2024-09-22 12:30
    + Menu View | Columns: Added toggle "Skip Custom Columns". Check it to not fill custom 
      columns in the current list. Custom columns are often time-consuming, especially 
      when scripts are involved. This new option allows you to temporarily disable this 
      service when the extra information is not needed.
      As always, it's remembered across sessions.
      Note that you can still manually populate a custom column by clicking "Refresh 
      Column" in the context menu of the column header.
    * Menu View | Columns: Slightly reordered the Add Column / Show Columns... section.
    * MLS: Internally updated to version 8.190.
      > TRANSLATORS: Please wait until Reference_8.190.lng is uploaded.
        You will be notified if you have subscribed to this thread:
        https://www.xyplorer.com/xyfc/viewtopic.php?f=12&t=9648
    ! View | Columns: This submenu disappeared from the main menu if the Columns submenu 
      was shown via right-clicking a list column header AND the default (built-in) main 
      menu was hidden. Fixed.
    ! Toolbar: Since v26.40.0202 there could be ghost buttons in weird positions. 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 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: 66366
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

v26.40.0202 - 2024-09-21 19:04
    % Shell Icons: Faster fetching and drawing in some contexts.
    ! Image Preview: Could not show certain weird-formed JPEGs on Windows XP. Fixed.
    ! Multi Row Toolbar: Drawing glitches with duplicate buttons over multiple rows. 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 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: 66366
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

v26.40.0201 - 2024-09-20 18:57
    ! Image Preview: Fixed a rare error 11 with corrupted JPEGs on Windows XP. The error 
      is gone, but previewing these images is not possible on this OS. Later versions of 
      Windows are more tolerant.
: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 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: 66366
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

v26.40.0200 - 2024-09-18 18: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: 66366
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

v26.40.0103 - 2024-09-17 17:13
  $$$ Rookie License: From now on the Rookie License is valid not only for the version for 
      which it was purchased, but also for all previous versions (beginning with this 
      version, v26.40.0103).
    ! Hover Box: Since v26.40.0101, the Hover Box did not work anymore on files in a Mouse 
      Up Show Down list (showed "File is empty" always). Fixed.
    ! Rapid Access: When hidden from the tree, plugging in a removable drive would make 
      the tree jump to "This PC" unnecessarily. 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 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: 66366
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

v26.40.0102 - 2024-09-16 13:09
    ! Spot: Stopped working in columns other than Name, Tags, and Comment. Fixed. Now, for 
      example, this works again (highlights "Folder" in the Type column when you run it 
      through the address bar):
        >>Type:Folder
    > Edit Boxes: Removed the experimental changes to IME handling (from v26.30.0410 - 
      2024-09-01 14:12).
      If you want to keep the experimental state, you can tweak it back:
        IMEspecialHandling=1
: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 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